We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a05a8f6 commit 806af61Copy full SHA for 806af61
1 file changed
services/vpn/go.mod
@@ -2,7 +2,10 @@ module github.com/stackitcloud/stackit-sdk-go/services/vpn
2
3
go 1.25
4
5
-require github.com/stackitcloud/stackit-sdk-go/core v0.26.0
+require (
6
+ github.com/google/go-cmp v0.7.0
7
+ github.com/stackitcloud/stackit-sdk-go/core v0.26.0
8
+)
9
10
require (
11
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
0 commit comments