Skip to content

Commit

Permalink
chore(deps): update ci dependencies (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops authored Nov 28, 2023
1 parent bbc7f53 commit f92cd2d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion common-dev-assets
6 changes: 3 additions & 3 deletions tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.21.3

require (
github.com/stretchr/testify v1.8.4
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.25.0
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.25.1
)

require (
Expand All @@ -16,8 +16,8 @@ require (
cloud.google.com/go/iam v1.1.1 // indirect
cloud.google.com/go/storage v1.30.1 // indirect
dario.cat/mergo v1.0.0 // indirect
github.com/IBM-Cloud/bluemix-go v0.0.0-20231026045515-5c31bb9104f7 // indirect
github.com/IBM-Cloud/power-go-client v1.5.3 // indirect
github.com/IBM-Cloud/bluemix-go v0.0.0-20231123082353-50e8cc9c6959 // indirect
github.com/IBM-Cloud/power-go-client v1.5.4 // indirect
github.com/IBM/go-sdk-core/v5 v5.15.0 // indirect
github.com/IBM/platform-services-go-sdk v0.54.0 // indirect
github.com/IBM/vpc-go-sdk v1.0.2 // indirect
Expand Down
12 changes: 6 additions & 6 deletions tests/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,10 @@ dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/IBM-Cloud/bluemix-go v0.0.0-20231026045515-5c31bb9104f7 h1:vKZ2eFIkZO35J0ABCtkOePwC8t4VfNtzYeqKt931WWE=
github.com/IBM-Cloud/bluemix-go v0.0.0-20231026045515-5c31bb9104f7/go.mod h1:jIGLnIfj+uBv2ALz3rVHzNbNwt0V/bEWNeJKECa8Q+k=
github.com/IBM-Cloud/power-go-client v1.5.3 h1:qfI15aH+WMm0np5YZBId7i6yUOaPhMwcXu6xzfNAL/Y=
github.com/IBM-Cloud/power-go-client v1.5.3/go.mod h1:Vd8aSxWA30soUhE2U+tmzaYDUVNOmQE3/npny7BsN6Y=
github.com/IBM-Cloud/bluemix-go v0.0.0-20231123082353-50e8cc9c6959 h1:dvvI4ybsYx6M7fFGrg3HjlNnYxEBi9jJdSU0JhjJbG8=
github.com/IBM-Cloud/bluemix-go v0.0.0-20231123082353-50e8cc9c6959/go.mod h1:jIGLnIfj+uBv2ALz3rVHzNbNwt0V/bEWNeJKECa8Q+k=
github.com/IBM-Cloud/power-go-client v1.5.4 h1:fk+QgOdZvwq696UynehfGrMGMHXDYOJfRCE3Pec9o6c=
github.com/IBM-Cloud/power-go-client v1.5.4/go.mod h1:ZsKqKC4d4MAWujkttW1w9tG7xjlIbkIpVENX476ghVY=
github.com/IBM/go-sdk-core/v5 v5.9.2/go.mod h1:YlOwV9LeuclmT/qi/LAK2AsobbAP42veV0j68/rlZsE=
github.com/IBM/go-sdk-core/v5 v5.15.0 h1:AhFoWVk3i58f9vnDoEoZumI/zbtRoP5moWIz5YQOmZg=
github.com/IBM/go-sdk-core/v5 v5.15.0/go.mod h1:5Obavm/s1Tc2PxivEIfgCvj/HJ5h3QIOjLHS5y8QJf0=
Expand Down Expand Up @@ -665,8 +665,8 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.25.0 h1:UkGso61gc++QMqk+m/8nNpEq0W4dUCJesI9XWOJZNr0=
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.25.0/go.mod h1:60UEl1LD8SRCZw9pgiLvaR7JISxYrMZEPCzoAArMgCI=
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.25.1 h1:cjz0IU+4ggRHIhjkh0gwfEF0erwh6T72KZFm082Cymw=
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.25.1/go.mod h1:cSWIJG/+v8mMjfeaG9R10wpJJ/sBptoWNU8y1XYIpFo=
github.com/tidwall/pretty v1.0.0 h1:HsD+QiTn7sK6flMKIvNmpqz1qrpP3Ps6jOKIKMooyg4=
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
github.com/tmccombs/hcl2json v0.5.0 h1:cT2sXStOzKL06c8ZTf9vh+0N8GKGzV7+9RUaY5/iUP8=
Expand Down

0 comments on commit f92cd2d

Please sign in to comment.