File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
- go 1.21
1
+ go 1.23.0
2
+
3
+ toolchain go1.24.3
2
4
3
5
use (
4
6
./core
Original file line number Diff line number Diff line change 1
1
module github.com/stackitcloud/stackit-sdk-go/scripts
2
2
3
- go 1.21
3
+ go 1.23.0
4
+
5
+ toolchain go1.24.3
4
6
5
7
exclude (
6
8
github.com/ProtonMail/go-crypto v1.2.0
7
9
github.com/cloudflare/circl v1.6.1
8
10
// exclude versions not compatible with go 1.21
9
- github.com/go-git/go-git/v5 v5.14.0
10
- github.com/go-git/go-git/v5 v5.15.0
11
11
github.com/go-git/go-git/v5 v5.16.0
12
12
13
13
github.com/skeema/knownhosts v1.3.1
@@ -37,7 +37,7 @@ exclude (
37
37
)
38
38
39
39
require (
40
- github.com/go-git/go-git/v5 v5.13.2
40
+ github.com/go-git/go-git/v5 v5.15.0
41
41
github.com/stackitcloud/stackit-sdk-go/core v0.17.2
42
42
golang.org/x/mod v0.17.0
43
43
golang.org/x/term v0.29.0
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399 h1:eMj
30
30
github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399 /go.mod h1:1OCfN199q1Jm3HZlxleg+Dw/mwps2Wbk9frAWm+4FII =
31
31
github.com/go-git/go-git/v5 v5.13.2 h1:7O7xvsK7K+rZPKW6AQR1YyNhfywkv7B8/FsP3ki6Zv0 =
32
32
github.com/go-git/go-git/v5 v5.13.2 /go.mod h1:hWdW5P4YZRjmpGHwRH2v3zkWcNl6HeXaXQEMGb3NJ9A =
33
+ github.com/go-git/go-git/v5 v5.15.0 h1:f5Qn0W0F7ry1iN0ZwIU5m/n7/BKB4hiZfc+zlZx7ly0 =
34
+ github.com/go-git/go-git/v5 v5.15.0 /go.mod h1:4Ge4alE/5gPs30F2H1esi2gPd69R0C39lolkucHBOp8 =
33
35
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 h1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ =
34
36
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 /go.mod h1:wcDNUvekVysuuOpQKo3191zZyTpiI6se1N1ULghS0sw =
35
37
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
You can’t perform that action at this time.
0 commit comments