File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/go-git/go-git/v5
3
3
// go-git supports the last 3 stable Go versions.
4
4
go 1.23.0
5
5
6
- toolchain go1.23.6
6
+ toolchain go1.24.1
7
7
8
8
// Use the v6-exp branch across go-git dependencies.
9
9
replace (
@@ -31,7 +31,7 @@ require (
31
31
github.com/stretchr/testify v1.10.0
32
32
golang.org/x/crypto v0.36.0
33
33
golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa
34
- golang.org/x/net v0.37 .0
34
+ golang.org/x/net v0.38 .0
35
35
golang.org/x/sys v0.31.0
36
36
golang.org/x/text v0.23.0
37
37
)
Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ golang.org/x/crypto v0.36.0 h1:AnAEvhDddvBdpY+uR+MyHmuZzzNqXSe/GvuDeob5L34=
60
60
golang.org/x/crypto v0.36.0 /go.mod h1:Y4J0ReaxCR1IMaabaSMugxJES1EpwhBHhv2bDHklZvc =
61
61
golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa h1:t2QcU6V556bFjYgu4L6C+6VrCPyJZ+eyRsABUPs1mz4 =
62
62
golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa /go.mod h1:BHOTPb3L19zxehTsLoJXVaTktb06DFgmdW6Wb9s8jqk =
63
- golang.org/x/net v0.37 .0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c =
64
- golang.org/x/net v0.37 .0 /go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8 =
63
+ golang.org/x/net v0.38 .0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8 =
64
+ golang.org/x/net v0.38 .0 /go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8 =
65
65
golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik =
66
66
golang.org/x/sys v0.31.0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
67
67
golang.org/x/term v0.30.0 h1:PQ39fJZ+mfadBm0y5WlL4vlM7Sx1Hgf13sMIY2+QS9Y =
You can’t perform that action at this time.
0 commit comments