jwtauth/go.mod

10 lines
194 B
Modula-2
Raw Normal View History

2021-02-27 19:23:25 -05:00
module github.com/go-chi/jwtauth/v5
2020-12-06 22:28:54 -05:00
2021-02-27 19:23:25 -05:00
go 1.16
2020-12-06 22:28:54 -05:00
require (
2021-02-27 19:23:25 -05:00
github.com/go-chi/chi/v5 v5.0.0
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
)