Codebase list chisel / run/1bc088ef-14cf-4c96-ad4e-3bdb988f6ff8/upstream go.mod
run/1bc088ef-14cf-4c96-ad4e-3bdb988f6ff8/upstream

Tree @run/1bc088ef-14cf-4c96-ad4e-3bdb988f6ff8/upstream (Download .tar.gz)

go.mod @run/1bc088ef-14cf-4c96-ad4e-3bdb988f6ff8/upstreamraw · history · blame

module github.com/jpillora/chisel

go 1.13

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.9
	github.com/gorilla/websocket v1.4.2
	github.com/jpillora/ansi v1.0.2 // indirect
	github.com/jpillora/backoff v1.0.0
	github.com/jpillora/requestlog v1.0.0
	github.com/jpillora/sizestr v1.0.0
	github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce // indirect
	golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
	golang.org/x/net v0.0.0-20210614182718-04defd469f4e
	golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
	golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
	golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
)