Skip to content
Open
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/mongodbflex/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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/mongodbflex => ../../services/mongodbflex

require github.com/stackitcloud/stackit-sdk-go/services/mongodbflex v1.11.0
require github.com/stackitcloud/stackit-sdk-go/services/mongodbflex v1.12.0

require (
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
Expand Down
Loading