Fix go mod (#1421)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package request
|
||||
|
||||
import (
|
||||
"github.com/gofrs/uuid"
|
||||
jwt "github.com/golang-jwt/jwt/v4"
|
||||
uuid "github.com/satori/go.uuid"
|
||||
)
|
||||
|
||||
// Custom claims structure
|
||||
|
Reference in New Issue
Block a user