| module github.com/hashicorp/terraform/internal/backend/remote-state/consul |
| |
| go 1.24.2 |
| |
| require ( |
| github.com/hashicorp/consul/api v1.13.0 |
| github.com/hashicorp/consul/sdk v0.8.0 |
| github.com/hashicorp/terraform v0.0.0-00010101000000-000000000000 |
| github.com/zclconf/go-cty v1.16.2 |
| ) |
| |
| require ( |
| github.com/agext/levenshtein v1.2.3 // indirect |
| github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect |
| github.com/apparentlymart/go-versions v1.0.2 // indirect |
| github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect |
| github.com/davecgh/go-spew v1.1.1 // indirect |
| github.com/fatih/color v1.18.0 // indirect |
| github.com/google/btree v1.0.1 // indirect |
| github.com/google/go-cmp v0.7.0 // indirect |
| github.com/hashicorp/go-cleanhttp v0.5.2 // indirect |
| github.com/hashicorp/go-hclog v1.6.3 // indirect |
| github.com/hashicorp/go-immutable-radix v1.0.0 // indirect |
| github.com/hashicorp/go-msgpack v0.5.4 // indirect |
| github.com/hashicorp/go-rootcerts v1.0.2 // indirect |
| github.com/hashicorp/go-slug v0.16.3 // 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.7.0 // indirect |
| github.com/hashicorp/golang-lru v0.5.1 // indirect |
| github.com/hashicorp/hcl/v2 v2.23.1-0.20250203194505-ba0759438da2 // indirect |
| github.com/hashicorp/serf v0.9.6 // indirect |
| github.com/hashicorp/terraform-registry-address v0.2.4 // indirect |
| github.com/hashicorp/terraform-svchost v0.1.1 // indirect |
| github.com/mattn/go-colorable v0.1.14 // indirect |
| github.com/mattn/go-isatty v0.0.20 // indirect |
| github.com/mitchellh/go-homedir v1.1.0 // indirect |
| github.com/mitchellh/go-testing-interface v1.14.1 // indirect |
| github.com/mitchellh/go-wordwrap v1.0.1 // indirect |
| github.com/mitchellh/mapstructure v1.5.0 // indirect |
| github.com/pascaldekloe/goe v0.1.0 // indirect |
| github.com/pkg/errors v0.9.1 // indirect |
| github.com/spf13/afero v1.9.5 // indirect |
| github.com/stretchr/testify v1.8.4 // indirect |
| golang.org/x/mod v0.24.0 // indirect |
| golang.org/x/net v0.38.0 // indirect |
| golang.org/x/sync v0.12.0 // indirect |
| golang.org/x/sys v0.31.0 // indirect |
| golang.org/x/text v0.23.0 // indirect |
| golang.org/x/tools v0.31.0 // indirect |
| ) |
| |
| replace github.com/hashicorp/terraform/internal/backend/remote-state/azure => ../azure |
| |
| replace github.com/hashicorp/terraform/internal/backend/remote-state/consul => ../consul |
| |
| replace github.com/hashicorp/terraform/internal/backend/remote-state/cos => ../cos |
| |
| replace github.com/hashicorp/terraform/internal/backend/remote-state/gcs => ../gcs |
| |
| replace github.com/hashicorp/terraform/internal/backend/remote-state/kubernetes => ../kubernetes |
| |
| replace github.com/hashicorp/terraform/internal/backend/remote-state/oss => ../oss |
| |
| replace github.com/hashicorp/terraform/internal/backend/remote-state/pg => ../pg |
| |
| replace github.com/hashicorp/terraform/internal/backend/remote-state/s3 => ../s3 |
| |
| replace github.com/hashicorp/terraform/internal/legacy => ../../../legacy |
| |
| replace github.com/hashicorp/terraform => ../../../.. |