mirror of
https://github.com/click33/sa-token-go.git
synced 2026-04-22 21:17:04 +08:00
chore: bump all sa-token-go module requires to v0.1.8
Made-with: Cursor
This commit is contained in:
@@ -3,10 +3,10 @@ module github.com/click33/sa-token-go/examples/annotation-example
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
github.com/click33/sa-token-go/core v0.1.3
|
||||
github.com/click33/sa-token-go/integrations/gin v0.1.3
|
||||
github.com/click33/sa-token-go/storage/memory v0.1.3
|
||||
github.com/click33/sa-token-go/stputil v0.1.3
|
||||
github.com/click33/sa-token-go/core v0.1.8
|
||||
github.com/click33/sa-token-go/integrations/gin v0.1.8
|
||||
github.com/click33/sa-token-go/storage/memory v0.1.8
|
||||
github.com/click33/sa-token-go/stputil v0.1.8
|
||||
github.com/gin-gonic/gin v1.10.0
|
||||
)
|
||||
|
||||
|
||||
@@ -3,9 +3,9 @@ module github.com/click33/sa-token-go/examples/chi-example
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
github.com/click33/sa-token-go/core v0.1.3
|
||||
github.com/click33/sa-token-go/integrations/chi v0.1.3
|
||||
github.com/click33/sa-token-go/storage/memory v0.1.3
|
||||
github.com/click33/sa-token-go/core v0.1.8
|
||||
github.com/click33/sa-token-go/integrations/chi v0.1.8
|
||||
github.com/click33/sa-token-go/storage/memory v0.1.8
|
||||
github.com/go-chi/chi/v5 v5.0.11
|
||||
)
|
||||
|
||||
|
||||
@@ -5,14 +5,14 @@ go 1.23.0
|
||||
toolchain go1.24.1
|
||||
|
||||
require (
|
||||
github.com/click33/sa-token-go/core v0.1.3
|
||||
github.com/click33/sa-token-go/integrations/echo v0.1.3
|
||||
github.com/click33/sa-token-go/storage/memory v0.1.3
|
||||
github.com/click33/sa-token-go/core v0.1.8
|
||||
github.com/click33/sa-token-go/integrations/echo v0.1.8
|
||||
github.com/click33/sa-token-go/storage/memory v0.1.8
|
||||
github.com/labstack/echo/v4 v4.11.4
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/click33/sa-token-go/stputil v0.0.0-20251017234446-3cf2bdee68cc // indirect
|
||||
github.com/click33/sa-token-go/stputil v0.1.8 // indirect
|
||||
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
||||
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
|
||||
@@ -3,9 +3,9 @@ module github.com/click33/sa-token-go/examples/fiber-example
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
github.com/click33/sa-token-go/core v0.1.3
|
||||
github.com/click33/sa-token-go/integrations/fiber v0.1.3
|
||||
github.com/click33/sa-token-go/storage/memory v0.1.3
|
||||
github.com/click33/sa-token-go/core v0.1.8
|
||||
github.com/click33/sa-token-go/integrations/fiber v0.1.8
|
||||
github.com/click33/sa-token-go/storage/memory v0.1.8
|
||||
github.com/gofiber/fiber/v2 v2.52.0
|
||||
)
|
||||
|
||||
|
||||
+4
-4
@@ -9,16 +9,16 @@ replace (
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/click33/sa-token-go/integrations/gf v0.0.0-00010101000000-000000000000
|
||||
github.com/click33/sa-token-go/storage/memory v0.0.0-00010101000000-000000000000
|
||||
github.com/click33/sa-token-go/integrations/gf v0.1.8
|
||||
github.com/click33/sa-token-go/storage/memory v0.1.8
|
||||
github.com/gogf/gf/v2 v2.9.4
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/BurntSushi/toml v1.5.0 // indirect
|
||||
github.com/clbanning/mxj/v2 v2.7.0 // indirect
|
||||
github.com/click33/sa-token-go/core v0.1.3 // indirect
|
||||
github.com/click33/sa-token-go/stputil v0.1.3 // indirect
|
||||
github.com/click33/sa-token-go/core v0.1.8 // indirect
|
||||
github.com/click33/sa-token-go/stputil v0.1.8 // indirect
|
||||
github.com/emirpasic/gods v1.18.1 // indirect
|
||||
github.com/fatih/color v1.18.0 // indirect
|
||||
github.com/fsnotify/fsnotify v1.9.0 // indirect
|
||||
|
||||
@@ -5,16 +5,16 @@ go 1.23.0
|
||||
toolchain go1.24.1
|
||||
|
||||
require (
|
||||
github.com/click33/sa-token-go/integrations/gin v0.1.3
|
||||
github.com/click33/sa-token-go/storage/memory v0.1.3
|
||||
github.com/click33/sa-token-go/integrations/gin v0.1.8
|
||||
github.com/click33/sa-token-go/storage/memory v0.1.8
|
||||
github.com/gin-gonic/gin v1.10.0
|
||||
github.com/spf13/viper v1.18.2
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/bytedance/sonic v1.11.6 // indirect
|
||||
github.com/click33/sa-token-go/core v0.1.3 // indirect
|
||||
github.com/click33/sa-token-go/stputil v0.1.3 // indirect
|
||||
github.com/click33/sa-token-go/core v0.1.8 // indirect
|
||||
github.com/click33/sa-token-go/stputil v0.1.8 // indirect
|
||||
github.com/cloudwego/base64x v0.1.4 // indirect
|
||||
github.com/cloudwego/iasm v0.2.0 // indirect
|
||||
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
||||
|
||||
@@ -5,15 +5,15 @@ go 1.23.0
|
||||
toolchain go1.24.1
|
||||
|
||||
require (
|
||||
github.com/click33/sa-token-go/integrations/gin v0.1.3
|
||||
github.com/click33/sa-token-go/storage/memory v0.1.3
|
||||
github.com/click33/sa-token-go/integrations/gin v0.1.8
|
||||
github.com/click33/sa-token-go/storage/memory v0.1.8
|
||||
github.com/gin-gonic/gin v1.10.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/bytedance/sonic v1.11.6 // indirect
|
||||
github.com/click33/sa-token-go/core v0.1.3 // indirect
|
||||
github.com/click33/sa-token-go/stputil v0.1.3 // indirect
|
||||
github.com/click33/sa-token-go/core v0.1.8 // indirect
|
||||
github.com/click33/sa-token-go/stputil v0.1.8 // indirect
|
||||
github.com/cloudwego/base64x v0.1.4 // indirect
|
||||
github.com/cloudwego/iasm v0.2.0 // indirect
|
||||
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
|
||||
|
||||
@@ -3,9 +3,9 @@ module github.com/click33/sa-token-go/examples/jwt-example
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
github.com/click33/sa-token-go/core v0.1.3
|
||||
github.com/click33/sa-token-go/storage/memory v0.1.3
|
||||
github.com/click33/sa-token-go/stputil v0.1.3
|
||||
github.com/click33/sa-token-go/core v0.1.8
|
||||
github.com/click33/sa-token-go/storage/memory v0.1.8
|
||||
github.com/click33/sa-token-go/stputil v0.1.8
|
||||
)
|
||||
|
||||
require (
|
||||
|
||||
@@ -3,9 +3,9 @@ module github.com/click33/sa-token-go/examples/listener-example
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
github.com/click33/sa-token-go/core v0.1.3
|
||||
github.com/click33/sa-token-go/storage/memory v0.1.3
|
||||
github.com/click33/sa-token-go/stputil v0.1.3
|
||||
github.com/click33/sa-token-go/core v0.1.8
|
||||
github.com/click33/sa-token-go/storage/memory v0.1.8
|
||||
github.com/click33/sa-token-go/stputil v0.1.8
|
||||
)
|
||||
|
||||
require (
|
||||
|
||||
@@ -3,9 +3,9 @@ module github.com/click33/sa-token-go/examples/multi-certification
|
||||
go 1.25.3
|
||||
|
||||
require (
|
||||
github.com/click33/sa-token-go/core v0.1.6
|
||||
github.com/click33/sa-token-go/storage/memory v0.1.6
|
||||
github.com/click33/sa-token-go/stputil v0.1.6
|
||||
github.com/click33/sa-token-go/core v0.1.8
|
||||
github.com/click33/sa-token-go/storage/memory v0.1.8
|
||||
github.com/click33/sa-token-go/stputil v0.1.8
|
||||
)
|
||||
|
||||
require (
|
||||
|
||||
@@ -3,8 +3,8 @@ module github.com/click33/sa-token-go/examples/oauth2-example
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
github.com/click33/sa-token-go/core v0.1.3
|
||||
github.com/click33/sa-token-go/storage/memory v0.1.3
|
||||
github.com/click33/sa-token-go/core v0.1.8
|
||||
github.com/click33/sa-token-go/storage/memory v0.1.8
|
||||
github.com/gin-gonic/gin v1.10.0
|
||||
)
|
||||
|
||||
|
||||
@@ -3,9 +3,9 @@ module github.com/click33/sa-token-go/examples/simple-example
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
github.com/click33/sa-token-go/core v0.1.3
|
||||
github.com/click33/sa-token-go/storage/memory v0.1.3
|
||||
github.com/click33/sa-token-go/stputil v0.1.3
|
||||
github.com/click33/sa-token-go/core v0.1.8
|
||||
github.com/click33/sa-token-go/storage/memory v0.1.8
|
||||
github.com/click33/sa-token-go/stputil v0.1.8
|
||||
)
|
||||
|
||||
require (
|
||||
|
||||
@@ -3,9 +3,9 @@ module github.com/click33/sa-token-go/examples/redis-example
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
github.com/click33/sa-token-go/core v0.1.3
|
||||
github.com/click33/sa-token-go/storage/redis v0.1.3
|
||||
github.com/click33/sa-token-go/stputil v0.1.3
|
||||
github.com/click33/sa-token-go/core v0.1.8
|
||||
github.com/click33/sa-token-go/storage/redis v0.1.8
|
||||
github.com/click33/sa-token-go/stputil v0.1.8
|
||||
github.com/redis/go-redis/v9 v9.5.1
|
||||
)
|
||||
|
||||
|
||||
@@ -3,9 +3,9 @@ module github.com/click33/sa-token-go/examples/security-features
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
github.com/click33/sa-token-go/core v0.1.3
|
||||
github.com/click33/sa-token-go/storage/memory v0.1.3
|
||||
github.com/click33/sa-token-go/stputil v0.1.3
|
||||
github.com/click33/sa-token-go/core v0.1.8
|
||||
github.com/click33/sa-token-go/storage/memory v0.1.8
|
||||
github.com/click33/sa-token-go/stputil v0.1.8
|
||||
)
|
||||
|
||||
require (
|
||||
|
||||
@@ -3,9 +3,9 @@ module github.com/click33/sa-token-go/examples/session-demo
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
github.com/click33/sa-token-go/core v0.1.3
|
||||
github.com/click33/sa-token-go/storage/memory v0.1.3
|
||||
github.com/click33/sa-token-go/stputil v0.1.3
|
||||
github.com/click33/sa-token-go/core v0.1.8
|
||||
github.com/click33/sa-token-go/storage/memory v0.1.8
|
||||
github.com/click33/sa-token-go/stputil v0.1.8
|
||||
)
|
||||
|
||||
replace (
|
||||
|
||||
@@ -3,9 +3,9 @@ module github.com/click33/sa-token-go/examples/token-styles
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
github.com/click33/sa-token-go/core v0.1.3
|
||||
github.com/click33/sa-token-go/storage/memory v0.1.3
|
||||
github.com/click33/sa-token-go/stputil v0.1.3
|
||||
github.com/click33/sa-token-go/core v0.1.8
|
||||
github.com/click33/sa-token-go/storage/memory v0.1.8
|
||||
github.com/click33/sa-token-go/stputil v0.1.8
|
||||
)
|
||||
|
||||
require (
|
||||
|
||||
@@ -3,8 +3,8 @@ module github.com/click33/sa-token-go/integrations/chi
|
||||
go 1.23.0
|
||||
|
||||
require (
|
||||
github.com/click33/sa-token-go/core v0.1.7
|
||||
github.com/click33/sa-token-go/stputil v0.1.7
|
||||
github.com/click33/sa-token-go/core v0.1.8
|
||||
github.com/click33/sa-token-go/stputil v0.1.8
|
||||
)
|
||||
|
||||
require (
|
||||
|
||||
@@ -5,8 +5,8 @@ go 1.23.0
|
||||
toolchain go1.24.1
|
||||
|
||||
require (
|
||||
github.com/click33/sa-token-go/core v0.1.7
|
||||
github.com/click33/sa-token-go/stputil v0.1.7
|
||||
github.com/click33/sa-token-go/core v0.1.8
|
||||
github.com/click33/sa-token-go/stputil v0.1.8
|
||||
github.com/labstack/echo/v4 v4.11.4
|
||||
)
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@ go 1.23.0
|
||||
toolchain go1.24.1
|
||||
|
||||
require (
|
||||
github.com/click33/sa-token-go/core v0.1.7
|
||||
github.com/click33/sa-token-go/stputil v0.1.7
|
||||
github.com/click33/sa-token-go/core v0.1.8
|
||||
github.com/click33/sa-token-go/stputil v0.1.8
|
||||
github.com/gofiber/fiber/v2 v2.52.0
|
||||
)
|
||||
|
||||
|
||||
@@ -3,8 +3,8 @@ module github.com/click33/sa-token-go/integrations/gf
|
||||
go 1.24.1
|
||||
|
||||
require (
|
||||
github.com/click33/sa-token-go/core v0.1.7
|
||||
github.com/click33/sa-token-go/stputil v0.1.7
|
||||
github.com/click33/sa-token-go/core v0.1.8
|
||||
github.com/click33/sa-token-go/stputil v0.1.8
|
||||
github.com/gogf/gf/v2 v2.9.4
|
||||
)
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@ go 1.23.0
|
||||
toolchain go1.24.1
|
||||
|
||||
require (
|
||||
github.com/click33/sa-token-go/core v0.1.7
|
||||
github.com/click33/sa-token-go/stputil v0.1.7
|
||||
github.com/click33/sa-token-go/core v0.1.8
|
||||
github.com/click33/sa-token-go/stputil v0.1.8
|
||||
github.com/gin-gonic/gin v1.10.0
|
||||
github.com/stretchr/testify v1.11.1
|
||||
)
|
||||
|
||||
@@ -5,8 +5,8 @@ go 1.25
|
||||
toolchain go1.24.1
|
||||
|
||||
require (
|
||||
github.com/click33/sa-token-go/core v0.1.7 // indirect
|
||||
github.com/click33/sa-token-go/stputil v0.1.7 // indirect
|
||||
github.com/click33/sa-token-go/core v0.1.8 // indirect
|
||||
github.com/click33/sa-token-go/stputil v0.1.8 // indirect
|
||||
github.com/cloudwego/hertz v0.10.3 // indirect
|
||||
github.com/stretchr/testify v1.11.1 // indirect
|
||||
)
|
||||
|
||||
@@ -5,9 +5,9 @@ go 1.24.0
|
||||
toolchain go1.24.1
|
||||
|
||||
require (
|
||||
github.com/click33/sa-token-go/core v0.1.7
|
||||
github.com/click33/sa-token-go/storage/memory v0.1.7
|
||||
github.com/click33/sa-token-go/stputil v0.1.7
|
||||
github.com/click33/sa-token-go/core v0.1.8
|
||||
github.com/click33/sa-token-go/storage/memory v0.1.8
|
||||
github.com/click33/sa-token-go/stputil v0.1.8
|
||||
github.com/go-kratos/kratos/v2 v2.9.1
|
||||
)
|
||||
|
||||
|
||||
@@ -2,6 +2,6 @@ module github.com/click33/sa-token-go/storage/memory
|
||||
|
||||
go 1.23.0
|
||||
|
||||
require github.com/click33/sa-token-go/core v0.1.7
|
||||
require github.com/click33/sa-token-go/core v0.1.8
|
||||
|
||||
replace github.com/click33/sa-token-go/core => ../../core
|
||||
|
||||
@@ -3,7 +3,7 @@ module github.com/click33/sa-token-go/storage/redis
|
||||
go 1.23.0
|
||||
|
||||
require (
|
||||
github.com/click33/sa-token-go/core v0.1.7
|
||||
github.com/click33/sa-token-go/core v0.1.8
|
||||
github.com/redis/go-redis/v9 v9.5.1
|
||||
)
|
||||
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@ module github.com/click33/sa-token-go/stputil
|
||||
|
||||
go 1.23.0
|
||||
|
||||
require github.com/click33/sa-token-go/core v0.1.7
|
||||
require github.com/click33/sa-token-go/core v0.1.8
|
||||
|
||||
require (
|
||||
github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user