update protobuf generators

This commit is contained in:
rushtehrani
2020-05-05 15:50:09 -07:00
parent 12f2a9bd05
commit 7082e53328
15 changed files with 37 additions and 29 deletions

8
go.mod
View File

@@ -13,11 +13,11 @@ require (
github.com/evanphx/json-patch v4.5.0+incompatible // indirect
github.com/ghodss/yaml v1.0.0
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/golang/protobuf v1.4.0
github.com/golang/protobuf v1.4.1
github.com/google/uuid v1.1.1
github.com/gorilla/handlers v1.4.2
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0
github.com/grpc-ecosystem/grpc-gateway v1.14.3
github.com/grpc-ecosystem/grpc-gateway v1.14.4
github.com/hashicorp/go-uuid v1.0.2
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/jmoiron/sqlx v1.2.0
@@ -30,9 +30,9 @@ require (
github.com/spf13/cobra v0.0.5 // indirect
github.com/stretchr/testify v1.4.0
github.com/tmc/grpc-websocket-proxy v0.0.0-20200122045848-3419fae592fc
google.golang.org/genproto v0.0.0-20200413115906-b5235f65be36
google.golang.org/genproto v0.0.0-20200430143042-b979b6f78d84
google.golang.org/grpc v1.28.0
google.golang.org/protobuf v1.21.0
google.golang.org/protobuf v1.22.0
gopkg.in/yaml.v2 v2.2.8
istio.io/api v0.0.0-20200107183329-ed4b507c54e1
k8s.io/api v0.16.4