backend/consul: go.mod updates from a merge conflict

Two changes landed concurrently and caused these dependencies to get out
of sync.
pull/34814/head
Martin Atkins 2 years ago
parent 5811be26f8
commit 310331bdc6

@ -6,7 +6,7 @@ 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/hashicorp/terraform/internal/legacy v0.0.0-00010101000000-000000000000
github.com/zclconf/go-cty v1.14.3
)
require (
@ -90,7 +90,6 @@ require (
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/zclconf/go-cty v1.14.3 // indirect
github.com/zclconf/go-cty-yaml v1.0.3 // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/crypto v0.19.0 // indirect

Loading…
Cancel
Save