-
Notifications
You must be signed in to change notification settings - Fork 413
/
Copy pathgo.mod
21 lines (19 loc) · 746 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 github.com/asciimoo/wuzz
go 1.14
require (
github.com/BurntSushi/toml v0.3.1
github.com/PuerkitoBio/goquery v1.5.1
github.com/alessio/shellescape v1.2.2
github.com/andybalholm/cascadia v1.2.0 // indirect
github.com/jroimartin/gocui v0.4.0
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mattn/go-runewidth v0.0.9
github.com/mitchellh/go-homedir v1.1.0
github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1
github.com/nwidger/jsoncolor v0.3.0
github.com/tidwall/gjson v1.6.0
github.com/tidwall/pretty v1.0.1 // indirect
github.com/x86kernel/htmlcolor v0.0.0-20190529101448-c589f58466d0
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
)