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/iaas/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/iaas => ../../services/i

require (
github.com/stackitcloud/stackit-sdk-go/core v0.26.0
github.com/stackitcloud/stackit-sdk-go/services/iaas v1.14.0
github.com/stackitcloud/stackit-sdk-go/services/iaas v1.14.1
)

require (
Expand Down
2 changes: 1 addition & 1 deletion examples/observability/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/observability => ../../s

require (
github.com/stackitcloud/stackit-sdk-go/core v0.26.0
github.com/stackitcloud/stackit-sdk-go/services/observability v0.24.0
github.com/stackitcloud/stackit-sdk-go/services/observability v0.25.0
)

require (
Expand Down
2 changes: 1 addition & 1 deletion examples/postgresflex/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/postgresflex => ../../se

require (
github.com/stackitcloud/stackit-sdk-go/core v0.26.0
github.com/stackitcloud/stackit-sdk-go/services/postgresflex v1.12.0
github.com/stackitcloud/stackit-sdk-go/services/postgresflex v1.13.0
)

require (
Expand Down
2 changes: 1 addition & 1 deletion examples/redis/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/redis => ../../services/redis

require github.com/stackitcloud/stackit-sdk-go/services/redis v1.3.0
require github.com/stackitcloud/stackit-sdk-go/services/redis v1.4.0

require (
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
Expand Down
2 changes: 1 addition & 1 deletion examples/runtime/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/postgresflex => ../../se

require (
github.com/stackitcloud/stackit-sdk-go/core v0.26.0
github.com/stackitcloud/stackit-sdk-go/services/postgresflex v1.12.0
github.com/stackitcloud/stackit-sdk-go/services/postgresflex v1.13.0
)

require (
Expand Down
2 changes: 1 addition & 1 deletion examples/valkey/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/valkey => ../../services/valkey

require github.com/stackitcloud/stackit-sdk-go/services/valkey v0.2.0
require github.com/stackitcloud/stackit-sdk-go/services/valkey v0.3.0

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