Skip to content

Commit

Permalink
update protobuf-golang plugin to 1.3.1 (#86)
Browse files Browse the repository at this point in the history
Relevant context: googleapis/go-genproto#164

Also removes unnecessary (and troublesome) go1.12 line in v2/.
  • Loading branch information
jeanbza committed May 13, 2019
1 parent 9e33419 commit b2b1826
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/googleapis/gax-go

require (
github.com/golang/protobuf v1.2.0
github.com/golang/protobuf v1.3.1
github.com/googleapis/gax-go/v2 v2.0.2
golang.org/x/exp v0.0.0-20190221220918-438050ddec5e
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3
Expand Down
2 changes: 0 additions & 2 deletions v2/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
module github.com/googleapis/gax-go/v2

go 1.12

require google.golang.org/grpc v1.19.0

0 comments on commit b2b1826

Please sign in to comment.