Skip to content
Closed
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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/friendsofgo/errors v0.9.2 // indirect
github.com/go-redis/redis v6.15.9+incompatible
github.com/go-sql-driver/mysql v1.6.0
github.com/gobuffalo/packr/v2 v2.8.1
github.com/gobuffalo/packr/v2 v2.8.2
github.com/gofrs/uuid v3.4.0+incompatible
github.com/gorilla/mux v1.8.0
github.com/kat-co/vala v0.0.0-20170210184112-42e1d8b61f12
Expand All @@ -18,7 +18,7 @@ require (
github.com/onsi/gomega v1.8.1 // indirect
github.com/pkg/errors v0.9.1
github.com/rubenv/sql-migrate v0.0.0-20200212082348-64f95ea68aa3
github.com/spf13/cobra v0.0.7
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
github.com/valyala/fasthttp v1.17.0
github.com/volatiletech/inflect v0.0.0-20170731032912-e7201282ae8d // indirect
Expand Down
Loading