mirror of
https://forgejo.merr.is/annika/jwtauth.git
synced 2025-12-11 12:43:14 -05:00
8 lines
129 B
Modula-2
8 lines
129 B
Modula-2
module github.com/go-chi/jwtauth/v5
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/go-chi/chi/v5 v5.0.7
|
|
github.com/lestrrat-go/jwx/v2 v2.0.6
|
|
)
|