fork of go-git with some jj specific features

build: bump golang.org/x/net in the golang-org group

Bumps the golang-org group with 1 update: [golang.org/x/net](https://github.com/golang/net).


Updates `golang.org/x/net` from 0.37.0 to 0.38.0
- [Commits](https://github.com/golang/net/compare/v0.37.0...v0.38.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: golang-org
...

Signed-off-by: dependabot[bot] <support@github.com>

authored by dependabot[bot] and committed by GitHub 4f6e9964 6ce1d4f4

Changed files
+4 -4
+2 -2
go.mod
··· 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 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 )
+2 -2
go.sum
··· 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=