open-consul/proto-public/go.mod

22 lines
656 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.37.1
google.golang.org/protobuf v1.27.1
)
require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/golang/protobuf v1.5.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.1.0 // indirect
golang.org/x/net v0.0.0-20190311183353-d8887717615a // indirect
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a // indirect
golang.org/x/text v0.3.0 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)