-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
21 lines (17 loc) · 790 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 cgit.xrt0x.com/xrt0x/collins-go-cli
replace github.com/urfave/cli => github.com/michaeljs1990/cli v1.20.1-0.20190128030917-b0494d5188b4
replace gopkg.in/tumblr/go-collins.v0 => github.com/michaeljs1990/go-collins v0.0.0-20200405034455-daf3b4014fd6
require (
bou.ke/monkey v1.0.1 // indirect
github.com/bouk/monkey v1.0.1
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/logrusorgru/aurora v0.0.0-20181002194514-a7b3b318ed4e
github.com/stretchr/testify v1.3.0 // indirect
github.com/urfave/cli v1.20.0
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/tumblr/go-collins.v0 v0.0.0-20190208222215-7e5500a55e4d
gopkg.in/yaml.v2 v2.2.2
)
go 1.13