mirror of https://github.com/hashicorp/consul
22 lines
603 B
Modula-2
22 lines
603 B
Modula-2
module github.com/hashicorp/consul/proto-public
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.5.1
|
|
google.golang.org/grpc v1.56.3
|
|
google.golang.org/protobuf v1.33.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.0 // indirect
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/stretchr/objx v0.1.0 // 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
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|