| module quiz-zap |
|
|
| go 1.22 |
|
|
| require ( |
| github.com/gin-gonic/gin v1.9.1 |
| github.com/go-playground/locales v0.14.1 |
| github.com/go-playground/universal-translator v0.18.1 |
| github.com/go-playground/validator/v10 v10.16.0 |
| github.com/golang-jwt/jwt/v5 v5.2.1 |
| github.com/google/uuid v1.5.0 |
| github.com/gorilla/websocket v1.5.1 |
| github.com/json-iterator/go v1.1.12 |
| github.com/klauspost/compress v1.16.7 |
| github.com/leodido/go-urn v1.2.4 |
| github.com/mattn/go-isatty v0.0.20 |
| github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd |
| github.com/modern-go/reflect2 v1.0.2 |
| github.com/pelletier/go-toml/v2 v2.1.0 |
| github.com/twitchyliquid64/golang-asm v0.15.1 |
| github.com/ugorji/go/codec v1.2.12 |
| go.etcd.io/bbolt v1.3.8 |
| golang.org/x/arch v0.3.0 |
| golang.org/x/crypto v0.17.0 |
| golang.org/x/net v0.19.0 |
| golang.org/x/sys v0.15.0 |
| golang.org/x/text v0.14.0 |
| google.golang.org/protobuf v1.31.0 |
| gopkg.in/yaml.v3 v3.0.1 |
| ) |