|
@@ -3,10 +3,11 @@ module git.sxidc.com/go-tools/api_binding
|
|
go 1.21.3
|
|
go 1.21.3
|
|
|
|
|
|
require (
|
|
require (
|
|
- git.sxidc.com/service-supports/fserr v0.3.1
|
|
|
|
|
|
+ git.sxidc.com/service-supports/fserr v0.3.2
|
|
git.sxidc.com/service-supports/fslog v0.5.2
|
|
git.sxidc.com/service-supports/fslog v0.5.2
|
|
git.sxidc.com/service-supports/websocket v1.3.1
|
|
git.sxidc.com/service-supports/websocket v1.3.1
|
|
github.com/gin-gonic/gin v1.9.1
|
|
github.com/gin-gonic/gin v1.9.1
|
|
|
|
+ github.com/goccy/go-json v0.10.2
|
|
)
|
|
)
|
|
|
|
|
|
require (
|
|
require (
|
|
@@ -19,7 +20,6 @@ require (
|
|
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/go-playground/validator/v10 v10.15.3 // indirect
|
|
- github.com/goccy/go-json v0.10.2 // 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
|