jwtauth/go.mod

10 lines
188 B
Modula-2
Raw Normal View History

2020-12-06 22:28:54 -05:00
module github.com/go-chi/jwtauth
go 1.15
require (
github.com/go-chi/chi v1.5.1
2021-01-31 22:35:32 +01:00
github.com/lestrrat-go/jwx v1.1.0
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
2020-12-06 22:28:54 -05:00
)