Skip to content

Commit 82872a7

Browse files
Bump github.com/hashicorp/go-getter from 1.7.5 to 1.7.9 (#1188)
* 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]> * update gomod2nix.toml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas N. <[email protected]> Co-authored-by: Thomas Nguy <[email protected]>
1 parent b628665 commit 82872a7

File tree

3 files changed

+688
-12
lines changed

3 files changed

+688
-12
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ require (
114114
github.com/golang/mock v1.6.0 // indirect
115115
github.com/golang/snappy v0.0.4 // indirect
116116
github.com/google/btree v1.1.3 // indirect
117-
github.com/google/flatbuffers v1.12.1 // indirect
117+
github.com/google/flatbuffers v2.0.8+incompatible // indirect
118118
github.com/google/go-cmp v0.6.0 // indirect
119119
github.com/google/orderedcode v0.0.1 // indirect
120120
github.com/google/s2a-go v0.1.7 // indirect
@@ -126,7 +126,7 @@ require (
126126
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
127127
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
128128
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
129-
github.com/hashicorp/go-getter v1.7.5 // indirect
129+
github.com/hashicorp/go-getter v1.7.9 // indirect
130130
github.com/hashicorp/go-hclog v1.5.0 // indirect
131131
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
132132
github.com/hashicorp/go-plugin v1.5.2 // indirect

0 commit comments

Comments
 (0)