Skip to content

Commit

Permalink
add gopkg.in/square/go-jose.v2 to dependencies, update github.com/has…
Browse files Browse the repository at this point in the history
…hicorp/yamux
  • Loading branch information
DanCech committed Oct 8, 2018
1 parent 352961b commit d20b158
Show file tree
Hide file tree
Showing 31 changed files with 11,745 additions and 6 deletions.
16 changes: 14 additions & 2 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,7 @@ ignored = [
[[constraint]]
name = "github.com/VividCortex/mysqlerr"
branch = "master"

[[constraint]]
name = "gopkg.in/square/go-jose.v2"
version = "2.1.9"
4 changes: 4 additions & 0 deletions pkg/extensions/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
package extensions

import (
_ "gopkg.in/square/go-jose.v2"
)

var IsEnterprise bool = false
13 changes: 12 additions & 1 deletion vendor/github.com/hashicorp/yamux/mux.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 10 additions & 3 deletions vendor/github.com/hashicorp/yamux/session.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

188 changes: 188 additions & 0 deletions vendor/golang.org/x/crypto/ed25519/ed25519.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d20b158

Please sign in to comment.