forked from inconshreveable/ngrok
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 731 Bytes
/
go.mod
File metadata and controls
21 lines (18 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module ngrok
go 1.18
require (
github.com/alecthomas/log4go v0.0.0-20180109082532-d146e6b86faa
github.com/gorilla/websocket v1.5.0
github.com/inconshreveable/go-vhost v0.0.0-20160627193104-06d84117953b
github.com/inconshreveable/mousetrap v1.0.0
github.com/nsf/termbox-go v1.1.1
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
gopkg.in/inconshreveable/go-update.v0 v0.0.0-20150814200126-d8b0b1d421aa
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
)
require (
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/kr/binarydist v0.1.0 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)