Skip to content

Commit 18e77e9

Browse files
committed
Update SDK to v1
1 parent 0d82944 commit 18e77e9

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

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

1313
require (

examples/mariadb/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/mariadb => ../../service
77

88
require (
99
github.com/stackitcloud/stackit-sdk-go/core v0.26.0
10-
github.com/stackitcloud/stackit-sdk-go/services/mariadb v0.30.0
10+
github.com/stackitcloud/stackit-sdk-go/services/mariadb v1.0.1
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.29.0
10+
github.com/stackitcloud/stackit-sdk-go/services/opensearch v1.1.0
1111
)
1212

1313
require (

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

8-
require github.com/stackitcloud/stackit-sdk-go/services/rabbitmq v0.31.0
8+
require github.com/stackitcloud/stackit-sdk-go/services/rabbitmq v1.1.1
99

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

0 commit comments

Comments
 (0)