mirror of https://github.com/status-im/consul.git
122 lines
5.5 KiB
Modula-2
122 lines
5.5 KiB
Modula-2
module github.com/hashicorp/consul/test-integ
|
|
|
|
go 1.22
|
|
|
|
toolchain go1.22.5
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.5.9
|
|
github.com/hashicorp/consul/api v1.29.1
|
|
github.com/hashicorp/consul/proto-public v0.6.1
|
|
github.com/hashicorp/consul/sdk v0.16.1
|
|
github.com/hashicorp/consul/test/integration/consul-container v0.0.0-20230628201853-bdf4fad7c5a5
|
|
github.com/hashicorp/consul/testing/deployer v0.0.0-20230811171106-4a0afb5d1373
|
|
github.com/hashicorp/go-cleanhttp v0.5.2
|
|
github.com/itchyny/gojq v0.12.13
|
|
github.com/mitchellh/copystructure v1.2.0
|
|
github.com/rboyer/blankspace v0.2.1
|
|
github.com/stretchr/testify v1.8.4
|
|
golang.org/x/net v0.24.0
|
|
google.golang.org/grpc v1.58.3
|
|
)
|
|
|
|
require (
|
|
dario.cat/mergo v1.0.0 // indirect
|
|
fortio.org/dflag v1.5.2 // indirect
|
|
fortio.org/fortio v1.54.0 // indirect
|
|
fortio.org/log v1.3.0 // indirect
|
|
fortio.org/sets v1.0.2 // indirect
|
|
fortio.org/version v1.0.2 // indirect
|
|
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
|
|
github.com/Microsoft/go-winio v0.6.1 // indirect
|
|
github.com/agext/levenshtein v1.2.3 // indirect
|
|
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
|
|
github.com/armon/go-metrics v0.4.1 // indirect
|
|
github.com/avast/retry-go v3.0.0+incompatible // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/containerd/containerd v1.7.3 // indirect
|
|
github.com/cpuguy83/dockercfg v0.3.1 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/docker/distribution v2.8.2+incompatible // indirect
|
|
github.com/docker/docker v24.0.5+incompatible // indirect
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
github.com/docker/go-units v0.5.0 // indirect
|
|
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
|
|
github.com/fatih/color v1.16.0 // indirect
|
|
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
|
|
github.com/go-test/deep v1.1.0 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/google/btree v1.0.1 // indirect
|
|
github.com/google/uuid v1.4.0 // indirect
|
|
github.com/hashicorp/consul v1.16.1 // indirect
|
|
github.com/hashicorp/consul-server-connection-manager v0.1.4 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-hclog v1.6.3 // indirect
|
|
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
|
github.com/hashicorp/go-msgpack v1.1.5 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/hashicorp/go-netaddrs v0.1.0 // indirect
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
|
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
|
|
github.com/hashicorp/go-uuid v1.0.3 // indirect
|
|
github.com/hashicorp/go-version v1.2.1 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/hashicorp/hcl/v2 v2.16.2 // indirect
|
|
github.com/hashicorp/memberlist v0.5.0 // indirect
|
|
github.com/hashicorp/serf v0.10.1 // indirect
|
|
github.com/itchyny/timefmt-go v0.1.5 // indirect
|
|
github.com/klauspost/compress v1.16.7 // indirect
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
github.com/miekg/dns v1.1.50 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
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
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/opencontainers/image-spec v1.1.0-rc4 // indirect
|
|
github.com/opencontainers/runc v1.1.8 // indirect
|
|
github.com/otiai10/copy v1.10.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/prometheus/client_golang v1.14.0 // indirect
|
|
github.com/prometheus/client_model v0.5.0 // indirect
|
|
github.com/prometheus/common v0.39.0 // indirect
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
|
github.com/rboyer/safeio v0.2.3 // indirect
|
|
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/teris-io/shortid v0.0.0-20220617161101-71ec9f2aa569 // indirect
|
|
github.com/testcontainers/testcontainers-go v0.22.0 // indirect
|
|
github.com/zclconf/go-cty v1.12.1 // indirect
|
|
golang.org/x/crypto v0.22.0 // indirect
|
|
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect
|
|
golang.org/x/mod v0.12.0 // indirect
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
golang.org/x/tools v0.12.1-0.20230815132531-74c255bcf846 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230803162519-f966b187b2e5 // indirect
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
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/test/integration/consul-container => ../test/integration/consul-container
|
|
github.com/hashicorp/consul/testing/deployer => ../testing/deployer
|
|
)
|