Skip to content

Commit 4a844cb

Browse files
committed
Update SDK
1 parent 2910447 commit 4a844cb

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

examples/iaas/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/iaas => ../../services/i
77

88
require (
99
github.com/stackitcloud/stackit-sdk-go/core v0.26.0
10-
github.com/stackitcloud/stackit-sdk-go/services/iaas v1.14.0
10+
github.com/stackitcloud/stackit-sdk-go/services/iaas v1.14.1
1111
)
1212

1313
require (

examples/observability/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/observability => ../../s
77

88
require (
99
github.com/stackitcloud/stackit-sdk-go/core v0.26.0
10-
github.com/stackitcloud/stackit-sdk-go/services/observability v0.24.0
10+
github.com/stackitcloud/stackit-sdk-go/services/observability v0.25.0
1111
)
1212

1313
require (

examples/postgresflex/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/postgresflex => ../../se
77

88
require (
99
github.com/stackitcloud/stackit-sdk-go/core v0.26.0
10-
github.com/stackitcloud/stackit-sdk-go/services/postgresflex v1.12.0
10+
github.com/stackitcloud/stackit-sdk-go/services/postgresflex v1.13.0
1111
)
1212

1313
require (

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.3.0
8+
require github.com/stackitcloud/stackit-sdk-go/services/redis v1.4.0
99

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

examples/runtime/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/postgresflex => ../../se
77

88
require (
99
github.com/stackitcloud/stackit-sdk-go/core v0.26.0
10-
github.com/stackitcloud/stackit-sdk-go/services/postgresflex v1.12.0
10+
github.com/stackitcloud/stackit-sdk-go/services/postgresflex v1.13.0
1111
)
1212

1313
require (

examples/valkey/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/valkey => ../../services/valkey
77

8-
require github.com/stackitcloud/stackit-sdk-go/services/valkey v0.2.0
8+
require github.com/stackitcloud/stackit-sdk-go/services/valkey v0.3.0
99

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

0 commit comments

Comments
 (0)