-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (23 loc) · 895 Bytes
/
go.mod
File metadata and controls
25 lines (23 loc) · 895 Bytes
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
module github.com/dapi/goga
go 1.13
require (
github.com/SpectraLogic/go-gitignore v0.0.0-20190718184322-575ed1ff6d56
github.com/gobwas/glob v0.2.3 // indirect
github.com/kyoh86/richgo v0.3.3 // indirect
github.com/kyoh86/xdg v1.0.0 // indirect
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/gox v1.0.1 // indirect
github.com/monochromegane/go-gitignore v0.0.0-20160105113617-38717d0a108c
github.com/morikuni/aec v1.0.0 // indirect
github.com/sergi/go-diff v1.0.0
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.5.0
github.com/stretchr/testify v1.3.0
github.com/tcnksm/ghr v0.13.0 // indirect
github.com/tcnksm/go-gitconfig v0.1.2
github.com/wacul/ptr v1.0.0 // indirect
golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e // indirect
gopkg.in/src-d/go-git.v4 v4.13.1
gopkg.in/yaml.v2 v2.2.7 // indirect
)