mirror of
https://forgejo.merr.is/annika/jwtauth.git
synced 2025-12-11 13:47:41 -05:00
revert use of go mod in chi v4
This commit is contained in:
parent
7ae401cf04
commit
6b6475598c
2 changed files with 3 additions and 3 deletions
|
|
@ -63,7 +63,7 @@ import (
|
|||
"net/http"
|
||||
|
||||
jwt "github.com/dgrijalva/jwt-go"
|
||||
"github.com/go-chi/chi/v4"
|
||||
"github.com/go-chi/chi"
|
||||
"github.com/go-chi/jwtauth"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue