|
@@ -8,6 +8,7 @@ require (
|
|
git.sxidc.com/service-supports/websocket v1.3.1
|
|
git.sxidc.com/service-supports/websocket v1.3.1
|
|
github.com/eclipse/paho.mqtt.golang v1.4.3
|
|
github.com/eclipse/paho.mqtt.golang v1.4.3
|
|
github.com/gin-gonic/gin v1.9.1
|
|
github.com/gin-gonic/gin v1.9.1
|
|
|
|
+ github.com/go-playground/validator/v10 v10.15.3
|
|
github.com/goccy/go-json v0.10.2
|
|
github.com/goccy/go-json v0.10.2
|
|
)
|
|
)
|
|
|
|
|
|
@@ -19,7 +20,6 @@ require (
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
- github.com/go-playground/validator/v10 v10.15.3 // indirect
|
|
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
|