Files
dancefinder/go.mod
T
2020-01-17 11:41:06 +01:00

27 lines
1.0 KiB
Modula-2

module gitlab.com/unboundsoftware/dancefinder/dancefinder_go
go 1.12
require (
github.com/99designs/gqlgen v0.10.2
github.com/agnivade/levenshtein v1.0.2 // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/auth0/go-jwt-middleware v0.0.0-20170425171159-5493cabe49f7
github.com/codegangsta/negroni v1.0.0 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-sql-driver/mysql v1.4.1
github.com/golang-migrate/migrate/v4 v4.7.1
github.com/gorilla/mux v1.7.3 // indirect
github.com/gorilla/websocket v1.4.0 // indirect
github.com/jmoiron/sqlx v1.2.0
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/pkg/errors v0.8.1
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/urfave/negroni v1.0.0
github.com/vektah/gqlparser v1.2.0
gitlab.com/sparetimecoders/goamqp v0.1.0
google.golang.org/appengine v1.6.5 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)