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

fix go.mod

This commit is contained in:
Zackary Scholl 2025-04-28 12:53:21 -07:00
parent b885acefe1
commit 70dea6b596

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/schollz/croc/v10
go 1.24.0
go 1.24
require (
github.com/cespare/xxhash/v2 v2.3.0