Skip to content

Commit

Permalink
Update dependency (#61)
Browse files Browse the repository at this point in the history
Fix dep for build and test
  • Loading branch information
shizhMSFT committed Apr 11, 2019
1 parent 60f514a commit c940067
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 23 deletions.
11 changes: 6 additions & 5 deletions Gopkg.lock

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

20 changes: 2 additions & 18 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[[constraint]]
name = "github.com/containerd/containerd"
version = "1.2.1"
version = "1.2.6"

[[constraint]]
name = "github.com/opencontainers/go-digest"
Expand All @@ -17,25 +17,9 @@
# Test dependency
[[constraint]]
name = "github.com/docker/distribution"
version = "^2.7.1"
version = "v2.7.1"

# These overrides below necessary for using docker/distribution as a test dependency
[[override]]
name = "github.com/yvasiyarov/newrelic_platform_go"
revision = "b21fdbd4370f3717f3bbd2bf41c223bc273068e6"

[[override]]
name = "github.com/miekg/dns"
revision = "0d29b283ac0f967dd3a02739bf26a22702210d7a"

[[override]]
name = "github.com/xenolf/lego"
revision = "a9d8cec0e6563575e5868a005359ac97911b5985"

[[override]]
name = "github.com/bugsnag/bugsnag-go"
revision = "109a9d63f2b57c4623f4912b256bac4a7a63517d"

[[override]]
name = "rsc.io/letsencrypt"
branch = "master"
Expand Down

0 comments on commit c940067

Please sign in to comment.