1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-10 21:01:02 +02:00

go mod tidy

This commit is contained in:
Zack Scholl 2024-10-01 05:56:11 -07:00
parent c275151ae4
commit 2d9769837f
2 changed files with 5 additions and 1 deletions

4
go.mod
View file

@ -1,6 +1,8 @@
module github.com/schollz/croc/v10
go 1.20
go 1.22
toolchain go1.23.0
require (
github.com/cespare/xxhash v1.1.0