-
Notifications
You must be signed in to change notification settings - Fork 31
/
go.mod
23 lines (21 loc) · 803 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
23
module github.com/gcla/gowid
go 1.13
require (
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/araddon/dateparse v0.0.0-20210207001429-0eec95c9db7e
github.com/creack/pty v1.1.15
github.com/gdamore/tcell/v2 v2.5.0
github.com/go-test/deep v1.0.1
github.com/guptarohit/asciigraph v0.4.1
github.com/hashicorp/golang-lru v0.5.1
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/mattn/go-runewidth v0.0.13
github.com/pkg/errors v0.8.1
github.com/rakyll/statik v0.1.6
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.7.0
golang.org/x/text v0.3.7
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)