dependabot[bot] 59562859b5
build(deps): bump the all group across 3 directories with 4 updates /testdata (#5049)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-10-01 14:03:35 +02:00

16 lines
329 B
Modula-2

module protogetter
go 1.21.0
require (
google.golang.org/grpc v1.67.1
google.golang.org/protobuf v1.34.2
)
require (
golang.org/x/net v0.28.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/text v0.18.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
)