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
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ require (
github.com/gobuffalo/gogen v0.2.0
github.com/gobuffalo/packr/v2 v2.7.1
github.com/markbates/safe v1.0.1 // indirect
github.com/rogpeppe/go-internal v1.5.2 // indirect
github.com/spf13/cobra v0.0.7
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.1
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f
github.com/spf13/viper v1.15.0
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
honnef.co/go/tools v0.1.3
)
Loading