Skip to content

Commit 4b13ef5

Browse files
committed
[FAB-8062] update go-dockerclient dependencies
Change-Id: I2a53a0e4ebe591ab9f9c3b3c84721e476edba61e Signed-off-by: Matthew Sykes <sykesmat@us.ibm.com>
1 parent 357ae56 commit 4b13ef5

File tree

115 files changed

+2051
-5805
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+2051
-5805
lines changed

Gopkg.lock

Lines changed: 22 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,17 @@ noverify = [
3434

3535
[[constraint]]
3636
name = "github.com/fsouza/go-dockerclient"
37-
version = "1.2.0"
37+
version = "=1.3.0"
38+
39+
# Pinned in support of go-dockerclient
40+
[[override]]
41+
name = "github.com/docker/docker"
42+
revision = "0c5f8d2b9b23ab8d23529b3effdcf53bb058298c"
43+
44+
# Pinned in support of go-dockerclient
45+
[[override]]
46+
name = "github.com/docker/libnetwork"
47+
revision = "19279f0492417475b6bfbd0aa529f73e8f178fb5"
3848

3949
[[constraint]]
4050
name = "github.com/golang/protobuf"
@@ -140,6 +150,17 @@ noverify = [
140150
name = "github.com/coreos/etcd"
141151
version = "3.3.8"
142152

153+
[[constraint]]
154+
name = "go.uber.org/zap"
155+
version = "1.9.0"
156+
157+
[[constraint]]
158+
name = "github.com/grpc-ecosystem/go-grpc-middleware"
159+
version = "1.0.0"
160+
161+
[[constraint]]
162+
name = "github.com/willf/bitset"
163+
version = "1.1.8"
143164

144165
[prune]
145166
go-tests = true
@@ -157,15 +178,3 @@ noverify = [
157178
[[prune.project]]
158179
name = "github.com/coreos/etcd"
159180
non-go = false
160-
161-
[[constraint]]
162-
name = "go.uber.org/zap"
163-
version = "1.9.0"
164-
165-
[[constraint]]
166-
name = "github.com/grpc-ecosystem/go-grpc-middleware"
167-
version = "1.0.0"
168-
169-
[[constraint]]
170-
name = "github.com/willf/bitset"
171-
version = "1.1.8"

0 commit comments

Comments
 (0)