Skip to content

Commit 8decb09

Browse files
authored
Merge branch 'master' into master
2 parents a4079ee + 7217c49 commit 8decb09

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/integration/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ require (
3838
github.com/gruntwork-io/terratest v0.46.13 // indirect
3939
github.com/hashicorp/errwrap v1.1.0 // indirect
4040
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
41-
github.com/hashicorp/go-getter v1.7.2 // indirect
41+
github.com/hashicorp/go-getter v1.7.4 // indirect
4242
github.com/hashicorp/go-multierror v1.1.1 // indirect
4343
github.com/hashicorp/go-safetemp v1.0.0 // indirect
4444
github.com/hashicorp/go-version v1.6.0 // indirect

test/integration/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,8 @@ github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY
360360
github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
361361
github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=
362362
github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48=
363-
github.com/hashicorp/go-getter v1.7.2 h1:uJDtyXwEfalmp1PqdxuhZqrNkUyClZAhVeZYTArbqkg=
364-
github.com/hashicorp/go-getter v1.7.2/go.mod h1:W7TalhMmbPmsSMdNjD0ZskARur/9GJ17cfHTRtXV744=
363+
github.com/hashicorp/go-getter v1.7.4 h1:3yQjWuxICvSpYwqSayAdKRFcvBl1y/vogCxczWSmix0=
364+
github.com/hashicorp/go-getter v1.7.4/go.mod h1:W7TalhMmbPmsSMdNjD0ZskARur/9GJ17cfHTRtXV744=
365365
github.com/hashicorp/go-multierror v1.1.1 h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=
366366
github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9/fmwbPZ6JB6eMoM=
367367
github.com/hashicorp/go-safetemp v1.0.0 h1:2HR189eFNrjHQyENnQMMpCiBAsRxzbTMIgBhEyExpmo=

0 commit comments

Comments
 (0)