mirror of
https://github.com/vbatts/go-mtree.git
synced 2025-10-04 04:31:00 +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:
parent
1f88b08b7e
commit
f0801f9f72
75 changed files with 3016 additions and 651 deletions
12
vendor/modules.txt
vendored
12
vendor/modules.txt
vendored
|
@ -7,8 +7,8 @@ github.com/davecgh/go-spew/spew
|
|||
# github.com/fatih/color v1.18.0
|
||||
## explicit; go 1.17
|
||||
github.com/fatih/color
|
||||
# github.com/mattn/go-colorable v0.1.13
|
||||
## explicit; go 1.15
|
||||
# github.com/mattn/go-colorable v0.1.14
|
||||
## explicit; go 1.18
|
||||
github.com/mattn/go-colorable
|
||||
# github.com/mattn/go-isatty v0.0.20
|
||||
## explicit; go 1.15
|
||||
|
@ -25,10 +25,10 @@ github.com/urfave/cli/v2
|
|||
# github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342
|
||||
## explicit; go 1.15
|
||||
github.com/xrash/smetrics
|
||||
# golang.org/x/crypto v0.28.0
|
||||
## explicit; go 1.20
|
||||
# golang.org/x/crypto v0.41.0
|
||||
## explicit; go 1.23.0
|
||||
golang.org/x/crypto/ripemd160
|
||||
# golang.org/x/sys v0.26.0
|
||||
## explicit; go 1.18
|
||||
# golang.org/x/sys v0.36.0
|
||||
## explicit; go 1.24.0
|
||||
golang.org/x/sys/unix
|
||||
golang.org/x/sys/windows
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue