Skip to content

Commit d33a3d4

Browse files
committed
Migrate to google.golang.org/protobuf
Signed-off-by: Harshvir Potpose <hpotpose62@gmail.com>
1 parent ab5a116 commit d33a3d4

File tree

4 files changed

+8
-20
lines changed

4 files changed

+8
-20
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ require (
2323
github.com/gocql/gocql v1.3.2
2424
github.com/gogo/googleapis v1.4.1
2525
github.com/gogo/protobuf v1.3.2
26-
github.com/golang/protobuf v1.5.3
2726
github.com/gorilla/handlers v1.5.1
2827
github.com/gorilla/mux v1.8.0
2928
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
@@ -121,6 +120,7 @@ require (
121120
github.com/go-openapi/jsonreference v0.20.0 // indirect
122121
github.com/golang/glog v1.1.2 // indirect
123122
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
123+
github.com/golang/protobuf v1.5.3 // indirect
124124
github.com/golang/snappy v0.0.4 // indirect
125125
github.com/google/flatbuffers v1.12.1 // indirect
126126
github.com/google/uuid v1.3.1 // indirect

model/prototest/model_test.pb.go

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

plugin/storage/grpc/proto/storageprototest/storage_test.pb.go

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

proto-gen/api_v3/query_service.pb.gw.go

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

0 commit comments

Comments
 (0)