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: 4 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ go 1.16
require (
github.com/gobuffalo/genny v0.6.0
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/gobuffalo/packr/v2 v2.8.3
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
honnef.co/go/tools v0.1.3
)
Loading