mirror of
https://github.com/schollz/croc.git
synced 2025-10-10 21:01:02 +02:00
chore: update go version
This commit is contained in:
parent
aee467dd60
commit
ad96d4081f
5 changed files with 10 additions and 10 deletions
8
go.mod
8
go.mod
|
@ -1,8 +1,6 @@
|
|||
module github.com/schollz/croc/v10
|
||||
|
||||
go 1.23
|
||||
|
||||
toolchain go1.23.5
|
||||
go 1.24.0
|
||||
|
||||
require (
|
||||
github.com/cespare/xxhash/v2 v2.3.0
|
||||
|
@ -19,8 +17,8 @@ require (
|
|||
github.com/schollz/progressbar/v3 v3.18.0
|
||||
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
||||
github.com/stretchr/testify v1.10.0
|
||||
golang.org/x/crypto v0.32.0
|
||||
golang.org/x/net v0.34.0
|
||||
golang.org/x/crypto v0.35.0
|
||||
golang.org/x/net v0.35.0
|
||||
golang.org/x/sys v0.30.0
|
||||
golang.org/x/term v0.29.0
|
||||
golang.org/x/time v0.10.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue