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/automation/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/automation => ../../serv

require (
github.com/stackitcloud/stackit-sdk-go/core v0.27.0
github.com/stackitcloud/stackit-sdk-go/services/automation v0.1.1
github.com/stackitcloud/stackit-sdk-go/services/automation v0.2.0
)

require (
Expand Down
2 changes: 1 addition & 1 deletion examples/experimental/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ replace github.com/stackitcloud/stackit-sdk-go/core => ../../core
require (
github.com/stackitcloud/stackit-sdk-go/core v0.27.0
github.com/stackitcloud/stackit-sdk-go/services/albwaf v0.13.4
github.com/stackitcloud/stackit-sdk-go/services/automation v0.1.1
github.com/stackitcloud/stackit-sdk-go/services/automation v0.2.0
)

require (
Expand Down
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.27.0
github.com/stackitcloud/stackit-sdk-go/services/iaas v1.14.3
github.com/stackitcloud/stackit-sdk-go/services/iaas v1.14.4
)

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

require github.com/stackitcloud/stackit-sdk-go/services/objectstorage v1.9.2
require github.com/stackitcloud/stackit-sdk-go/services/objectstorage v1.10.0

require (
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
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.27.0
github.com/stackitcloud/stackit-sdk-go/services/observability v0.25.1
github.com/stackitcloud/stackit-sdk-go/services/observability v0.25.2
)

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.27.0
github.com/stackitcloud/stackit-sdk-go/services/postgresflex v1.14.1
github.com/stackitcloud/stackit-sdk-go/services/postgresflex v1.15.0
)

require (
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.27.0
github.com/stackitcloud/stackit-sdk-go/services/postgresflex v1.14.1
github.com/stackitcloud/stackit-sdk-go/services/postgresflex v1.15.0
)

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

require (
github.com/stackitcloud/stackit-sdk-go/core v0.27.0
github.com/stackitcloud/stackit-sdk-go/services/telemetrylink v0.5.2
github.com/stackitcloud/stackit-sdk-go/services/telemetrylink v0.6.0
)

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

require (
github.com/stackitcloud/stackit-sdk-go/core v0.27.0
github.com/stackitcloud/stackit-sdk-go/services/telemetryrouter v0.5.2
github.com/stackitcloud/stackit-sdk-go/services/telemetryrouter v0.6.0
)

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

require github.com/stackitcloud/stackit-sdk-go/services/vpn v0.15.1
require github.com/stackitcloud/stackit-sdk-go/services/vpn v0.15.2

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