Skip to content

Commit 28087d3

Browse files
Generate sqlserverflex (#540)
1 parent 6963664 commit 28087d3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

services/sqlserverflex/go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ module github.com/stackitcloud/stackit-sdk-go/services/sqlserverflex
22

33
go 1.18
44

5-
require github.com/stackitcloud/stackit-sdk-go/core v0.12.0
5+
require (
6+
github.com/google/go-cmp v0.6.0
7+
github.com/stackitcloud/stackit-sdk-go/core v0.12.0
8+
)
69

710
require (
811
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
9-
github.com/google/go-cmp v0.6.0
1012
github.com/google/uuid v1.6.0 // indirect
1113
)

0 commit comments

Comments
 (0)