Skip to content

Commit 8a9a64f

Browse files
committed
fix(deps): update sdk
1 parent 0ad6788 commit 8a9a64f

42 files changed

Lines changed: 48 additions & 48 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.22.0
10-
github.com/stackitcloud/stackit-sdk-go/services/auditlog v0.1.5
10+
github.com/stackitcloud/stackit-sdk-go/services/auditlog v0.2.0
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.22.0
10-
github.com/stackitcloud/stackit-sdk-go/services/dns v0.17.6
10+
github.com/stackitcloud/stackit-sdk-go/services/dns v0.18.0
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.13.0
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.22.0
10-
github.com/stackitcloud/stackit-sdk-go/services/dns v0.17.6
10+
github.com/stackitcloud/stackit-sdk-go/services/dns v0.18.0
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.22.0
10-
github.com/stackitcloud/stackit-sdk-go/services/dns v0.17.6
10+
github.com/stackitcloud/stackit-sdk-go/services/dns v0.18.0
1111
github.com/stackitcloud/stackit-sdk-go/services/postgresql v0.12.1
1212
)
1313

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.18.0
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.22.0
10-
github.com/stackitcloud/stackit-sdk-go/services/edge v0.4.3
10+
github.com/stackitcloud/stackit-sdk-go/services/edge v0.5.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.22.0
10-
github.com/stackitcloud/stackit-sdk-go/services/dns v0.17.6
10+
github.com/stackitcloud/stackit-sdk-go/services/dns v0.18.0
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.22.0
10-
github.com/stackitcloud/stackit-sdk-go/services/iaas v1.3.5
10+
github.com/stackitcloud/stackit-sdk-go/services/iaas v1.4.0
1111
)
1212

1313
require (

examples/intake/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/intake => ../../services
77

88
require (
99
github.com/stackitcloud/stackit-sdk-go/core v0.22.0
10-
github.com/stackitcloud/stackit-sdk-go/services/intake v0.4.4
10+
github.com/stackitcloud/stackit-sdk-go/services/intake v0.5.0
1111
)
1212

1313
require (

0 commit comments

Comments
 (0)