Skip to content

Commit 63e2a3d

Browse files
committed
Update terraform/consul dependency
1 parent 1170efb commit 63e2a3d

File tree

223 files changed

+13025
-2194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

223 files changed

+13025
-2194
lines changed

backend/remote-state/consul/backend_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"testing"
88
"time"
99

10-
"github.com/hashicorp/consul/testutil"
10+
"github.com/hashicorp/consul/sdk/testutil"
1111
"github.com/hashicorp/terraform/backend"
1212
)
1313

go.mod

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ require (
1515
github.com/apparentlymart/go-userdirs v0.0.0-20190512014041-4a23807e62b9
1616
github.com/apparentlymart/go-versions v0.0.2-0.20180815153302-64b99f7cb171
1717
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2
18-
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect
1918
github.com/armon/go-radix v1.0.0 // indirect
2019
github.com/aws/aws-sdk-go v1.30.12
2120
github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f // indirect
@@ -50,28 +49,25 @@ require (
5049
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
5150
github.com/grpc-ecosystem/grpc-gateway v1.8.5 // indirect
5251
github.com/hashicorp/aws-sdk-go-base v0.4.0
53-
github.com/hashicorp/consul v0.0.0-20171026175957-610f3c86a089
52+
github.com/hashicorp/consul/api v1.4.0
53+
github.com/hashicorp/consul/sdk v0.4.0
5454
github.com/hashicorp/errwrap v1.0.0
5555
github.com/hashicorp/go-azure-helpers v0.10.0
5656
github.com/hashicorp/go-checkpoint v0.5.0
5757
github.com/hashicorp/go-cleanhttp v0.5.1
5858
github.com/hashicorp/go-getter v1.4.2-0.20200106182914-9813cbd4eb02
59-
github.com/hashicorp/go-hclog v0.0.0-20181001195459-61d530d6c27f
60-
github.com/hashicorp/go-immutable-radix v0.0.0-20180129170900-7f3cd4390caa // indirect
59+
github.com/hashicorp/go-hclog v0.12.0
6160
github.com/hashicorp/go-msgpack v0.5.4 // indirect
6261
github.com/hashicorp/go-multierror v1.0.0
6362
github.com/hashicorp/go-plugin v1.0.1-0.20190610192547-a1bc61569a26
6463
github.com/hashicorp/go-retryablehttp v0.5.2
65-
github.com/hashicorp/go-rootcerts v1.0.0
66-
github.com/hashicorp/go-sockaddr v0.0.0-20180320115054-6d291a969b86 // indirect
64+
github.com/hashicorp/go-rootcerts v1.0.2
6765
github.com/hashicorp/go-tfe v0.3.27
6866
github.com/hashicorp/go-uuid v1.0.1
6967
github.com/hashicorp/go-version v1.2.0
7068
github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f
7169
github.com/hashicorp/hcl/v2 v2.4.0
7270
github.com/hashicorp/hil v0.0.0-20190212112733-ab17b08d6590
73-
github.com/hashicorp/memberlist v0.1.0 // indirect
74-
github.com/hashicorp/serf v0.0.0-20160124182025-e4ec8cc423bb // indirect
7571
github.com/hashicorp/terraform-config-inspect v0.0.0-20191212124732-c6ae6269b9d7
7672
github.com/hashicorp/terraform-svchost v0.0.0-20191011084731-65d371908596
7773
github.com/hashicorp/vault v0.10.4
@@ -86,9 +82,8 @@ require (
8682
github.com/likexian/gokit v0.20.15
8783
github.com/lusis/go-artifactory v0.0.0-20160115162124-7e4ce345df82
8884
github.com/masterzen/winrm v0.0.0-20190223112901-5e5c9a7fe54b
89-
github.com/mattn/go-colorable v0.1.1
85+
github.com/mattn/go-colorable v0.1.4
9086
github.com/mattn/go-shellwords v1.0.4
91-
github.com/miekg/dns v1.0.8 // indirect
9287
github.com/mitchellh/cli v1.0.0
9388
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
9489
github.com/mitchellh/copystructure v1.0.0
@@ -103,12 +98,10 @@ require (
10398
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
10499
github.com/modern-go/reflect2 v1.0.1 // indirect
105100
github.com/packer-community/winrmcp v0.0.0-20180102160824-81144009af58
106-
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c // indirect
107101
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4
108102
github.com/pkg/errors v0.9.1
109103
github.com/posener/complete v1.2.1
110104
github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829 // indirect
111-
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
112105
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
113106
github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a // indirect
114107
github.com/soheilhy/cmux v0.1.4 // indirect
@@ -130,12 +123,12 @@ require (
130123
golang.org/x/mod v0.2.0
131124
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
132125
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
133-
golang.org/x/sys v0.0.0-20191128015809-6d18c012aee9
126+
golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9
134127
golang.org/x/tools v0.0.0-20191203134012-c197fd4bf371
135128
google.golang.org/api v0.9.0
136129
google.golang.org/grpc v1.21.1
137130
gopkg.in/ini.v1 v1.42.0 // indirect
138-
gopkg.in/yaml.v2 v2.2.7
131+
gopkg.in/yaml.v2 v2.2.8
139132
)
140133

141134
go 1.14

go.sum

Lines changed: 53 additions & 20 deletions
Large diffs are not rendered by default.

vendor/github.com/armon/go-metrics/.gitignore

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/armon/go-metrics/LICENSE

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/armon/go-metrics/README.md

Lines changed: 91 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/armon/go-metrics/const_unix.go

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/armon/go-metrics/const_windows.go

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)