Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit cf25601

Browse files
committed
fix deps
1 parent 8904693 commit cf25601

File tree

1,232 files changed

+42249
-129044
lines changed

Some content is hidden

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

1,232 files changed

+42249
-129044
lines changed

Gopkg.lock

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

Gopkg.toml

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,7 @@
1-
# Gopkg.toml example
2-
#
3-
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
4-
# for detailed Gopkg.toml documentation.
5-
#
6-
# required = ["github.com/user/thing/cmd/thing"]
7-
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
8-
#
9-
# [[constraint]]
10-
# name = "github.com/user/project"
11-
# version = "1.0.0"
12-
#
13-
# [[constraint]]
14-
# name = "github.com/user/project2"
15-
# branch = "dev"
16-
# source = "github.com/myfork/project2"
17-
#
18-
# [[override]]
19-
# name = "github.com/x/y"
20-
# version = "2.4.0"
21-
22-
# Implicit dependency of github.com/fsouza/go-dockerclient, which depends on
23-
# github.com/docker/docker, which depends on github.com/docker/distribution.
24-
# Since this is vendored through something other than dep, dep doesn't know
25-
# how to resolve it, so we have to do it manually.
26-
required = ["github.com/docker/distribution"]
27-
[[constraint]]
28-
name = "github.com/docker/distribution"
29-
revision = "f0cc927784781fa395c06317c58dea2841ece3a9"
1+
[prune]
2+
unused-packages = true
3+
non-go = true
4+
go-tests = true
305

316
[[constraint]]
327
name = "github.com/fsouza/go-dockerclient"

0 commit comments

Comments
 (0)