mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
minimum go version 1.22
This commit is contained in:
parent
73ca44f064
commit
c1392acb70
1 changed files with 3 additions and 1 deletions
4
go.mod
4
go.mod
|
@ -1,6 +1,8 @@
|
||||||
module github.com/schollz/croc/v10
|
module github.com/schollz/croc/v10
|
||||||
|
|
||||||
go 1.23.1
|
go 1.22
|
||||||
|
|
||||||
|
toolchain go1.23.1
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/cespare/xxhash v1.1.0
|
github.com/cespare/xxhash v1.1.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue