Skip to content

Commit 806af61

Browse files
committed
chore: ran sync-tidy
1 parent a05a8f6 commit 806af61

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

services/vpn/go.mod

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

33
go 1.25
44

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

710
require (
811
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect

0 commit comments

Comments
 (0)