Skip to content

Commit 6135e54

Browse files
Bump github.com/hashicorp/go-getter from 1.6.1 to 1.7.0
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.6.1 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.6.1...v1.7.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-getter dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5f0e316 commit 6135e54

2 files changed

Lines changed: 210 additions & 41 deletions

File tree

go.mod

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ require (
1515
require github.com/zondax/ledger-go v0.14.0 // indirect
1616

1717
require (
18-
cloud.google.com/go v0.102.1 // indirect
19-
cloud.google.com/go/compute v1.7.0 // indirect
20-
cloud.google.com/go/iam v0.4.0 // indirect
21-
cloud.google.com/go/storage v1.22.1 // indirect
22-
cosmossdk.io/errors v1.0.0-beta.7 // indirect
18+
cloud.google.com/go v0.104.0 // indirect
19+
cloud.google.com/go/compute v1.10.0 // indirect
20+
cloud.google.com/go/iam v0.5.0 // indirect
21+
cloud.google.com/go/storage v1.27.0 // indirect
22+
cosmossdk.io/errors v1.0.0-beta.7
2323
filippo.io/edwards25519 v1.0.0-rc.1 // indirect
2424
github.com/99designs/keyring v1.2.1 // indirect
2525
github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d // indirect
2626
github.com/CosmWasm/wasmvm v1.1.1 // indirect
2727
github.com/Workiva/go-datastructures v1.0.53 // indirect
2828
github.com/armon/go-metrics v0.4.1 // indirect
29-
github.com/aws/aws-sdk-go v1.40.45 // indirect
29+
github.com/aws/aws-sdk-go v1.44.122 // indirect
3030
github.com/beorn7/perks v1.0.1 // indirect
3131
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
3232
github.com/bgentry/speakeasy v0.1.0 // indirect
@@ -71,9 +71,8 @@ require (
7171
github.com/google/gofuzz v1.2.0 // indirect
7272
github.com/google/orderedcode v0.0.1 // indirect
7373
github.com/google/uuid v1.3.0 // indirect
74-
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
75-
github.com/googleapis/gax-go/v2 v2.4.0 // indirect
76-
github.com/googleapis/go-type-adapters v1.0.0 // indirect
74+
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
75+
github.com/googleapis/gax-go/v2 v2.6.0 // indirect
7776
github.com/gorilla/handlers v1.5.1 // indirect
7877
github.com/gorilla/mux v1.8.0 // indirect
7978
github.com/gorilla/websocket v1.5.0 // indirect
@@ -83,7 +82,7 @@ require (
8382
github.com/gtank/merlin v0.1.1 // indirect
8483
github.com/gtank/ristretto255 v0.1.2 // indirect
8584
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
86-
github.com/hashicorp/go-getter v1.6.1 // indirect
85+
github.com/hashicorp/go-getter v1.7.0 // indirect
8786
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
8887
github.com/hashicorp/go-safetemp v1.0.0 // indirect
8988
github.com/hashicorp/go-version v1.6.0 // indirect
@@ -106,7 +105,7 @@ require (
106105
github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0 // indirect
107106
github.com/minio/highwayhash v1.0.2 // indirect
108107
github.com/mitchellh/go-homedir v1.1.0 // indirect
109-
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
108+
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
110109
github.com/mitchellh/mapstructure v1.5.0 // indirect
111110
github.com/mtibben/percent v0.2.1 // indirect
112111
github.com/pelletier/go-toml v1.9.5 // indirect
@@ -135,21 +134,21 @@ require (
135134
github.com/tendermint/btcd v0.1.1 // indirect
136135
github.com/tendermint/crypto v0.0.0-20191022145703-50d29ede1e15 // indirect
137136
github.com/tendermint/go-amino v0.16.0 // indirect
138-
github.com/ulikunitz/xz v0.5.8 // indirect
137+
github.com/ulikunitz/xz v0.5.10 // indirect
139138
github.com/zondax/hid v0.9.1 // indirect
140139
go.etcd.io/bbolt v1.3.6 // indirect
141140
go.opencensus.io v0.23.0 // indirect
142141
golang.org/x/crypto v0.2.0 // indirect
143142
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
144143
golang.org/x/net v0.7.0 // indirect
145-
golang.org/x/oauth2 v0.0.0-20220622183110-fd043fe589d2 // indirect
144+
golang.org/x/oauth2 v0.1.0 // indirect
146145
golang.org/x/sys v0.5.0 // indirect
147146
golang.org/x/term v0.5.0 // indirect
148147
golang.org/x/text v0.7.0 // indirect
149-
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
150-
google.golang.org/api v0.93.0 // indirect
148+
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
149+
google.golang.org/api v0.100.0 // indirect
151150
google.golang.org/appengine v1.6.7 // indirect
152-
google.golang.org/genproto v0.0.0-20221014213838-99cd37c6964a // indirect
151+
google.golang.org/genproto v0.0.0-20221025140454-527a21cfbd71 // indirect
153152
google.golang.org/grpc v1.50.1 // indirect
154153
google.golang.org/protobuf v1.28.2-0.20220831092852-f930b1dc76e8 // indirect
155154
gopkg.in/ini.v1 v1.67.0 // indirect

0 commit comments

Comments
 (0)