We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3235c29 commit f077e30Copy full SHA for f077e30
go.mod
@@ -3,9 +3,9 @@ module github.com/siderolabs/proto-codec
3
go 1.23.0
4
5
require (
6
- github.com/planetscale/vtprotobuf v0.6.1-0.20240917153116-6f2963f01587
7
- google.golang.org/grpc v1.69.4
8
- google.golang.org/protobuf v1.36.3
+ github.com/planetscale/vtprotobuf ba97887b0a25
+ google.golang.org/grpc v1.77.0
+ google.golang.org/protobuf v1.36.10
9
)
10
11
require golang.org/x/sys v0.29.0 // indirect
0 commit comments