File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ replace github.com/stackitcloud/stackit-sdk-go/services/auditlog => ../../servic
77
88require (
99 github.com/stackitcloud/stackit-sdk-go/core v0.26.0
10- github.com/stackitcloud/stackit-sdk-go/services/auditlog v0.4.1
10+ github.com/stackitcloud/stackit-sdk-go/services/auditlog v0.4.2
1111)
1212
1313require (
Original file line number Diff line number Diff line change 55// 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.
66replace github.com/stackitcloud/stackit-sdk-go/services/authorization => ../../services/authorization
77
8- require github.com/stackitcloud/stackit-sdk-go/services/authorization v0.15.1
8+ require github.com/stackitcloud/stackit-sdk-go/services/authorization v0.15.2
99
1010require (
1111 github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ replace github.com/stackitcloud/stackit-sdk-go/services/cost => ../../services/c
77
88require (
99 github.com/stackitcloud/stackit-sdk-go/core v0.26.0
10- github.com/stackitcloud/stackit-sdk-go/services/cost v0.3.1
10+ github.com/stackitcloud/stackit-sdk-go/services/cost v0.3.2
1111)
1212
1313require (
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ replace github.com/stackitcloud/stackit-sdk-go/services/edge => ../../services/e
77
88require (
99 github.com/stackitcloud/stackit-sdk-go/core v0.26.0
10- github.com/stackitcloud/stackit-sdk-go/services/edge v0.9.1
10+ github.com/stackitcloud/stackit-sdk-go/services/edge v0.9.2
1111 gopkg.in/yaml.v3 v3.0.1
1212)
1313
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ require (
1313require (
1414 github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
1515 github.com/google/uuid v1.6.0 // indirect
16- github.com/stackitcloud/stackit-sdk-go/services/resourcemanager v0.22.1 // indirect
16+ github.com/stackitcloud/stackit-sdk-go/services/resourcemanager v0.22.2 // indirect
1717)
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
66github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
77github.com/stackitcloud/stackit-sdk-go/core v0.26.0 h1:jQEb9gkehfp6VCP6TcYk7BI10cz4l0KM2L6hqYBH2QA =
88github.com/stackitcloud/stackit-sdk-go/core v0.26.0 /go.mod h1:WU1hhxnjXw2EV7CYa1nlEvNpMiRY6CvmIOaHuL3pOaA =
9- github.com/stackitcloud/stackit-sdk-go/services/resourcemanager v0.22.1 h1:J7EqPLrdfEWhEw5bH3StHbKtrSwJ6Gdjw5RwzsHXGf0 =
10- github.com/stackitcloud/stackit-sdk-go/services/resourcemanager v0.22.1 /go.mod h1:hczoIYoLKu7vL+iunL1AlhQ2MqQXckPlqiozrqdZrWQ =
9+ github.com/stackitcloud/stackit-sdk-go/services/resourcemanager v0.22.2 h1:R0H/U3PvsBolLnKqfqLuXvVlFzzGRMANiRulyafZuSU =
10+ github.com/stackitcloud/stackit-sdk-go/services/resourcemanager v0.22.2 /go.mod h1:NEz3f+GV5G++BE9/MmZCsXJyCih7jtg0pZuSyG2sLEs =
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ replace github.com/stackitcloud/stackit-sdk-go/services/loadbalancer => ../../se
77
88require (
99 github.com/stackitcloud/stackit-sdk-go/core v0.26.0
10- github.com/stackitcloud/stackit-sdk-go/services/loadbalancer v1.12.1
10+ github.com/stackitcloud/stackit-sdk-go/services/loadbalancer v1.12.2
1111)
1212
1313require (
Original file line number Diff line number Diff line change 55// 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.
66replace github.com/stackitcloud/stackit-sdk-go/services/serviceaccount => ../../services/serviceaccount
77
8- require github.com/stackitcloud/stackit-sdk-go/services/serviceaccount v0.18.1
8+ require github.com/stackitcloud/stackit-sdk-go/services/serviceaccount v0.18.2
99
1010require (
1111 github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
Original file line number Diff line number Diff line change 55// 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.
66replace github.com/stackitcloud/stackit-sdk-go/services/serviceenablement => ../../services/serviceenablement
77
8- require github.com/stackitcloud/stackit-sdk-go/services/serviceenablement v1.5.1
8+ require github.com/stackitcloud/stackit-sdk-go/services/serviceenablement v1.5.2
99
1010require (
1111 github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ replace github.com/stackitcloud/stackit-sdk-go/services/ske => ../../services/sk
77
88require (
99 github.com/stackitcloud/stackit-sdk-go/core v0.26.0
10- github.com/stackitcloud/stackit-sdk-go/services/ske v1.13.0
10+ github.com/stackitcloud/stackit-sdk-go/services/ske v1.13.1
1111)
1212
1313require (
You can’t perform that action at this time.
0 commit comments