Skip to content

Commit 73e2408

Browse files
Update module github.com/stackitcloud/stackit-sdk-go/services/objectstorage to v1 (#1358)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 3c5479b commit 73e2408

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/objectstorage/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/stackitcloud/stackit-sdk-go/examples/objectstorage
22

33
go 1.18
44

5-
require github.com/stackitcloud/stackit-sdk-go/services/objectstorage v0.11.1
5+
require github.com/stackitcloud/stackit-sdk-go/services/objectstorage v1.0.0
66

77
require (
88
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect

examples/objectstorage/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
55
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
66
github.com/stackitcloud/stackit-sdk-go/core v0.15.1 h1:hIj/k/JXEuYmud3VWo3lr7Cfj2hfl4gG9nUIzcaZ9pM=
77
github.com/stackitcloud/stackit-sdk-go/core v0.15.1/go.mod h1:mDX1mSTsB3mP+tNBGcFNx6gH1mGBN4T+dVt+lcw7nlw=
8-
github.com/stackitcloud/stackit-sdk-go/services/objectstorage v0.11.1 h1:Df3fTAHaVgyiiyp9LyTTQI8jXSVeGo49eW5ya4AATCY=
9-
github.com/stackitcloud/stackit-sdk-go/services/objectstorage v0.11.1/go.mod h1:V2LEHKyTaaiEBi9L3v62mNQ7xyJSred4OK+himLJOZQ=
8+
github.com/stackitcloud/stackit-sdk-go/services/objectstorage v1.0.0 h1:/0n2zcH1nMw2noroGhz0fgu2YqtNo9v3AsVhXMRtmtw=
9+
github.com/stackitcloud/stackit-sdk-go/services/objectstorage v1.0.0/go.mod h1:0XumGX33DT6ItyD8yMlogSPWvpIuoqN7RZBrpUBPX+k=

0 commit comments

Comments
 (0)