|
@@ -3,6 +3,7 @@ module sikey.com/websocket
|
|
go 1.21.4
|
|
go 1.21.4
|
|
|
|
|
|
require (
|
|
require (
|
|
|
|
+ github.com/DeanThompson/ginpprof v0.0.0-20201112072838-007b1e56b2e1
|
|
github.com/gin-gonic/gin v1.9.1
|
|
github.com/gin-gonic/gin v1.9.1
|
|
github.com/golang-jwt/jwt/v5 v5.2.0
|
|
github.com/golang-jwt/jwt/v5 v5.2.0
|
|
github.com/google/uuid v1.4.0
|
|
github.com/google/uuid v1.4.0
|
|
@@ -17,7 +18,6 @@ require (
|
|
)
|
|
)
|
|
|
|
|
|
require (
|
|
require (
|
|
- github.com/DeanThompson/ginpprof v0.0.0-20201112072838-007b1e56b2e1 // indirect
|
|
|
|
github.com/bytedance/sonic v1.10.2 // indirect
|
|
github.com/bytedance/sonic v1.10.2 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
|
|
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
|