Skip to content

Commit 45d6d97

Browse files
renovate-botrubenhoenle
authored andcommitted
Update SDK
1 parent aaaaa31 commit 45d6d97

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

examples/mongodbflex/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.25
55
// This is not needed in production. This is only here to point the golangci linter to the local version instead of the last release on GitHub.
66
replace github.com/stackitcloud/stackit-sdk-go/services/mongodbflex => ../../services/mongodbflex
77

8-
require github.com/stackitcloud/stackit-sdk-go/services/mongodbflex v1.11.0
8+
require github.com/stackitcloud/stackit-sdk-go/services/mongodbflex v1.12.0
99

1010
require (
1111
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect

examples/redis/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.25
55
// This is not needed in production. This is only here to point the golangci linter to the local version instead of the last release on GitHub.
66
replace github.com/stackitcloud/stackit-sdk-go/services/redis => ../../services/redis
77

8-
require github.com/stackitcloud/stackit-sdk-go/services/redis v1.1.0
8+
require github.com/stackitcloud/stackit-sdk-go/services/redis v1.1.1
99

1010
require (
1111
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect

examples/ske/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/stackitcloud/stackit-sdk-go/services/ske => ../../services/sk
77

88
require (
99
github.com/stackitcloud/stackit-sdk-go/core v0.26.0
10-
github.com/stackitcloud/stackit-sdk-go/services/ske v1.18.0
10+
github.com/stackitcloud/stackit-sdk-go/services/ske v1.19.0
1111
)
1212

1313
require (

examples/sqlserverflex/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.25
55
// This is not needed in production. This is only here to point the golangci linter to the local version instead of the last release on GitHub.
66
replace github.com/stackitcloud/stackit-sdk-go/services/sqlserverflex => ../../services/sqlserverflex
77

8-
require github.com/stackitcloud/stackit-sdk-go/services/sqlserverflex v1.15.0
8+
require github.com/stackitcloud/stackit-sdk-go/services/sqlserverflex v1.16.0
99

1010
require (
1111
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect

examples/telemetrylink/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/stackitcloud/stackit-sdk-go/services/telemetrylink => ../../s
77

88
require (
99
github.com/stackitcloud/stackit-sdk-go/core v0.26.0
10-
github.com/stackitcloud/stackit-sdk-go/services/telemetrylink v0.3.0
10+
github.com/stackitcloud/stackit-sdk-go/services/telemetrylink v0.4.0
1111
)
1212

1313
require (

0 commit comments

Comments
 (0)