mirror of
https://github.com/jpillora/chisel
synced 2026-06-08 15:07:02 +00:00
17 lines
792 B
Modula-2
17 lines
792 B
Modula-2
module github.com/jpillora/chisel
|
|
|
|
require (
|
|
github.com/andrew-d/go-termutil v0.0.0-20150726205930-009166a695a2 // indirect
|
|
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
|
|
github.com/fsnotify/fsnotify v1.4.7
|
|
github.com/gorilla/websocket v1.4.0
|
|
github.com/jpillora/ansi v0.0.0-20170202005112-f496b27cd669 // indirect
|
|
github.com/jpillora/backoff v0.0.0-20180909062703-3050d21c67d7
|
|
github.com/jpillora/requestlog v0.0.0-20181015073026-df8817be5f82
|
|
github.com/jpillora/sizestr v0.0.0-20160130011556-e2ea2fa42fb9
|
|
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce // indirect
|
|
golang.org/x/crypto v0.0.0-20181015023909-0c41d7ab0a0e
|
|
golang.org/x/net v0.0.0-20181017193950-04a2e542c03f // indirect
|
|
golang.org/x/sys v0.0.0-20181019160139-8e24a49d80f8 // indirect
|
|
)
|