2022-09-06 17:46:56 +00:00
|
|
|
module github.com/hashicorp/consul/proto-public
|
|
|
|
|
|
|
|
go 1.19
|
|
|
|
|
|
|
|
require (
|
2023-06-05 20:08:39 +00:00
|
|
|
github.com/stretchr/testify v1.8.3
|
2023-09-07 15:37:15 +00:00
|
|
|
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63
|
2023-10-30 12:44:22 +00:00
|
|
|
google.golang.org/grpc v1.56.3
|
2023-06-05 20:08:39 +00:00
|
|
|
google.golang.org/protobuf v1.30.0
|
2022-09-06 17:46:56 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-06-05 20:08:39 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2024-02-07 21:53:39 +00:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
|
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
2023-06-05 20:08:39 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
2023-10-16 21:49:04 +00:00
|
|
|
golang.org/x/net v0.17.0 // indirect
|
2023-12-21 20:11:19 +00:00
|
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
|
|
golang.org/x/text v0.14.0 // indirect
|
2023-06-05 20:08:39 +00:00
|
|
|
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
|
2024-02-07 21:53:39 +00:00
|
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
2023-06-05 20:08:39 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2022-09-06 17:46:56 +00:00
|
|
|
)
|