-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
32 lines (30 loc) · 1.25 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/sjeandeaux/access-log-monitor
go 1.12
require (
github.com/brianvoe/gofakeit v3.18.0+incompatible // indirect
github.com/gizak/termui/v3 v3.1.0
github.com/google/go-cmp v0.3.1
github.com/hpcloud/tail v1.0.0
github.com/lithammer/dedent v1.1.0
github.com/logrusorgru/aurora v0.0.0-20191116043053-66b7ad493a23 // indirect
github.com/marcusolsson/tui-go v0.4.0
github.com/mattn/goveralls v0.0.4 // indirect
github.com/mingrammer/cfmt v1.1.0 // indirect
github.com/mingrammer/flog v0.3.1 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/onsi/ginkgo v1.10.3
github.com/onsi/gomega v1.7.1
github.com/rivo/tview v0.0.0-20191018125527-685bf6da76c2
github.com/rs/zerolog v1.17.2
github.com/sirupsen/logrus v1.4.2
github.com/sjeandeaux/todo v0.0.0-20191111113338-019b48898d87
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.3.2
golang.org/x/crypto v0.0.0-20191119213627-4f8c1d86b1ba // indirect
golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e // indirect
golang.org/x/tools v0.0.0-20191121040551-947d4aa89328 // indirect
google.golang.org/appengine v1.4.0 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
)