Skip to content

Commit

Permalink
[FAB-8062] update go-dockerclient dependencies
Browse files Browse the repository at this point in the history
Change-Id: I2a53a0e4ebe591ab9f9c3b3c84721e476edba61e
Signed-off-by: Matthew Sykes <sykesmat@us.ibm.com>
  • Loading branch information
sykesm committed Oct 3, 2018
1 parent 357ae56 commit 4b13ef5
Show file tree
Hide file tree
Showing 115 changed files with 2,051 additions and 5,805 deletions.
40 changes: 22 additions & 18 deletions Gopkg.lock

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

35 changes: 22 additions & 13 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,17 @@ noverify = [

[[constraint]]
name = "github.com/fsouza/go-dockerclient"
version = "1.2.0"
version = "=1.3.0"

# Pinned in support of go-dockerclient
[[override]]
name = "github.com/docker/docker"
revision = "0c5f8d2b9b23ab8d23529b3effdcf53bb058298c"

# Pinned in support of go-dockerclient
[[override]]
name = "github.com/docker/libnetwork"
revision = "19279f0492417475b6bfbd0aa529f73e8f178fb5"

[[constraint]]
name = "github.com/golang/protobuf"
Expand Down Expand Up @@ -140,6 +150,17 @@ noverify = [
name = "github.com/coreos/etcd"
version = "3.3.8"

[[constraint]]
name = "go.uber.org/zap"
version = "1.9.0"

[[constraint]]
name = "github.com/grpc-ecosystem/go-grpc-middleware"
version = "1.0.0"

[[constraint]]
name = "github.com/willf/bitset"
version = "1.1.8"

[prune]
go-tests = true
Expand All @@ -157,15 +178,3 @@ noverify = [
[[prune.project]]
name = "github.com/coreos/etcd"
non-go = false

[[constraint]]
name = "go.uber.org/zap"
version = "1.9.0"

[[constraint]]
name = "github.com/grpc-ecosystem/go-grpc-middleware"
version = "1.0.0"

[[constraint]]
name = "github.com/willf/bitset"
version = "1.1.8"
Loading

0 comments on commit 4b13ef5

Please sign in to comment.