forked from jpillora/chisel
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
23 lines (19 loc) · 1.04 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/pariseed/chisel
go 1.13
replace github.com/gorilla/websocket => github.com/pariseed/websocket v0.0.0-20200417082951-44cd2b068783
replace github.com/jpillora/chisel => github.com/pariseed/chisel v0.0.0-20200417201314-327e50d89c23
require (
github.com/andrew-d/go-termutil v0.0.0-20150726205930-009166a695a2 // indirect
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/jpillora/ansi v1.0.2 // indirect
github.com/jpillora/backoff v1.0.0
github.com/jpillora/chisel v0.0.0-00010101000000-000000000000
github.com/jpillora/requestlog v1.0.0 // indirect
github.com/jpillora/sizestr v1.0.0 // indirect
github.com/launchdarkly/go-ntlm-proxy-auth v0.0.0-20190716211117-90effd9f15f9
github.com/launchdarkly/go-ntlmssp v0.0.0-20190601005913-a22bdd33b2a4 // indirect
github.com/pariseed/websocket v0.0.0-20200417082951-44cd2b068783
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce // indirect
golang.org/x/crypto v0.0.0-20200414173820-0848c9571904
)