diff --git a/examples/kms/go.mod b/examples/kms/go.mod index 4780cf5c4..a8cc93129 100644 --- a/examples/kms/go.mod +++ b/examples/kms/go.mod @@ -7,7 +7,7 @@ replace github.com/stackitcloud/stackit-sdk-go/services/kms => ../../services/km require ( github.com/stackitcloud/stackit-sdk-go/core v0.26.0 - github.com/stackitcloud/stackit-sdk-go/services/kms v1.11.0 + github.com/stackitcloud/stackit-sdk-go/services/kms v1.12.0 ) require ( diff --git a/examples/sqlserverflex/go.mod b/examples/sqlserverflex/go.mod index f6bd1b327..467625cd9 100644 --- a/examples/sqlserverflex/go.mod +++ b/examples/sqlserverflex/go.mod @@ -5,7 +5,7 @@ go 1.25 // 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. replace github.com/stackitcloud/stackit-sdk-go/services/sqlserverflex => ../../services/sqlserverflex -require github.com/stackitcloud/stackit-sdk-go/services/sqlserverflex v1.16.0 +require github.com/stackitcloud/stackit-sdk-go/services/sqlserverflex v1.16.1 require ( github.com/golang-jwt/jwt/v5 v5.3.1 // indirect