2023-07-17 22:15:22 +00:00
|
|
|
module github.com/hashicorp/consul/testing/deployer
|
|
|
|
|
|
|
|
go 1.20
|
|
|
|
|
|
|
|
require (
|
2023-11-16 00:32:37 +00:00
|
|
|
github.com/avast/retry-go v3.0.0+incompatible
|
2023-07-17 22:15:22 +00:00
|
|
|
github.com/google/go-cmp v0.5.9
|
2023-11-02 19:25:48 +00:00
|
|
|
github.com/hashicorp/consul-server-connection-manager v0.1.4
|
2023-11-03 16:29:59 +00:00
|
|
|
github.com/hashicorp/consul/api v1.26.1
|
2024-06-05 17:31:43 +00:00
|
|
|
github.com/hashicorp/consul/proto-public v0.6.1
|
|
|
|
github.com/hashicorp/consul/sdk v0.16.1
|
2023-07-17 22:15:22 +00:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2
|
|
|
|
github.com/hashicorp/go-hclog v1.5.0
|
|
|
|
github.com/hashicorp/go-multierror v1.1.1
|
2023-11-02 19:25:48 +00:00
|
|
|
github.com/hashicorp/go-rootcerts v1.0.2
|
2023-12-06 19:45:37 +00:00
|
|
|
github.com/hashicorp/go-version v1.2.1
|
2023-07-17 22:15:22 +00:00
|
|
|
github.com/hashicorp/hcl/v2 v2.16.2
|
|
|
|
github.com/mitchellh/copystructure v1.2.0
|
|
|
|
github.com/rboyer/safeio v0.2.2
|
2024-05-04 00:18:51 +00:00
|
|
|
github.com/stretchr/testify v1.8.4
|
2024-04-08 19:18:40 +00:00
|
|
|
golang.org/x/crypto v0.22.0
|
2023-11-02 19:25:48 +00:00
|
|
|
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63
|
|
|
|
google.golang.org/grpc v1.56.3
|
2024-03-06 23:04:42 +00:00
|
|
|
google.golang.org/protobuf v1.33.0
|
2023-07-17 22:15:22 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/agext/levenshtein v1.2.1 // indirect
|
|
|
|
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
|
2023-07-19 22:57:34 +00:00
|
|
|
github.com/armon/go-metrics v0.4.1 // indirect
|
2023-11-02 19:25:48 +00:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
|
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2023-07-19 22:57:34 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
2024-05-04 00:18:51 +00:00
|
|
|
github.com/fatih/color v1.16.0 // indirect
|
2024-03-06 23:04:42 +00:00
|
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
2023-07-17 22:15:22 +00:00
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
|
|
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
2023-11-02 19:25:48 +00:00
|
|
|
github.com/hashicorp/go-netaddrs v0.1.0 // indirect
|
2023-07-17 22:15:22 +00:00
|
|
|
github.com/hashicorp/go-uuid v1.0.3 // indirect
|
|
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
|
|
github.com/hashicorp/serf v0.10.1 // indirect
|
2023-07-19 22:57:34 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
2024-05-04 00:18:51 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2023-11-02 19:25:48 +00:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
2023-07-17 22:15:22 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
|
|
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
|
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2023-07-19 22:57:34 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
2023-11-02 19:25:48 +00:00
|
|
|
github.com/prometheus/client_golang v1.11.1 // indirect
|
|
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
|
|
github.com/prometheus/common v0.26.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.6.0 // indirect
|
2023-07-17 22:15:22 +00:00
|
|
|
github.com/zclconf/go-cty v1.12.1 // indirect
|
2024-04-08 19:18:40 +00:00
|
|
|
golang.org/x/net v0.24.0 // indirect
|
|
|
|
golang.org/x/sys v0.19.0 // indirect
|
2023-12-21 20:11:19 +00:00
|
|
|
golang.org/x/text v0.14.0 // indirect
|
2023-11-02 19:25:48 +00:00
|
|
|
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
|
2023-07-17 22:15:22 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
)
|
2023-10-03 15:06:50 +00:00
|
|
|
|
2023-11-02 19:25:48 +00:00
|
|
|
replace (
|
|
|
|
github.com/hashicorp/consul/api => ../../api
|
|
|
|
github.com/hashicorp/consul/proto-public => ../../proto-public
|
|
|
|
github.com/hashicorp/consul/sdk => ../../sdk
|
|
|
|
)
|