Skip to content

Commit 56637ba

Browse files
chore(deps): update ci dependencies (#76)
1 parent 5c502ec commit 56637ba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ go 1.21
55
toolchain go1.21.3
66

77
require (
8-
github.com/gruntwork-io/terratest v0.46.1
98
github.com/stretchr/testify v1.8.4
109
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.23.14
1110
)
@@ -60,6 +59,7 @@ require (
6059
github.com/google/uuid v1.3.0 // indirect
6160
github.com/googleapis/enterprise-certificate-proxy v0.2.4 // indirect
6261
github.com/googleapis/gax-go/v2 v2.11.0 // indirect
62+
github.com/gruntwork-io/terratest v0.46.5 // indirect
6363
github.com/hashicorp/errwrap v1.1.0 // indirect
6464
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
6565
github.com/hashicorp/go-getter v1.7.1 // indirect

tests/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,8 +476,8 @@ github.com/googleapis/gax-go/v2 v2.11.0 h1:9V9PWXEsWnPpQhu/PeQIkS4eGzMlTLGgt80cU
476476
github.com/googleapis/gax-go/v2 v2.11.0/go.mod h1:DxmR61SGKkGLa2xigwuZIQpkCI2S5iydzRfb3peWZJI=
477477
github.com/googleapis/go-type-adapters v1.0.0/go.mod h1:zHW75FOG2aur7gAO2B+MLby+cLsWGBF62rFAi7WjWO4=
478478
github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw=
479-
github.com/gruntwork-io/terratest v0.46.1 h1:dJ/y2/Li6yCDIc8KXY8PfydtrMRiXFb3UZm4LoPShPI=
480-
github.com/gruntwork-io/terratest v0.46.1/go.mod h1:gl//tb5cLnbpQs1FTSNwhsrbhsoG00goCJPfOnyliiU=
479+
github.com/gruntwork-io/terratest v0.46.5 h1:cmsIAKjM1Hqwy5tlZPb6EJQvaMCD4xRX1DN9fnTptBM=
480+
github.com/gruntwork-io/terratest v0.46.5/go.mod h1:6gI5MlLeyF+SLwqocA5GBzcTix+XiuxCy1BPwKuT+WM=
481481
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
482482
github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=
483483
github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=

0 commit comments

Comments
 (0)