Skip to content

Commit

Permalink
update protobuf to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ebuchman committed Jul 10, 2018
1 parent d226f1d commit 080dd5b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
10 changes: 6 additions & 4 deletions Gopkg.lock

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

9 changes: 2 additions & 7 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
name = "github.com/bgentry/speakeasy"
version = "~0.1.0"

[[constraint]]
[[override]]
name = "github.com/golang/protobuf"
version = "~1.0.0"
version = "=1.1.0"

[[constraint]]
name = "github.com/mattn/go-isatty"
Expand Down Expand Up @@ -72,11 +72,6 @@
name = "github.com/zondax/ledger-goclient"
revision = "065cbf938a16f20335c40cfe180f9cd4955c6a5a"

# this got updated and broke, so locked to an old working commit ...
[[override]]
name = "google.golang.org/genproto"
revision = "7fd901a49ba6a7f87732eb344f6e3c5b19d1b200"

[prune]
go-tests = true
unused-packages = true

0 comments on commit 080dd5b

Please sign in to comment.