Skip to content

Commit

Permalink
dep fixes. fixes #14
Browse files Browse the repository at this point in the history
  • Loading branch information
ebuchman committed Jan 4, 2019
1 parent 1ffde9c commit b39528a
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 20 deletions.
54 changes: 35 additions & 19 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 @@ -27,7 +27,7 @@

[[constraint]]
name = "github.com/ethereum/go-ethereum"
version = "1.4.10"
version = "=1.4.10"

[[constraint]]
name = "gopkg.in/urfave/cli.v1"
Expand All @@ -37,5 +37,10 @@
name = "github.com/rjeczalik/notify"
version = "0.9.2"

[[override]]
name = "gopkg.in/fatih/set.v0"
source = "github.com/fatih/set"
version = "=0.1.0"

[prune]
go-tests = true

0 comments on commit b39528a

Please sign in to comment.