Skip to content

Commit 080dd5b

Browse files
committed
update protobuf to 1.1.0
1 parent d226f1d commit 080dd5b

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

Gopkg.lock

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

Gopkg.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
name = "github.com/bgentry/speakeasy"
2929
version = "~0.1.0"
3030

31-
[[constraint]]
31+
[[override]]
3232
name = "github.com/golang/protobuf"
33-
version = "~1.0.0"
33+
version = "=1.1.0"
3434

3535
[[constraint]]
3636
name = "github.com/mattn/go-isatty"
@@ -72,11 +72,6 @@
7272
name = "github.com/zondax/ledger-goclient"
7373
revision = "065cbf938a16f20335c40cfe180f9cd4955c6a5a"
7474

75-
# this got updated and broke, so locked to an old working commit ...
76-
[[override]]
77-
name = "google.golang.org/genproto"
78-
revision = "7fd901a49ba6a7f87732eb344f6e3c5b19d1b200"
79-
8075
[prune]
8176
go-tests = true
8277
unused-packages = true

0 commit comments

Comments
 (0)