We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d84891c commit 1aaae63Copy full SHA for 1aaae63
go.mod
@@ -3,10 +3,10 @@ module github.com/googleapis/conformance-tests
3
go 1.17
4
5
require (
6
- github.com/golang/protobuf v1.5.2
+ github.com/golang/protobuf v1.5.3
7
google.golang.org/api v0.114.0
8
- google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4
9
- google.golang.org/protobuf v1.29.1
+ google.golang.org/genproto cde4c949918d
+ google.golang.org/protobuf v1.30.0
10
)
11
12
0 commit comments