Skip to content

Commit f517b9e

Browse files
chore(deps): update ci dependencies (#63)
* chore(deps): update ci dependencies * bump cda --------- Co-authored-by: ocofaigh <[email protected]>
1 parent d24e549 commit f517b9e

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.secrets.baseline

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "go.sum|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2023-10-08T00:03:02Z",
6+
"generated_at": "2023-12-11T13:50:58Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -98,7 +98,7 @@
9898
}
9999
]
100100
},
101-
"version": "0.13.1+ibm.61.dss",
101+
"version": "0.13.1+ibm.62.dss",
102102
"word_list": {
103103
"file": null,
104104
"hash": null

tests/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.21.3
77
require (
88
github.com/gruntwork-io/terratest v0.46.8
99
github.com/stretchr/testify v1.8.4
10-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.25.5
10+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.25.6
1111
)
1212

1313
require (
@@ -38,7 +38,7 @@ require (
3838
github.com/ghodss/yaml v1.0.0 // indirect
3939
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
4040
github.com/go-git/go-billy/v5 v5.5.0 // indirect
41-
github.com/go-git/go-git/v5 v5.10.1 // indirect
41+
github.com/go-git/go-git/v5 v5.11.0 // indirect
4242
github.com/go-logr/logr v1.2.4 // indirect
4343
github.com/go-logr/stdr v1.2.2 // indirect
4444
github.com/go-openapi/analysis v0.21.4 // indirect
@@ -100,7 +100,7 @@ require (
100100
go.opentelemetry.io/otel/trace v1.16.0 // indirect
101101
golang.org/x/crypto v0.16.0 // indirect
102102
golang.org/x/mod v0.12.0 // indirect
103-
golang.org/x/net v0.18.0 // indirect
103+
golang.org/x/net v0.19.0 // indirect
104104
golang.org/x/oauth2 v0.10.0 // indirect
105105
golang.org/x/sync v0.3.0 // indirect
106106
golang.org/x/sys v0.15.0 // indirect

tests/go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,8 @@ github.com/go-git/go-billy/v5 v5.5.0 h1:yEY4yhzCDuMGSv83oGxiBotRzhwhNr8VZyphhiu+
284284
github.com/go-git/go-billy/v5 v5.5.0/go.mod h1:hmexnoNsr2SJU1Ju67OaNz5ASJY3+sHgFRpCtpDCKow=
285285
github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399 h1:eMje31YglSBqCdIqdhKBW8lokaMrL3uTkpGYlE2OOT4=
286286
github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399/go.mod h1:1OCfN199q1Jm3HZlxleg+Dw/mwps2Wbk9frAWm+4FII=
287-
github.com/go-git/go-git/v5 v5.10.1 h1:tu8/D8i+TWxgKpzQ3Vc43e+kkhXqtsZCKI/egajKnxk=
288-
github.com/go-git/go-git/v5 v5.10.1/go.mod h1:uEuHjxkHap8kAl//V5F/nNWwqIYtP/402ddd05mp0wg=
287+
github.com/go-git/go-git/v5 v5.11.0 h1:XIZc1p+8YzypNr34itUfSvYJcv+eYdTnTvOZ2vD3cA4=
288+
github.com/go-git/go-git/v5 v5.11.0/go.mod h1:6GFcX2P3NM7FPBfpePbpLd21XxsgdAt+lKqXmCUiUCY=
289289
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
290290
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
291291
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
@@ -613,8 +613,8 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o
613613
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
614614
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
615615
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
616-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.25.5 h1:TGaBuG7t7NHAWqg4/FRLMoAf4jegyPSNs9MM4yuD1zs=
617-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.25.5/go.mod h1:sCe7s4G2r90JYOI5tRVLaPrmZCxhCv/UFO12jzbmZnE=
616+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.25.6 h1:F4nFnAdskmYO9bytcRncCfqOHycniwhdxf9Psp3/LnA=
617+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.25.6/go.mod h1:RlLuoKlZ8xt5Ua/KIab9NAdTc6DJioT4HN1aZjr20rM=
618618
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
619619
github.com/tmccombs/hcl2json v0.5.0 h1:cT2sXStOzKL06c8ZTf9vh+0N8GKGzV7+9RUaY5/iUP8=
620620
github.com/tmccombs/hcl2json v0.5.0/go.mod h1:B0ZpBthAKbQur6yZRKrtaqDmYLCvgnwHOBApE0faCpU=
@@ -787,8 +787,8 @@ golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
787787
golang.org/x/net v0.12.0/go.mod h1:zEVYFnQC7m/vmpQFELhcD1EWkZlX69l4oqgmer6hfKA=
788788
golang.org/x/net v0.14.0/go.mod h1:PpSgVXXLK0OxS0F31C1/tv6XNguvCrnXIDrFMspZIUI=
789789
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
790-
golang.org/x/net v0.18.0 h1:mIYleuAkSbHh0tCv7RvjL3F6ZVbLjq4+R7zbOn3Kokg=
791-
golang.org/x/net v0.18.0/go.mod h1:/czyP5RqHAH4odGYxBJ1qz0+CE5WZ+2j1YgoEo8F2jQ=
790+
golang.org/x/net v0.19.0 h1:zTwKpTd2XuCqf8huc7Fo2iSy+4RHPd10s4KzeTnVr1c=
791+
golang.org/x/net v0.19.0/go.mod h1:CfAk/cbD4CthTvqiEl8NpboMuiuOYsAr/7NOjZJtv1U=
792792
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
793793
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
794794
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=

0 commit comments

Comments
 (0)