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
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ go 1.13

require (
github.com/DATA-DOG/go-sqlmock v1.4.1 // indirect
github.com/codegangsta/negroni v1.0.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/friendsofgo/errors v0.9.2
github.com/go-openapi/errors v0.19.3
Expand All @@ -21,9 +20,9 @@ require (
github.com/lib/pq v1.3.0
github.com/rs/cors v1.7.0
github.com/spf13/viper v1.6.2
github.com/steinfletcher/apitest v1.4.3
github.com/stretchr/testify v1.5.1 // indirect
github.com/volatiletech/inflect v0.0.0-20170731032912-e7201282ae8d // indirect
github.com/volatiletech/null v8.0.0+incompatible
github.com/volatiletech/null v8.0.0+incompatible // indirect
github.com/volatiletech/sqlboiler v3.6.1+incompatible
golang.org/x/net v0.0.0-20200301022130-244492dfa37a
golang.org/x/net v0.7.0
)
Loading