| | |
| | | |
| | | go 1.20 |
| | | |
| | | require github.com/gin-gonic/gin v1.9.1 |
| | | require ( |
| | | github.com/gin-gonic/gin v1.9.1 |
| | | github.com/gorilla/websocket v1.5.0 |
| | | github.com/jinzhu/gorm v1.9.16 |
| | | ) |
| | | |
| | | require ( |
| | | github.com/bytedance/sonic v1.9.1 // indirect |
| | |
| | | github.com/go-playground/universal-translator v0.18.1 // indirect |
| | | github.com/go-playground/validator/v10 v10.14.0 // indirect |
| | | github.com/goccy/go-json v0.10.2 // indirect |
| | | github.com/jinzhu/inflection v1.0.0 // indirect |
| | | github.com/json-iterator/go v1.1.12 // indirect |
| | | github.com/klauspost/cpuid/v2 v2.2.4 // indirect |
| | | github.com/leodido/go-urn v1.2.4 // indirect |