-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
21 lines (19 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
module github.com/nwidger/lighthouse
go 1.12
require (
github.com/dsnet/compress v0.0.1 // indirect
github.com/fatih/color v1.7.0 // indirect
github.com/frankban/quicktest v1.11.3 // indirect
github.com/golang/snappy v0.0.2 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mholt/archiver v3.1.1+incompatible
github.com/nwaples/rardecode v1.1.0 // indirect
github.com/nwidger/jsoncolor v0.0.0-20170215171346-75a6de4340e5
github.com/pierrec/lz4 v2.6.0+incompatible // indirect
github.com/spf13/cobra v0.0.4
github.com/spf13/viper v1.4.0
github.com/ulikunitz/xz v0.5.9 // indirect
github.com/xanzy/go-gitlab v0.19.1-0.20190802071242-3fb3d1729bb7
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
)