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

added throttle upload feature

This commit is contained in:
Marcel Battista 2021-10-19 02:46:54 +02:00
parent 696479024e
commit 8ff3fb9b89
4 changed files with 38 additions and 0 deletions

1
go.mod
View file

@ -23,5 +23,6 @@ require (
golang.org/x/net v0.0.0-20210929193557-e81a3d93ecf6
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)