mirror of https://github.com/status-im/consul.git
17 lines
388 B
Modula-2
17 lines
388 B
Modula-2
module github.com/hashicorp/consul/proto-public
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
google.golang.org/grpc v1.56.3
|
|
google.golang.org/protobuf v1.33.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
golang.org/x/net v0.24.0 // indirect
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
|
|
)
|