mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
update deps
This commit is contained in:
parent
d92cff92b9
commit
11bc4eecc6
2 changed files with 6 additions and 6 deletions
4
go.mod
4
go.mod
|
@ -16,7 +16,7 @@ require (
|
|||
github.com/schollz/progressbar/v3 v3.14.1
|
||||
github.com/stretchr/testify v1.8.2
|
||||
golang.org/x/crypto v0.19.0
|
||||
golang.org/x/net v0.20.0
|
||||
golang.org/x/net v0.21.0
|
||||
golang.org/x/time v0.5.0
|
||||
)
|
||||
|
||||
|
@ -27,7 +27,7 @@ require (
|
|||
github.com/magisterquis/connectproxy v0.0.0-20200725203833-3582e84f0c9b
|
||||
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
github.com/rivo/uniseg v0.4.6 // indirect
|
||||
github.com/rivo/uniseg v0.4.7 // indirect
|
||||
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
||||
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
||||
github.com/tscholl2/siec v0.0.0-20210707234609-9bdfc483d499 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue