mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
Feat: support http proxy as a complementary way to use in network limited environments.
This commit is contained in:
parent
cd1162f85c
commit
1b1dc5cdfe
4 changed files with 29 additions and 0 deletions
1
go.mod
1
go.mod
|
@ -23,6 +23,7 @@ require (
|
|||
github.com/OneOfOne/xxhash v1.2.8 // indirect
|
||||
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/magisterquis/connectproxy v0.0.0-20200725203833-3582e84f0c9b
|
||||
github.com/mattn/go-runewidth v0.0.14 // indirect
|
||||
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue