mirror of
https://forgejo.merr.is/annika/jwtauth.git
synced 2025-12-13 09:31:11 -05:00
Update to use chi v1.5.1 go mod
This commit is contained in:
parent
b14bfcd999
commit
02fa0c511c
2 changed files with 12 additions and 0 deletions
8
go.mod
Normal file
8
go.mod
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
module github.com/go-chi/jwtauth
|
||||
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
||||
github.com/go-chi/chi v1.5.1
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue