File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
solutions/fully-configurable Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ terraform {
55 required_providers {
66 ibm = {
77 source = " IBM-Cloud/ibm"
8- version = " 1.82.0 "
8+ version = " 1.82.1 "
99 }
1010 }
1111}
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ module github.com/terraform-ibm-modules/terraform-ibm-mq-cloud
22
33go 1.24.0
44
5- toolchain go1.25.0
5+ toolchain go1.25.1
66
77require (
88 github.com/stretchr/testify v1.11.1
9- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.1
9+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.3
1010)
1111
1212require (
Original file line number Diff line number Diff line change @@ -295,8 +295,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
295295github.com/stretchr/testify v1.8.2 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
296296github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
297297github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
298- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.1 h1:tcQG5sh+M4CGglqR221muoANVTXD01ZX7rIEURfw4ZM =
299- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.1 /go.mod h1:QQiS4/GrSDsVuI1Jdw8MTLmBJv68QiVfuLpiM+e9rt0 =
298+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.3 h1:eR7/W4+SmqfDfeD33ZVmtKrtM+KtcbAbURfjKAnXyic =
299+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.3 /go.mod h1:9Thq3InVLYHEtKIVABm8e1d7jvpIQqlKCJ8/d5wH6DY =
300300github.com/tidwall/pretty v1.0.0 /go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk =
301301github.com/tmccombs/hcl2json v0.6.4 h1:/FWnzS9JCuyZ4MNwrG4vMrFrzRgsWEOVi+1AyYUVLGw =
302302github.com/tmccombs/hcl2json v0.6.4 /go.mod h1:+ppKlIW3H5nsAsZddXPy2iMyvld3SHxyjswOZhavRDk =
You can’t perform that action at this time.
0 commit comments