forked from jerson/pgrok
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
21 lines (19 loc) · 914 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module pgrok
go 1.12
require (
github.com/alecthomas/log4go v0.0.0-20180109082532-d146e6b86faa
github.com/gorilla/websocket v1.4.1
github.com/inconshreveable/go-vhost v0.0.0-20160627193104-06d84117953b
github.com/inconshreveable/mousetrap v1.0.0
github.com/jteeuwen/go-bindata v3.0.7+incompatible // indirect
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/kr/binarydist v0.1.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/nsf/termbox-go v0.0.0-20190817171036-93860e161317
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/inconshreveable/go-update.v0 v0.0.0-20150814200126-d8b0b1d421aa
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
)