-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
32 lines (30 loc) · 1.24 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
24
25
26
27
28
29
30
31
32
module github.com/TaigaMikami/hn
go 1.13
require (
github.com/buger/goterm v0.0.0-20181115115552-c206103e1f37 // indirect
github.com/cosiner/argv v0.0.1 // indirect
github.com/gdamore/tcell v1.3.0
github.com/gizak/termui/v3 v3.1.0
github.com/go-delve/delve v1.3.2 // indirect
github.com/k0kubun/pp v3.0.1+incompatible
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/lib/pq v1.2.0
github.com/marcusolsson/tui-go v0.4.0
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.7 // indirect
github.com/nsf/termbox-go v0.0.0-20190817171036-93860e161317
github.com/otiai10/opengraph v1.1.0
github.com/peterh/liner v1.1.0 // indirect
github.com/rivo/tview v0.0.0-20191129065140-82b05c9fb329
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.5 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tealeg/xlsx v1.0.5
github.com/urfave/cli v1.22.1
github.com/urfave/cli/v2 v2.0.0 // indirect
go.starlark.net v0.0.0-20191202231402-1e82a9dd93ba // indirect
golang.org/x/arch v0.0.0-20191126211547-368ea8f32fff // indirect
golang.org/x/sys v0.0.0-20191206220618-eeba5f6aabab // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
)