jwtauth/go.mod

9 lines
129 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
2022-11-13 17:18:43 +01:00
go 1.16
2020-12-06 22:28:54 -05:00
require (
2022-11-13 17:18:43 +01:00
github.com/go-chi/chi/v5 v5.0.7
github.com/lestrrat-go/jwx/v2 v2.0.6
2020-12-06 22:28:54 -05:00
)