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

fix: downgrade sys to 0.31

This commit is contained in:
Zackary Scholl 2025-04-28 12:47:13 -07:00
parent f91bebbe35
commit 4eb1adf181
2 changed files with 4 additions and 15 deletions

2
go.mod
View file

@ -35,3 +35,5 @@ require (
github.com/twmb/murmur3 v1.1.8 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace golang.org/x/sys => golang.org/x/sys v0.31.0