@@ -12,7 +12,7 @@ require (
12
12
github.com/go-akka/configuration v0.0.0-20200606091224-a002c0330665
13
13
github.com/go-ini/ini v1.66.4
14
14
github.com/google/go-jsonnet v0.18.0
15
- github.com/hashicorp/go-getter v1.5.11
15
+ github.com/hashicorp/go-getter v1.6.1
16
16
github.com/hashicorp/hcl v1.0.0
17
17
github.com/jstemmer/go-junit-report v0.9.1
18
18
github.com/logrusorgru/aurora v2.0.3+incompatible
@@ -34,13 +34,15 @@ require (
34
34
)
35
35
36
36
require (
37
- cloud.google.com/go v0.99.0 // indirect
38
- cloud.google.com/go/storage v1.10.0 // indirect
37
+ cloud.google.com/go v0.102.0 // indirect
38
+ cloud.google.com/go/compute v1.6.1 // indirect
39
+ cloud.google.com/go/iam v0.3.0 // indirect
40
+ cloud.google.com/go/storage v1.22.1 // indirect
39
41
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
40
42
github.com/OneOfOne/xxhash v1.2.8 // indirect
41
43
github.com/agext/levenshtein v1.2.3 // indirect
42
44
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
43
- github.com/aws/aws-sdk-go v1.34.9 // indirect
45
+ github.com/aws/aws-sdk-go v1.44.26 // indirect
44
46
github.com/beorn7/perks v1.0.1 // indirect
45
47
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
46
48
github.com/cespare/xxhash/v2 v2.1.2 // indirect
@@ -59,20 +61,22 @@ require (
59
61
github.com/gogo/protobuf v1.3.2 // indirect
60
62
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
61
63
github.com/golang/protobuf v1.5.2 // indirect
62
- github.com/google/uuid v1.2.0 // indirect
63
- github.com/googleapis/gax-go/v2 v2.1.1 // indirect
64
+ github.com/google/go-cmp v0.5.8 // indirect
65
+ github.com/google/uuid v1.3.0 // indirect
66
+ github.com/googleapis/gax-go/v2 v2.4.0 // indirect
67
+ github.com/googleapis/go-type-adapters v1.0.0 // indirect
64
68
github.com/gorilla/mux v1.8.0 // indirect
65
69
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
66
70
github.com/hashicorp/go-safetemp v1.0.0 // indirect
67
- github.com/hashicorp/go-version v1.2 .0 // indirect
71
+ github.com/hashicorp/go-version v1.5 .0 // indirect
68
72
github.com/hashicorp/hcl/v2 v2.9.1 // indirect
69
73
github.com/inconshreveable/mousetrap v1.0.0 // indirect
70
- github.com/jmespath/go-jmespath v0.3 .0 // indirect
71
- github.com/klauspost/compress v1.13.6 // indirect
74
+ github.com/jmespath/go-jmespath v0.4 .0 // indirect
75
+ github.com/klauspost/compress v1.15.5 // indirect
72
76
github.com/mattn/go-runewidth v0.0.9 // indirect
73
77
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
74
78
github.com/mitchellh/go-homedir v1.1.0 // indirect
75
- github.com/mitchellh/go-testing-interface v1.0.0 // indirect
79
+ github.com/mitchellh/go-testing-interface v1.14.1 // indirect
76
80
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
77
81
github.com/mitchellh/mapstructure v1.4.3 // indirect
78
82
github.com/moby/locker v1.0.1 // indirect
@@ -91,22 +95,22 @@ require (
91
95
github.com/spf13/cast v1.4.1 // indirect
92
96
github.com/spf13/jwalterweatherman v1.1.0 // indirect
93
97
github.com/spf13/pflag v1.0.5 // indirect
94
- github.com/ulikunitz/xz v0.5.8 // indirect
98
+ github.com/ulikunitz/xz v0.5.10 // indirect
95
99
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
96
100
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
97
101
github.com/yashtewari/glob-intersection v0.1.0 // indirect
98
102
github.com/zclconf/go-cty v1.8.1 // indirect
99
103
go.opencensus.io v0.23.0 // indirect
100
- golang.org/x/net v0.0.0-20220107192237-5cfca573fb4d // indirect
101
- golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
102
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
103
- golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
104
+ golang.org/x/net v0.0.0-20220531201128-c960675eff93 // indirect
105
+ golang.org/x/oauth2 v0.0.0-20220524215830-622c5d57e401 // indirect
106
+ golang.org/x/sync v0.0.0-20220513210516-0976fa681c29 // indirect
107
+ golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
104
108
golang.org/x/text v0.3.7 // indirect
105
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
106
- google.golang.org/api v0.62 .0 // indirect
109
+ golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
110
+ google.golang.org/api v0.82 .0 // indirect
107
111
google.golang.org/appengine v1.6.7 // indirect
108
- google.golang.org/genproto v0.0.0-20220107163113-42d7afdf6368 // indirect
109
- google.golang.org/grpc v1.46 .0 // indirect
112
+ google.golang.org/genproto v0.0.0-20220601144221-27df5f98adab // indirect
113
+ google.golang.org/grpc v1.47 .0 // indirect
110
114
google.golang.org/protobuf v1.28.0 // indirect
111
115
gopkg.in/ini.v1 v1.66.2 // indirect
112
116
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments