Skip to content

Commit 1a6f713

Browse files
chore(deps): bump github.com/hashicorp/go-getter from 1.6.2 to 1.7.0 (#188)
1 parent c38de6f commit 1a6f713

File tree

2 files changed

+340
-68
lines changed

2 files changed

+340
-68
lines changed

go.mod

+23-25
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/araddon/dateparse v0.0.0-20190426192744-0d74ffceef83
88
github.com/cheggaaa/pb v2.0.7+incompatible
99
github.com/cheggaaa/pb/v3 v3.1.2
10-
github.com/hashicorp/go-getter v1.6.2
10+
github.com/hashicorp/go-getter v1.7.0
1111
github.com/kylelemons/godebug v1.1.0
1212
github.com/mattn/go-jsonpointer v0.0.0-20180225143300-37667080efed
1313
github.com/parnurzeal/gorequest v0.2.16
@@ -17,60 +17,58 @@ require (
1717
github.com/stretchr/testify v1.8.2
1818
golang.org/x/exp v0.0.0-20220321124402-2d6d886f8a82
1919
golang.org/x/net v0.8.0
20-
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1
20+
golang.org/x/oauth2 v0.1.0
2121
golang.org/x/vuln v0.0.0-20211215213114-5e054cb3e47e
22-
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
22+
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
2323
gopkg.in/cheggaaa/pb.v1 v1.0.28
2424
gopkg.in/yaml.v2 v2.4.0
2525
)
2626

2727
require (
28-
cloud.google.com/go v0.97.0 // indirect
28+
cloud.google.com/go v0.104.0 // indirect
29+
cloud.google.com/go/compute v1.10.0 // indirect
2930
cloud.google.com/go/errorreporting v0.1.0 // indirect
30-
cloud.google.com/go/storage v1.14.0 // indirect
31+
cloud.google.com/go/iam v0.5.0 // indirect
32+
cloud.google.com/go/storage v1.27.0 // indirect
3133
github.com/VividCortex/ewma v1.2.0 // indirect
3234
github.com/andybalholm/cascadia v1.3.1 // indirect
33-
github.com/aws/aws-sdk-go v1.15.78 // indirect
35+
github.com/aws/aws-sdk-go v1.44.122 // indirect
3436
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
35-
github.com/census-instrumentation/opencensus-proto v0.2.1 // indirect
36-
github.com/cespare/xxhash v1.1.0 // indirect
37-
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403 // indirect
38-
github.com/cncf/xds/go v0.0.0-20210312221358-fbca930ec8ed // indirect
3937
github.com/davecgh/go-spew v1.1.1 // indirect
4038
github.com/elazarl/goproxy v0.0.0-20190421051319-9d40249d3c2f // indirect
41-
github.com/envoyproxy/go-control-plane v0.9.9-0.20210512163311-63b5d3c536b0 // indirect
42-
github.com/envoyproxy/protoc-gen-validate v0.1.0 // indirect
4339
github.com/fatih/color v1.14.1 // indirect
44-
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
40+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
4541
github.com/golang/protobuf v1.5.2 // indirect
46-
github.com/google/go-cmp v0.5.6 // indirect
47-
github.com/googleapis/gax-go/v2 v2.1.1 // indirect
42+
github.com/google/go-cmp v0.5.9 // indirect
43+
github.com/google/uuid v1.3.0 // indirect
44+
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
45+
github.com/googleapis/gax-go/v2 v2.6.0 // indirect
4846
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
4947
github.com/hashicorp/go-safetemp v1.0.0 // indirect
50-
github.com/hashicorp/go-version v1.1.0 // indirect
51-
github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8 // indirect
52-
github.com/klauspost/compress v1.11.2 // indirect
48+
github.com/hashicorp/go-version v1.6.0 // indirect
49+
github.com/jmespath/go-jmespath v0.4.0 // indirect
50+
github.com/klauspost/compress v1.15.11 // indirect
5351
github.com/mattn/go-colorable v0.1.13 // indirect
5452
github.com/mattn/go-isatty v0.0.17 // indirect
5553
github.com/mattn/go-runewidth v0.0.12 // indirect
5654
github.com/mitchellh/go-homedir v1.1.0 // indirect
57-
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
55+
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
5856
github.com/pkg/errors v0.9.1 // indirect
5957
github.com/pmezard/go-difflib v1.0.0 // indirect
6058
github.com/rivo/uniseg v0.2.0 // indirect
6159
github.com/simplereach/timeutils v1.2.0 // indirect
6260
github.com/smartystreets/goconvey v1.7.2 // indirect
63-
github.com/ulikunitz/xz v0.5.8 // indirect
61+
github.com/ulikunitz/xz v0.5.10 // indirect
6462
go.opencensus.io v0.23.0 // indirect
6563
golang.org/x/mod v0.8.0 // indirect
66-
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
64+
golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0 // indirect
6765
golang.org/x/sys v0.6.0 // indirect
6866
golang.org/x/text v0.8.0 // indirect
69-
google.golang.org/api v0.60.0 // indirect
67+
google.golang.org/api v0.100.0 // indirect
7068
google.golang.org/appengine v1.6.7 // indirect
71-
google.golang.org/genproto v0.0.0-20211028162531-8db9c33dc351 // indirect
72-
google.golang.org/grpc v1.40.0 // indirect
73-
google.golang.org/protobuf v1.27.1 // indirect
69+
google.golang.org/genproto v0.0.0-20221025140454-527a21cfbd71 // indirect
70+
google.golang.org/grpc v1.50.1 // indirect
71+
google.golang.org/protobuf v1.28.1 // indirect
7472
gopkg.in/VividCortex/ewma.v1 v1.1.1 // indirect
7573
gopkg.in/cheggaaa/pb.v2 v2.0.7 // indirect
7674
gopkg.in/fatih/color.v1 v1.7.0 // indirect

0 commit comments

Comments
 (0)