Skip to content

Commit b3f5f23

Browse files
Update SDK (#6276)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
1 parent 48f3f79 commit b3f5f23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/serviceaccount/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
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/serviceaccount => ../../services/serviceaccount
77

8-
require github.com/stackitcloud/stackit-sdk-go/services/serviceaccount v0.16.1
8+
require github.com/stackitcloud/stackit-sdk-go/services/serviceaccount v0.17.0
99

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

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.24.1
10-
github.com/stackitcloud/stackit-sdk-go/services/sqlserverflex v1.6.3
10+
github.com/stackitcloud/stackit-sdk-go/services/sqlserverflex v1.7.0
1111
)
1212

1313
require (

0 commit comments

Comments
 (0)