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:
parent
f91bebbe35
commit
4eb1adf181
2 changed files with 4 additions and 15 deletions
2
go.mod
2
go.mod
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue