Skip to content

Commit

Permalink
Updated glide dependencies (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinvaneyk authored Feb 22, 2018
1 parent 26aef7c commit 695ff72
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 36 deletions.
25 changes: 17 additions & 8 deletions glide.lock

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

55 changes: 27 additions & 28 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,49 +5,31 @@ excludeDirs:
- local
import:
- package: github.com/fission/fission
version: b2678783b63b4dccda8e6b02ca1adf292e1bb183
- package: golang.org/x/text
version: 88f656faf3f37f690df1a32515b479415e1a6769
version: ^0.4.1
- package: github.com/sirupsen/logrus
version: 1.0.4
version: ~1.0.4
- package: github.com/urfave/cli
version: ^1.18.1
version: ~1.19.1
- package: github.com/gorilla/handlers
version: ^1.1.0
version: ~1.3.0
- package: github.com/gorilla/mux
version: ^1.1.0
- package: google.golang.org/grpc
version: v1.5.1
- package: github.com/golang/protobuf
version: 0a4f71a498b7c4812f64969510bcb4eca251e33a
- package: golang.org/x/net
version: f5079bd7f6f74e23c4d65efa0f4ce14cbd6a3c0f
version: ~1.6.1
- package: github.com/satori/go.uuid
version: ^1.1.0
version: ~1.2.0
- package: github.com/nats-io/go-nats
version: ^1.2.2
version: ~1.4.0
- package: github.com/nats-io/nuid
version: ^1.0.0
version: ~1.0.0
- package: github.com/nats-io/go-nats-streaming
version: ^v0.3.4
- package: github.com/gogo/protobuf
version: 1.0.0
subpackages:
- gogoproto
- package: github.com/golang/glog
- package: github.com/robertkrimen/otto
- package: github.com/robertkrimen/otto # Not versioned
- package: gopkg.in/sourcemap.v1
version: v2.0.0
version: ~v2.0.0
- package: gopkg.in/yaml.v2
# Due to the old version of the kubernetes client we need to fix the openapi versions to avoid incompatible interfaces.
- package: github.com/go-openapi/errors
version: 49fe8b3a0e0d32a617d8d50c67f856ad6e45b28b
- package: github.com/go-openapi/analysis
version: 7222828b8ce19afee3c595aef6643b9e42150120
- package: github.com/go-openapi/loads
version: 315567415dfd74b651f7a62cabfc82a57ed7b9ad
- package: github.com/go-openapi/validate
version: 2c997e169d705fe1e4235c9c1d62a7e704a84290
- package: golang.org/x/sync
subpackages:
- syncmap
Expand All @@ -58,6 +40,23 @@ import:
- graph
- graph/topo
- graph/simple
# Due to the old version of the kubernetes client we need to fix the openapi versions to avoid incompatible interfaces.
- package: google.golang.org/grpc
version: ~1.10.0
- package: github.com/golang/protobuf
version: ~v1.0.0
- package: golang.org/x/net
version: f5079bd7f6f74e23c4d65efa0f4ce14cbd6a3c0f
- package: golang.org/x/text
version: 88f656faf3f37f690df1a32515b479415e1a6769
- package: github.com/go-openapi/errors
version: 49fe8b3a0e0d32a617d8d50c67f856ad6e45b28b
- package: github.com/go-openapi/analysis
version: 7222828b8ce19afee3c595aef6643b9e42150120
- package: github.com/go-openapi/loads
version: 315567415dfd74b651f7a62cabfc82a57ed7b9ad
- package: github.com/go-openapi/validate
version: 2c997e169d705fe1e4235c9c1d62a7e704a84290
testImport:
- package: github.com/stretchr/testify
version: 1.1.4
Expand Down

0 comments on commit 695ff72

Please sign in to comment.