1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2025-09-13 22:03:19 +00:00

go*: update to go1.24, so all modules can be updated

frustratingly, `golang.org/x/sys/unix` started importing from `slices`
and didn't cleanly put the go headers version support, so all libraries
that used this library needed to be updated and could not take the
update without also updating to `go1.24`. So dumb.

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2025-09-08 11:16:58 -04:00
parent 1f88b08b7e
commit f0801f9f72
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED
75 changed files with 3016 additions and 651 deletions

10
go.mod
View file

@ -1,19 +1,21 @@
module github.com/vbatts/go-mtree
go 1.21
go 1.24.0
toolchain go1.24.7
require (
github.com/davecgh/go-spew v1.1.1
github.com/fatih/color v1.18.0
github.com/sirupsen/logrus v1.9.3
github.com/urfave/cli/v2 v2.27.7
golang.org/x/crypto v0.28.0
golang.org/x/sys v0.26.0
golang.org/x/crypto v0.41.0
golang.org/x/sys v0.36.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 // indirect