diff --git a/examples/serviceaccount/go.mod b/examples/serviceaccount/go.mod index fe42c93dc..43a750a38 100644 --- a/examples/serviceaccount/go.mod +++ b/examples/serviceaccount/go.mod @@ -5,7 +5,7 @@ go 1.21 // 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/serviceaccount => ../../services/serviceaccount -require github.com/stackitcloud/stackit-sdk-go/services/serviceaccount v0.16.1 +require github.com/stackitcloud/stackit-sdk-go/services/serviceaccount v0.17.0 require ( github.com/golang-jwt/jwt/v5 v5.3.1 // indirect diff --git a/examples/sqlserverflex/go.mod b/examples/sqlserverflex/go.mod index 3b99b9047..438bf453f 100644 --- a/examples/sqlserverflex/go.mod +++ b/examples/sqlserverflex/go.mod @@ -7,7 +7,7 @@ replace github.com/stackitcloud/stackit-sdk-go/services/sqlserverflex => ../../s require ( github.com/stackitcloud/stackit-sdk-go/core v0.24.1 - github.com/stackitcloud/stackit-sdk-go/services/sqlserverflex v1.6.3 + github.com/stackitcloud/stackit-sdk-go/services/sqlserverflex v1.7.0 ) require (