Skip to content

Commit 8a848b3

Browse files
committed
adjust exclude because golang.org/x/crypto v0.38.0 only supports go1.23
1 parent d40aafd commit 8a848b3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

scripts/go.mod

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ exclude (
1414
github.com/go-git/go-git/v5 v5.16.0
1515

1616
github.com/skeema/knownhosts v1.3.1
17-
golang.org/x/crypto v0.38.0
18-
golang.org/x/crypto v0.38.0
19-
golang.org/x/crypto v0.38.0
17+
golang.org/x/crypto v0.35.0
18+
golang.org/x/crypto v0.35.0
19+
golang.org/x/crypto v0.36.0
2020

21+
golang.org/x/crypto v0.37.0
2122
golang.org/x/crypto v0.38.0
2223
golang.org/x/mod v0.21.0
2324
golang.org/x/mod v0.22.0

0 commit comments

Comments
 (0)