File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,11 @@ go 1.21
44
55require (
66 github.com/stackitcloud/stackit-sdk-go/core v0.17.3
7- github.com/stackitcloud/stackit-sdk-go/services/iaas v0.29.2
7+ github.com/stackitcloud/stackit-sdk-go/services/iaas v0.30.0
88)
99
1010require (
1111 github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
1212 github.com/google/uuid v1.6.0 // indirect
13+ github.com/stackitcloud/stackit-sdk-go/services/resourcemanager v0.17.1 // indirect
1314)
Original file line number Diff line number Diff line change @@ -6,5 +6,7 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
66git.colasdn.top/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
77git.colasdn.top/stackitcloud/stackit-sdk-go/core v0.17.3 h1:GsZGmRRc/3GJLmCUnsZswirr5wfLRrwavbnL/renOqg =
88git.colasdn.top/stackitcloud/stackit-sdk-go/core v0.17.3 /go.mod h1:HBCXJGPgdRulplDzhrmwC+Dak9B/x0nzNtmOpu+1Ahg =
9- github.com/stackitcloud/stackit-sdk-go/services/iaas v0.29.2 h1:BvrbqLi9u0943TTkflPDLGbXgqgVzv7oy8tZHD3q3lg =
10- github.com/stackitcloud/stackit-sdk-go/services/iaas v0.29.2 /go.mod h1:b/jgJf7QHdRzU2fmZeJJtu5j0TAevDRghzcn5MyRmOI =
9+ github.com/stackitcloud/stackit-sdk-go/services/iaas v0.30.0 h1:01+noyCSadNH3ALHufcVXxNs0hBsetzJkOMN1Fe0VLc =
10+ github.com/stackitcloud/stackit-sdk-go/services/iaas v0.30.0 /go.mod h1:854gnLR92NvAbJAA1xZEumrtNh1DoBP1FXTMvhwYA6w =
11+ github.com/stackitcloud/stackit-sdk-go/services/resourcemanager v0.17.1 h1:r7oaINTwLmIG31AaqKTuQHHFF8YNuYGzi+46DOuSjw4 =
12+ github.com/stackitcloud/stackit-sdk-go/services/resourcemanager v0.17.1 /go.mod h1:ipcrPRbwfQXHH18dJVfY7K5ujHF5dTT6isoXgmA7YwQ =
You can’t perform that action at this time.
0 commit comments