@@ -3,12 +3,44 @@ module github.com/stackitcloud/stackit-sdk-go/scripts
3
3
go 1.21
4
4
5
5
exclude (
6
+ github.com/ProtonMail/go-crypto v1.2.0
7
+ github.com/cloudflare/circl v1.5.0
8
+ github.com/cloudflare/circl v1.6.0
9
+
10
+ github.com/cloudflare/circl v1.6.1
11
+ // exclude versions not compatible with go 1.21
6
12
github.com/go-git/go-git/v5 v5.14.0
7
13
github.com/go-git/go-git/v5 v5.15.0
8
14
github.com/go-git/go-git/v5 v5.16.0
9
- // exclude versions not compatible with go 1.21
15
+
16
+ github.com/skeema/knownhosts v1.3.1
17
+ golang.org/x/crypto v0.34.0
18
+ golang.org/x/crypto v0.35.0
19
+ golang.org/x/crypto v0.36.0
20
+
21
+ golang.org/x/crypto v0.37.0
22
+ golang.org/x/mod v0.21.0
23
+ golang.org/x/mod v0.22.0
24
+
25
+ golang.org/x/mod v0.23.0
26
+
27
+ golang.org/x/mod v0.24.0
28
+ golang.org/x/net v0.30.0
29
+ golang.org/x/net v0.31.0
30
+ golang.org/x/net v0.32.0
31
+ golang.org/x/net v0.33.0
32
+ golang.org/x/net v0.34.0
33
+ golang.org/x/net v0.35.0
34
+ golang.org/x/net v0.36.0
35
+ golang.org/x/net v0.37.0
36
+ golang.org/x/net v0.38.0
37
+
38
+ golang.org/x/net v0.39.0
39
+ golang.org/x/sys v0.31.0
40
+
10
41
golang.org/x/sys v0.32.0
11
42
golang.org/x/term v0.30.0
43
+
12
44
golang.org/x/term v0.31.0
13
45
)
14
46
@@ -21,8 +53,8 @@ require (
21
53
22
54
require (
23
55
dario.cat/mergo v1.0.1 // indirect
24
- github.com/ProtonMail/go-crypto v1.1.5 // indirect
25
- github.com/cloudflare/circl v1.3.7 // indirect
56
+ github.com/ProtonMail/go-crypto v1.1.6 // indirect
57
+ github.com/cloudflare/circl v1.4.0 // indirect
26
58
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
27
59
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
28
60
github.com/go-git/go-billy/v5 v5.6.2 // indirect
@@ -39,7 +71,7 @@ require (
39
71
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
40
72
github.com/xanzy/ssh-agent v0.3.3 // indirect
41
73
golang.org/x/crypto v0.33.0 // indirect
42
- golang.org/x/net v0.35 .0 // indirect
74
+ golang.org/x/net v0.29 .0 // indirect
43
75
golang.org/x/sys v0.30.0 // indirect
44
76
gopkg.in/warnings.v0 v0.1.2 // indirect
45
77
)
0 commit comments