@@ -7,7 +7,7 @@ require (
7
7
github.com/araddon/dateparse v0.0.0-20190426192744-0d74ffceef83
8
8
github.com/cheggaaa/pb v2.0.7+incompatible
9
9
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
11
11
github.com/kylelemons/godebug v1.1.0
12
12
github.com/mattn/go-jsonpointer v0.0.0-20180225143300-37667080efed
13
13
github.com/parnurzeal/gorequest v0.2.16
@@ -17,60 +17,58 @@ require (
17
17
github.com/stretchr/testify v1.8.2
18
18
golang.org/x/exp v0.0.0-20220321124402-2d6d886f8a82
19
19
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
21
21
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
23
23
gopkg.in/cheggaaa/pb.v1 v1.0.28
24
24
gopkg.in/yaml.v2 v2.4.0
25
25
)
26
26
27
27
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
29
30
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
31
33
github.com/VividCortex/ewma v1.2.0 // indirect
32
34
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
34
36
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
39
37
github.com/davecgh/go-spew v1.1.1 // indirect
40
38
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
43
39
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
45
41
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
48
46
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
49
47
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
53
51
github.com/mattn/go-colorable v0.1.13 // indirect
54
52
github.com/mattn/go-isatty v0.0.17 // indirect
55
53
github.com/mattn/go-runewidth v0.0.12 // indirect
56
54
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
58
56
github.com/pkg/errors v0.9.1 // indirect
59
57
github.com/pmezard/go-difflib v1.0.0 // indirect
60
58
github.com/rivo/uniseg v0.2.0 // indirect
61
59
github.com/simplereach/timeutils v1.2.0 // indirect
62
60
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
64
62
go.opencensus.io v0.23.0 // indirect
65
63
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
67
65
golang.org/x/sys v0.6.0 // indirect
68
66
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
70
68
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
74
72
gopkg.in/VividCortex/ewma.v1 v1.1.1 // indirect
75
73
gopkg.in/cheggaaa/pb.v2 v2.0.7 // indirect
76
74
gopkg.in/fatih/color.v1 v1.7.0 // indirect
0 commit comments