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 6963664 commit 28087d3Copy full SHA for 28087d3
services/sqlserverflex/go.mod
@@ -2,10 +2,12 @@ module github.com/stackitcloud/stackit-sdk-go/services/sqlserverflex
2
3
go 1.18
4
5
-require github.com/stackitcloud/stackit-sdk-go/core v0.12.0
+require (
6
+ github.com/google/go-cmp v0.6.0
7
+ github.com/stackitcloud/stackit-sdk-go/core v0.12.0
8
+)
9
10
require (
11
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
- github.com/google/go-cmp v0.6.0
12
github.com/google/uuid v1.6.0 // indirect
13
)
0 commit comments