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 8dc9a68 commit 74dd061Copy full SHA for 74dd061
scripts/go.mod
@@ -3,7 +3,7 @@ module github.com/stackitcloud/stackit-sdk-go/scripts
3
go 1.21
4
5
exclude (
6
- github.com/ProtonMail/go-crypto v1.2.0
+ github.com/ProtonMail/go-crypto v1.3.0
7
github.com/cloudflare/circl v1.6.1
8
// exclude versions not compatible with go 1.21
9
github.com/go-git/go-git/v5 v5.14.0
@@ -39,7 +39,7 @@ exclude (
39
require (
40
github.com/go-git/go-git/v5 v5.13.2
41
github.com/stackitcloud/stackit-sdk-go/core v0.17.2
42
- golang.org/x/mod v0.24.0
+ golang.org/x/mod v0.17.0
43
golang.org/x/term v0.29.0
44
)
45
0 commit comments