Skip to content

Commit

Permalink
fix(deps): fix forked dependencies (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreese authored and jdolitsky committed Jan 31, 2019
1 parent e8a1fa6 commit 119277a
Show file tree
Hide file tree
Showing 1,815 changed files with 82 additions and 581,538 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ hello.txt
bin/
dist/
*.tar.gz
vendor/
113 changes: 54 additions & 59 deletions Gopkg.lock

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

7 changes: 6 additions & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Test dependency
[[constraint]]
name = "github.com/docker/distribution"
version = "2.7.0"
version = "^2.7.1"

# These overrides below necessary for using docker/distribution as a test dependency
[[override]]
Expand All @@ -35,3 +35,8 @@
[[override]]
name = "github.com/bugsnag/bugsnag-go"
revision = "109a9d63f2b57c4623f4912b256bac4a7a63517d"

[[override]]
name = "rsc.io/letsencrypt"
branch = "master"
source = "https://github.com/dmcgowan/letsencrypt.git"

0 comments on commit 119277a

Please sign in to comment.