Skip to content

Commit cb9b8c6

Browse files
committed
Update SDK
1 parent 19cad42 commit cb9b8c6

41 files changed

Lines changed: 46 additions & 46 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

examples/auditlog/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/stackitcloud/stackit-sdk-go/services/auditlog => ../../servic
77

88
require (
99
github.com/stackitcloud/stackit-sdk-go/core v0.23.0
10-
github.com/stackitcloud/stackit-sdk-go/services/auditlog v0.1.5
10+
github.com/stackitcloud/stackit-sdk-go/services/auditlog v0.3.1
1111
)
1212

1313
require (

examples/authentication/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/stackitcloud/stackit-sdk-go/services/dns => ../../services/dn
77

88
require (
99
github.com/stackitcloud/stackit-sdk-go/core v0.23.0
10-
github.com/stackitcloud/stackit-sdk-go/services/dns v0.17.6
10+
github.com/stackitcloud/stackit-sdk-go/services/dns v0.19.1
1111
)
1212

1313
require (

examples/authorization/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
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.
66
replace github.com/stackitcloud/stackit-sdk-go/services/authorization => ../../services/authorization
77

8-
require github.com/stackitcloud/stackit-sdk-go/services/authorization v0.12.0
8+
require github.com/stackitcloud/stackit-sdk-go/services/authorization v0.14.1
99

1010
require (
1111
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect

examples/backgroundrefresh/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/stackitcloud/stackit-sdk-go/services/dns => ../../services/dn
77

88
require (
99
github.com/stackitcloud/stackit-sdk-go/core v0.23.0
10-
github.com/stackitcloud/stackit-sdk-go/services/dns v0.17.6
10+
github.com/stackitcloud/stackit-sdk-go/services/dns v0.19.1
1111
)
1212

1313
require (

examples/configuration/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/stackitcloud/stackit-sdk-go/services/dns => ../../services/dn
77

88
require (
99
github.com/stackitcloud/stackit-sdk-go/core v0.23.0
10-
github.com/stackitcloud/stackit-sdk-go/services/dns v0.17.6
10+
github.com/stackitcloud/stackit-sdk-go/services/dns v0.19.1
1111
github.com/stackitcloud/stackit-sdk-go/services/postgresql v0.12.1
1212
)
1313

examples/cost/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/stackitcloud/stackit-sdk-go/services/cost => ../../services/c
77

88
require (
99
github.com/stackitcloud/stackit-sdk-go/core v0.23.0
10-
github.com/stackitcloud/stackit-sdk-go/services/cost v0.1.0
10+
github.com/stackitcloud/stackit-sdk-go/services/cost v0.2.0
1111
)
1212

1313
require (

examples/dns/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
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.
66
replace github.com/stackitcloud/stackit-sdk-go/services/dns => ../../services/dns
77

8-
require github.com/stackitcloud/stackit-sdk-go/services/dns v0.17.6
8+
require github.com/stackitcloud/stackit-sdk-go/services/dns v0.19.1
99

1010
require (
1111
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect

examples/edge/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/stackitcloud/stackit-sdk-go/services/edge => ../../services/e
77

88
require (
99
github.com/stackitcloud/stackit-sdk-go/core v0.23.0
10-
github.com/stackitcloud/stackit-sdk-go/services/edge v0.4.3
10+
github.com/stackitcloud/stackit-sdk-go/services/edge v0.8.0
1111
gopkg.in/yaml.v3 v3.0.1
1212
)
1313

examples/errorhandling/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/stackitcloud/stackit-sdk-go/services/dns => ../../services/dn
77

88
require (
99
github.com/stackitcloud/stackit-sdk-go/core v0.23.0
10-
github.com/stackitcloud/stackit-sdk-go/services/dns v0.17.6
10+
github.com/stackitcloud/stackit-sdk-go/services/dns v0.19.1
1111
)
1212

1313
require (

examples/iaas/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/stackitcloud/stackit-sdk-go/services/iaas => ../../services/i
77

88
require (
99
github.com/stackitcloud/stackit-sdk-go/core v0.23.0
10-
github.com/stackitcloud/stackit-sdk-go/services/iaas v1.3.5
10+
github.com/stackitcloud/stackit-sdk-go/services/iaas v1.7.0
1111
)
1212

1313
require (

0 commit comments

Comments
 (0)