Skip to content

Commit 367d203

Browse files
committed
fix(deps): update sdk
1 parent 2f63495 commit 367d203

10 files changed

Lines changed: 10 additions & 10 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.11.1
10+
github.com/stackitcloud/stackit-sdk-go/services/iaas v1.12.0
1111
)
1212

1313
require (

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

88
require (
99
github.com/stackitcloud/stackit-sdk-go/core v0.26.0
10-
github.com/stackitcloud/stackit-sdk-go/services/kms v1.9.0
10+
github.com/stackitcloud/stackit-sdk-go/services/kms v1.10.0
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.21.2
10+
github.com/stackitcloud/stackit-sdk-go/services/observability v0.22.0
1111
)
1212

1313
require (

examples/opensearch/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/opensearch => ../../serv
77

88
require (
99
github.com/stackitcloud/stackit-sdk-go/core v0.26.0
10-
github.com/stackitcloud/stackit-sdk-go/services/opensearch v0.27.2
10+
github.com/stackitcloud/stackit-sdk-go/services/opensearch v0.28.0
1111
)
1212

1313
require (

examples/rabbitmq/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/rabbitmq => ../../servic
77

88
require (
99
github.com/stackitcloud/stackit-sdk-go/core v0.26.0
10-
github.com/stackitcloud/stackit-sdk-go/services/rabbitmq v0.29.2
10+
github.com/stackitcloud/stackit-sdk-go/services/rabbitmq v0.30.0
1111
)
1212

1313
require (

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

8-
require github.com/stackitcloud/stackit-sdk-go/services/serviceenablement v1.5.3
8+
require github.com/stackitcloud/stackit-sdk-go/services/serviceenablement v1.6.0
99

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

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

88
require (
99
github.com/stackitcloud/stackit-sdk-go/core v0.26.0
10-
github.com/stackitcloud/stackit-sdk-go/services/sfs v0.10.0
10+
github.com/stackitcloud/stackit-sdk-go/services/sfs v0.10.1
1111
)
1212

1313
require (

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.14.0
10+
github.com/stackitcloud/stackit-sdk-go/services/ske v1.15.0
1111
)
1212

1313
require (

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

88
require (
99
github.com/stackitcloud/stackit-sdk-go/core v0.26.0
10-
github.com/stackitcloud/stackit-sdk-go/services/sqlserverflex v1.10.0
10+
github.com/stackitcloud/stackit-sdk-go/services/sqlserverflex v1.11.0
1111
)
1212

1313
require (

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

8-
require github.com/stackitcloud/stackit-sdk-go/services/vpn v0.9.0
8+
require github.com/stackitcloud/stackit-sdk-go/services/vpn v0.10.0
99

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

0 commit comments

Comments
 (0)