We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c86d67e commit 6a9fb0dCopy full SHA for 6a9fb0d
relayer/go.mod
@@ -17,6 +17,7 @@ require (
17
go.uber.org/zap v1.27.0
18
golang.org/x/crypto v0.40.0
19
golang.org/x/exp v0.0.0-20250711185948-6ae5c78190dc
20
+ google.golang.org/protobuf v1.36.10
21
)
22
23
require (
@@ -142,7 +143,6 @@ require (
142
143
google.golang.org/genproto/googleapis/api v0.0.0-20251007200510-49b9836ed3ff // indirect
144
google.golang.org/genproto/googleapis/rpc v0.0.0-20251002232023-7c0ddcbb5797 // indirect
145
google.golang.org/grpc v1.76.0 // indirect
- google.golang.org/protobuf v1.36.10 // indirect
146
gopkg.in/yaml.v3 v3.0.1 // indirect
147
rsc.io/tmplfunc v0.0.3 // indirect
148
0 commit comments