mirror of
https://forgejo.merr.is/annika/jwtauth.git
synced 2025-12-11 14:53:15 -05:00
9 lines
188 B
Modula-2
9 lines
188 B
Modula-2
module github.com/go-chi/jwtauth
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/go-chi/chi v1.5.1
|
|
github.com/lestrrat-go/jwx v1.1.0
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
|
|
)
|