module github.com/auth0/go-jwt-middleware

go 1.14

require (
	github.com/form3tech-oss/jwt-go v3.2.2+incompatible
	github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
	github.com/gorilla/mux v1.7.4
	github.com/smartystreets/assertions v1.1.0 // indirect
	github.com/smartystreets/goconvey v1.6.4
	github.com/urfave/negroni v1.0.0
)
