-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
22 lines (20 loc) · 856 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/rongyi/stardict
go 1.12
require (
github.com/fatih/color v1.7.0 // indirect
github.com/gdamore/tcell v1.3.0
github.com/jaytaylor/html2text v0.0.0-20190408195923-01ec452cbe43
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/mattn/go-runewidth v0.0.4
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/nsf/termbox-go v0.0.0-20190817171036-93860e161317
github.com/nwidger/jsoncolor v0.1.0
github.com/olekukonko/tablewriter v0.0.2 // indirect
github.com/rivo/tview v0.0.0-20200204110323-ae3d8cac5e4b
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
github.com/stretchr/testify v1.4.0
github.com/urfave/cli/v2 v2.3.0 // indirect
golang.org/x/net v0.0.0-20191118183410-d06c31c94cae // indirect
)