We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd89e3 commit 22f9da0Copy full SHA for 22f9da0
examples/serviceenablement/go.mod
@@ -2,13 +2,11 @@ module github.com/stackitcloud/stackit-sdk-go/examples/serviceenablement
2
3
go 1.21
4
5
-require (
6
- github.com/stackitcloud/stackit-sdk-go/core v0.16.0
7
- github.com/stackitcloud/stackit-sdk-go/services/serviceenablement v0.5.0
8
-)
+require github.com/stackitcloud/stackit-sdk-go/services/serviceenablement v0.5.0
9
10
require (
11
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
12
github.com/google/go-cmp v0.7.0 // indirect
13
github.com/google/uuid v1.6.0 // indirect
+ github.com/stackitcloud/stackit-sdk-go/core v0.16.0 // indirect
14
)
0 commit comments