Skip to content
Merged
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/auditlog/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/auditlog => ../../servic

require (
github.com/stackitcloud/stackit-sdk-go/core v0.26.0
github.com/stackitcloud/stackit-sdk-go/services/auditlog v0.4.1
github.com/stackitcloud/stackit-sdk-go/services/auditlog v0.4.2
)

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

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

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

require (
github.com/stackitcloud/stackit-sdk-go/core v0.26.0
github.com/stackitcloud/stackit-sdk-go/services/cost v0.3.1
github.com/stackitcloud/stackit-sdk-go/services/cost v0.3.2
)

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

require (
github.com/stackitcloud/stackit-sdk-go/core v0.26.0
github.com/stackitcloud/stackit-sdk-go/services/edge v0.9.1
github.com/stackitcloud/stackit-sdk-go/services/edge v0.11.0
gopkg.in/yaml.v3 v3.0.1
)

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.26.0
github.com/stackitcloud/stackit-sdk-go/services/iaas v1.10.2
github.com/stackitcloud/stackit-sdk-go/services/iaas v1.11.1
)

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

require (
github.com/stackitcloud/stackit-sdk-go/core v0.26.0
github.com/stackitcloud/stackit-sdk-go/services/intake v0.8.1
github.com/stackitcloud/stackit-sdk-go/services/intake v0.9.0
)

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

require (
github.com/stackitcloud/stackit-sdk-go/core v0.26.0
github.com/stackitcloud/stackit-sdk-go/services/kms v1.7.2
github.com/stackitcloud/stackit-sdk-go/services/kms v1.8.0
)

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

require (
github.com/stackitcloud/stackit-sdk-go/core v0.26.0
github.com/stackitcloud/stackit-sdk-go/services/loadbalancer v1.12.1
github.com/stackitcloud/stackit-sdk-go/services/loadbalancer v1.12.2
)

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.8.2
require github.com/stackitcloud/stackit-sdk-go/services/objectstorage v1.9.0

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

require github.com/stackitcloud/stackit-sdk-go/services/postgresflex v1.7.2
require github.com/stackitcloud/stackit-sdk-go/services/postgresflex v1.8.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.7.2
github.com/stackitcloud/stackit-sdk-go/services/postgresflex v1.8.0
)

require (
Expand Down
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.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/serviceaccount => ../../services/serviceaccount

require github.com/stackitcloud/stackit-sdk-go/services/serviceaccount v0.18.1
require github.com/stackitcloud/stackit-sdk-go/services/serviceaccount v0.19.0

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

require github.com/stackitcloud/stackit-sdk-go/services/serviceenablement v1.5.1
require github.com/stackitcloud/stackit-sdk-go/services/serviceenablement v1.5.3

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

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

require (
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.26.0
github.com/stackitcloud/stackit-sdk-go/services/sqlserverflex v1.9.1
github.com/stackitcloud/stackit-sdk-go/services/sqlserverflex v1.10.0
)

require (
Expand Down
Loading