forked from GoogleContainerTools/container-diff
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGopkg.toml
More file actions
36 lines (28 loc) · 832 Bytes
/
Copy pathGopkg.toml
File metadata and controls
36 lines (28 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[prune]
unused-packages = true
non-go = true
go-tests = true
[[constraint]]
name = "github.com/fsouza/go-dockerclient"
version = "v1.3.0"
[[constraint]]
name = "github.com/docker/docker"
branch = "master"
[[override]]
name = "github.com/docker/distribution"
revision = "83389a148052d74ac602f5f1d62f86ff2f3c4aa5"
[[override]]
name = "github.com/docker/libnetwork"
revision = "19279f0492417475b6bfbd0aa529f73e8f178fb5"
[[constraint]]
name = "github.com/nightlyone/lockfile"
revision = "0ad87eef1443f64d3d8c50da647e2b1552851124"
[[constraint]]
name = "github.com/pmezard/go-difflib"
version = "1.0.0"
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.0.4"
[[constraint]]
name = "github.com/google/go-containerregistry"
revision = "dc0a77702ddab8c3dc5630eca7c026d571c1c9b7"