Skip to content

Commit e202726

Browse files
chore(deps): bump github.com/hashicorp/go-getter from 1.7.5 to 1.7.9
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.7.5 to 1.7.9. - [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.7.5...v1.7.9) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-getter dependency-version: 1.7.9 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 48449f9 commit e202726

File tree

2 files changed

+704
-11
lines changed

2 files changed

+704
-11
lines changed

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ require (
112112
github.com/golang/mock v1.6.0 // indirect
113113
github.com/golang/snappy v0.0.4 // indirect
114114
github.com/google/btree v1.1.3 // indirect
115-
github.com/google/flatbuffers v1.12.1 // indirect
115+
github.com/google/flatbuffers v2.0.8+incompatible // indirect
116116
github.com/google/go-cmp v0.7.0 // indirect
117117
github.com/google/gofuzz v1.2.0 // indirect
118118
github.com/google/orderedcode v0.0.1 // indirect
@@ -128,7 +128,7 @@ require (
128128
github.com/gtank/merlin v0.1.1 // indirect
129129
github.com/gtank/ristretto255 v0.1.2 // indirect
130130
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
131-
github.com/hashicorp/go-getter v1.7.5 // indirect
131+
github.com/hashicorp/go-getter v1.7.9 // indirect
132132
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
133133
github.com/hashicorp/go-safetemp v1.0.0 // indirect
134134
github.com/hashicorp/go-version v1.6.0 // indirect
@@ -151,7 +151,6 @@ require (
151151
github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0 // indirect
152152
github.com/minio/highwayhash v1.0.3 // indirect
153153
github.com/mitchellh/go-homedir v1.1.0 // indirect
154-
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
155154
github.com/mitchellh/mapstructure v1.5.0 // indirect
156155
github.com/mtibben/percent v0.2.1 // indirect
157156
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect

0 commit comments

Comments
 (0)