Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,14 @@ 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/onsi/gomega v1.5.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
golang.org/x/sys v0.1.0 // indirect
gopkg.in/src-d/go-git.v4 v4.13.1
gopkg.in/yaml.v2 v2.2.7 // indirect
)
Loading