Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/serviceaccount/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/sqlserverflex/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down
Loading