Fix go mod (#1421)

This commit is contained in:
WWater
2023-05-22 23:50:19 +08:00
committed by GitHub
parent 57b4f539f9
commit 4fc90c0168
9 changed files with 88 additions and 67 deletions

View File

@@ -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

View File

@@ -2,7 +2,7 @@ package system
import (
"github.com/flipped-aurora/gin-vue-admin/server/global"
"github.com/satori/go.uuid"
"github.com/gofrs/uuid"
)
type SysUser struct {