2022-10-19 14:36:35 +00:00
|
|
|
module github.com/hashicorp/consul/test/integration/consul-container
|
2022-04-25 14:41:36 +00:00
|
|
|
|
2023-02-17 20:04:12 +00:00
|
|
|
go 1.20
|
2022-04-25 14:41:36 +00:00
|
|
|
|
|
|
|
require (
|
2023-03-29 16:51:21 +00:00
|
|
|
fortio.org/fortio v1.54.0
|
2023-02-07 19:13:19 +00:00
|
|
|
github.com/avast/retry-go v3.0.0+incompatible
|
2023-08-09 17:04:32 +00:00
|
|
|
github.com/docker/docker v24.0.5+incompatible
|
2022-11-01 19:03:23 +00:00
|
|
|
github.com/docker/go-connections v0.4.0
|
2023-07-06 11:54:30 +00:00
|
|
|
github.com/go-jose/go-jose/v3 v3.0.0
|
2023-08-04 21:33:31 +00:00
|
|
|
github.com/hashicorp/consul/api v1.24.0
|
|
|
|
github.com/hashicorp/consul/envoyextensions v0.4.1
|
|
|
|
github.com/hashicorp/consul/sdk v0.14.1
|
2023-01-11 21:34:27 +00:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2
|
|
|
|
github.com/hashicorp/go-multierror v1.1.1
|
2023-06-05 20:08:39 +00:00
|
|
|
github.com/hashicorp/go-uuid v1.0.3
|
2023-01-11 21:34:27 +00:00
|
|
|
github.com/hashicorp/go-version v1.2.1
|
2022-11-01 19:03:23 +00:00
|
|
|
github.com/hashicorp/serf v0.10.1
|
|
|
|
github.com/itchyny/gojq v0.12.9
|
2023-01-11 21:34:27 +00:00
|
|
|
github.com/mitchellh/copystructure v1.2.0
|
2023-04-12 22:00:56 +00:00
|
|
|
github.com/otiai10/copy v1.10.0
|
2022-11-01 19:03:23 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2023-08-09 17:04:32 +00:00
|
|
|
github.com/stretchr/testify v1.8.4
|
2022-11-01 19:03:23 +00:00
|
|
|
github.com/teris-io/shortid v0.0.0-20220617161101-71ec9f2aa569
|
2023-08-09 17:04:32 +00:00
|
|
|
github.com/testcontainers/testcontainers-go v0.22.0
|
|
|
|
golang.org/x/mod v0.12.0
|
2023-10-30 12:58:11 +00:00
|
|
|
google.golang.org/grpc v1.57.2
|
2022-06-06 19:12:49 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-08-09 17:04:32 +00:00
|
|
|
dario.cat/mergo v1.0.0 // indirect
|
2023-03-29 16:51:21 +00:00
|
|
|
fortio.org/dflag v1.5.2 // indirect
|
|
|
|
fortio.org/log v1.3.0 // indirect
|
|
|
|
fortio.org/sets v1.0.2 // indirect
|
|
|
|
fortio.org/version v1.0.2 // indirect
|
2023-04-20 17:11:11 +00:00
|
|
|
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
|
2023-05-11 22:49:49 +00:00
|
|
|
github.com/Microsoft/go-winio v0.6.1 // indirect
|
2023-04-20 17:11:11 +00:00
|
|
|
github.com/armon/go-metrics v0.4.1 // indirect
|
2023-05-11 22:49:49 +00:00
|
|
|
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
|
2023-08-09 17:04:32 +00:00
|
|
|
github.com/cncf/xds/go v0.0.0-20230607035331-e9ce68804cb4 // indirect
|
|
|
|
github.com/containerd/containerd v1.7.3 // indirect
|
2023-05-11 22:49:49 +00:00
|
|
|
github.com/cpuguy83/dockercfg v0.3.1 // indirect
|
2023-01-11 21:34:27 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
2023-08-09 17:04:32 +00:00
|
|
|
github.com/docker/distribution v2.8.2+incompatible // indirect
|
2023-01-11 21:34:27 +00:00
|
|
|
github.com/docker/go-units v0.5.0 // indirect
|
2023-08-09 17:04:32 +00:00
|
|
|
github.com/envoyproxy/go-control-plane v0.11.1-0.20230524094728-9239064ad72f // indirect
|
|
|
|
github.com/envoyproxy/protoc-gen-validate v0.10.1 // indirect
|
2023-04-20 17:11:11 +00:00
|
|
|
github.com/fatih/color v1.14.1 // indirect
|
2022-06-06 19:12:49 +00:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2023-03-29 16:51:21 +00:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2023-06-05 20:08:39 +00:00
|
|
|
github.com/google/btree v1.0.1 // indirect
|
2022-06-06 19:12:49 +00:00
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
2022-04-25 14:41:36 +00:00
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
2023-06-05 20:08:39 +00:00
|
|
|
github.com/hashicorp/go-hclog v1.5.0 // indirect
|
2022-04-25 14:41:36 +00:00
|
|
|
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
2023-08-02 18:36:08 +00:00
|
|
|
github.com/hashicorp/go-msgpack v1.1.5 // indirect
|
2022-06-06 19:12:49 +00:00
|
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
2022-11-01 19:03:23 +00:00
|
|
|
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
|
2022-06-06 19:12:49 +00:00
|
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
2022-11-01 19:03:23 +00:00
|
|
|
github.com/hashicorp/memberlist v0.5.0 // indirect
|
|
|
|
github.com/itchyny/timefmt-go v0.1.4 // indirect
|
2023-08-09 17:04:32 +00:00
|
|
|
github.com/klauspost/compress v1.16.7 // indirect
|
2023-05-11 22:49:49 +00:00
|
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
2023-04-20 17:11:11 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
2023-07-19 16:22:18 +00:00
|
|
|
github.com/miekg/dns v1.1.50 // indirect
|
2022-06-06 19:12:49 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
2023-06-05 20:08:39 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
2023-01-11 14:39:10 +00:00
|
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
2023-05-11 22:49:49 +00:00
|
|
|
github.com/moby/patternmatcher v0.5.0 // indirect
|
|
|
|
github.com/moby/sys/sequential v0.5.0 // indirect
|
|
|
|
github.com/moby/term v0.5.0 // indirect
|
2023-01-11 21:34:27 +00:00
|
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
2022-06-06 19:12:49 +00:00
|
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
2023-08-09 17:04:32 +00:00
|
|
|
github.com/opencontainers/image-spec v1.1.0-rc4 // indirect
|
|
|
|
github.com/opencontainers/runc v1.1.8 // indirect
|
2023-01-11 21:34:27 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
2022-11-01 19:03:23 +00:00
|
|
|
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
|
2023-08-09 17:04:32 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
2023-10-17 00:12:24 +00:00
|
|
|
golang.org/x/crypto v0.14.0 // indirect
|
2023-08-09 17:04:32 +00:00
|
|
|
golang.org/x/exp v0.0.0-20230807204917-050eac23e9de // indirect
|
2023-10-17 00:12:24 +00:00
|
|
|
golang.org/x/net v0.17.0 // indirect
|
|
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
|
|
golang.org/x/text v0.13.0 // indirect
|
2023-06-05 20:08:39 +00:00
|
|
|
golang.org/x/time v0.3.0 // indirect
|
2023-08-09 17:04:32 +00:00
|
|
|
golang.org/x/tools v0.12.0 // indirect
|
|
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20230726155614-23370e0ffb3e // indirect
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230807174057-1744710a1577 // indirect
|
|
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
2022-11-01 19:03:23 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2023-10-30 12:58:11 +00:00
|
|
|
gotest.tools/v3 v3.5.1 // indirect
|
2022-04-25 14:41:36 +00:00
|
|
|
)
|
|
|
|
|
2023-08-02 18:36:08 +00:00
|
|
|
replace (
|
|
|
|
github.com/hashicorp/consul => ../../..
|
|
|
|
github.com/hashicorp/consul/api => ../../../api
|
|
|
|
github.com/hashicorp/consul/envoyextensions => ../../../envoyextensions
|
|
|
|
github.com/hashicorp/consul/proto-public => ../../../proto-public
|
|
|
|
github.com/hashicorp/consul/sdk => ../../../sdk
|
|
|
|
github.com/hashicorp/consul/testing/deployer => ../../../testing/deployer
|
|
|
|
)
|