mirror of
https://forgejo.merr.is/annika/jwtauth.git
synced 2025-12-13 13:42:24 -05:00
9 lines
194 B
Modula-2
9 lines
194 B
Modula-2
module github.com/go-chi/jwtauth/v5
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/go-chi/chi/v5 v5.0.0
|
|
github.com/lestrrat-go/jwx v1.1.0
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
|
|
)
|