Skip to content

Commit 79b88d8

Browse files
chore(deps): bump github.com/hashicorp/go-getter from 1.7.1 to 1.7.4 in /simapp (#171)
chore(deps): bump github.com/hashicorp/go-getter in /simapp Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.7.1 to 1.7.4. - [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.1...v1.7.4) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-getter dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 86c6644 commit 79b88d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

simapp/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ require (
130130
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
131131
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
132132
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
133-
github.com/hashicorp/go-getter v1.7.1 // indirect
133+
github.com/hashicorp/go-getter v1.7.4 // indirect
134134
github.com/hashicorp/go-hclog v1.5.0 // indirect
135135
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
136136
github.com/hashicorp/go-metrics v0.5.3 // indirect

simapp/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1302,8 +1302,8 @@ github.com/hashicorp/go-cleanhttp v0.5.0/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtng
13021302
github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80=
13031303
github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=
13041304
github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48=
1305-
github.com/hashicorp/go-getter v1.7.1 h1:SWiSWN/42qdpR0MdhaOc/bLR48PLuP1ZQtYLRlM69uY=
1306-
github.com/hashicorp/go-getter v1.7.1/go.mod h1:W7TalhMmbPmsSMdNjD0ZskARur/9GJ17cfHTRtXV744=
1305+
github.com/hashicorp/go-getter v1.7.4 h1:3yQjWuxICvSpYwqSayAdKRFcvBl1y/vogCxczWSmix0=
1306+
github.com/hashicorp/go-getter v1.7.4/go.mod h1:W7TalhMmbPmsSMdNjD0ZskARur/9GJ17cfHTRtXV744=
13071307
github.com/hashicorp/go-hclog v1.5.0 h1:bI2ocEMgcVlz55Oj1xZNBsVi900c7II+fWDyV9o+13c=
13081308
github.com/hashicorp/go-hclog v1.5.0/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M=
13091309
github.com/hashicorp/go-immutable-radix v1.0.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60=

0 commit comments

Comments
 (0)