Skip to content

Commit 9a8f031

Browse files
Bump github.com/hashicorp/go-getter from 1.4.0 to 1.7.0
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.4.0 to 1.7.0. - [Release notes](https://github.com/hashicorp/go-getter/releases) - [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml) - [Commits](hashicorp/go-getter@v1.4.0...v1.7.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-getter dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 97331c2 commit 9a8f031

File tree

1,296 files changed

+271125
-56951
lines changed

Some content is hidden

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

1,296 files changed

+271125
-56951
lines changed

go.mod

Lines changed: 32 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,65 +8,73 @@ require (
88
)
99

1010
require (
11-
cloud.google.com/go v0.45.1 // indirect
11+
cloud.google.com/go v0.104.0 // indirect
12+
cloud.google.com/go/compute v1.10.0 // indirect
13+
cloud.google.com/go/iam v0.5.0 // indirect
14+
cloud.google.com/go/storage v1.27.0 // indirect
1215
github.com/agext/levenshtein v1.2.2 // indirect
1316
github.com/apparentlymart/go-cidr v1.0.1 // indirect
1417
github.com/apparentlymart/go-textseg v1.0.0 // indirect
1518
github.com/armon/go-radix v1.0.0 // indirect
16-
github.com/aws/aws-sdk-go v1.25.3 // indirect
19+
github.com/aws/aws-sdk-go v1.44.122 // indirect
1720
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
1821
github.com/bgentry/speakeasy v0.1.0 // indirect
1922
github.com/davecgh/go-spew v1.1.1 // indirect
2023
github.com/fatih/color v1.7.0 // indirect
21-
github.com/golang/protobuf v1.3.2 // indirect
22-
github.com/google/go-cmp v0.3.1 // indirect
23-
github.com/google/uuid v1.1.1 // indirect
24-
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
24+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
25+
github.com/golang/protobuf v1.5.2 // indirect
26+
github.com/google/go-cmp v0.5.9 // indirect
27+
github.com/google/uuid v1.3.0 // indirect
28+
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
29+
github.com/googleapis/gax-go/v2 v2.6.0 // indirect
2530
github.com/hashicorp/errwrap v1.0.0 // indirect
26-
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
27-
github.com/hashicorp/go-getter v1.4.0 // indirect
31+
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
32+
github.com/hashicorp/go-getter v1.7.0 // indirect
2833
github.com/hashicorp/go-hclog v0.9.2 // indirect
2934
github.com/hashicorp/go-multierror v1.0.0 // indirect
3035
github.com/hashicorp/go-plugin v1.0.1 // indirect
3136
github.com/hashicorp/go-safetemp v1.0.0 // indirect
3237
github.com/hashicorp/go-uuid v1.0.1 // indirect
33-
github.com/hashicorp/go-version v1.2.0 // indirect
34-
github.com/hashicorp/golang-lru v0.5.1 // indirect
38+
github.com/hashicorp/go-version v1.6.0 // indirect
3539
github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f // indirect
3640
github.com/hashicorp/hcl/v2 v2.0.0 // indirect
3741
github.com/hashicorp/logutils v1.0.0 // indirect
3842
github.com/hashicorp/terraform-config-inspect v0.0.0-20191115094559-17f92b0546e8 // indirect
3943
github.com/hashicorp/terraform-svchost v0.0.0-20191011084731-65d371908596 // indirect
4044
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
41-
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
45+
github.com/jmespath/go-jmespath v0.4.0 // indirect
46+
github.com/klauspost/compress v1.15.11 // indirect
4247
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
4348
github.com/mattn/go-colorable v0.1.1 // indirect
4449
github.com/mattn/go-isatty v0.0.5 // indirect
4550
github.com/mitchellh/cli v1.0.0 // indirect
4651
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
4752
github.com/mitchellh/copystructure v1.0.0 // indirect
4853
github.com/mitchellh/go-homedir v1.1.0 // indirect
49-
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
54+
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
5055
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
5156
github.com/mitchellh/mapstructure v1.1.2 // indirect
5257
github.com/mitchellh/reflectwalk v1.0.1 // indirect
5358
github.com/oklog/run v1.0.0 // indirect
54-
github.com/pkg/errors v0.8.0 // indirect
59+
github.com/pkg/errors v0.9.1 // indirect
5560
github.com/posener/complete v1.2.1 // indirect
5661
github.com/sirupsen/logrus v1.3.0 // indirect
5762
github.com/spf13/afero v1.2.2 // indirect
58-
github.com/ulikunitz/xz v0.5.5 // indirect
63+
github.com/ulikunitz/xz v0.5.10 // indirect
5964
github.com/vmihailenco/msgpack v4.0.1+incompatible // indirect
6065
github.com/zclconf/go-cty v1.1.0 // indirect
6166
github.com/zclconf/go-cty-yaml v1.0.1 // indirect
62-
go.opencensus.io v0.22.0 // indirect
63-
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
64-
golang.org/x/net v0.0.0-20191009170851-d66e71096ffb // indirect
65-
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
66-
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
67-
golang.org/x/text v0.3.2 // indirect
68-
google.golang.org/api v0.9.0 // indirect
69-
google.golang.org/appengine v1.6.1 // indirect
70-
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 // indirect
71-
google.golang.org/grpc v1.23.0 // indirect
67+
go.opencensus.io v0.23.0 // indirect
68+
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
69+
golang.org/x/net v0.1.0 // indirect
70+
golang.org/x/oauth2 v0.1.0 // indirect
71+
golang.org/x/sys v0.1.0 // indirect
72+
golang.org/x/term v0.1.0 // indirect
73+
golang.org/x/text v0.4.0 // indirect
74+
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
75+
google.golang.org/api v0.100.0 // indirect
76+
google.golang.org/appengine v1.6.7 // indirect
77+
google.golang.org/genproto v0.0.0-20221025140454-527a21cfbd71 // indirect
78+
google.golang.org/grpc v1.50.1 // indirect
79+
google.golang.org/protobuf v1.28.1 // indirect
7280
)

0 commit comments

Comments
 (0)