| module ccLoad |
|
|
| go 1.25.0 |
|
|
| require ( |
| github.com/bytedance/sonic v1.15.1 |
| github.com/gin-gonic/gin v1.12.0 |
| modernc.org/sqlite v1.50.0 |
| ) |
|
|
| require ( |
| github.com/klauspost/compress v1.18.6 |
| golang.org/x/term v0.42.0 |
| ) |
|
|
| require ( |
| github.com/goccy/go-yaml v1.19.2 |
| github.com/quic-go/qpack v0.6.0 |
| github.com/quic-go/quic-go v0.59.0 |
| go.mongodb.org/mongo-driver/v2 v2.6.0 |
| golang.org/x/tools v0.44.0 |
| ) |
|
|
| require ( |
| filippo.io/edwards25519 v1.2.0 |
| github.com/go-sql-driver/mysql v1.10.0 |
| ) |
|
|
| require ( |
| github.com/bytedance/gopkg v0.1.4 |
| github.com/bytedance/sonic/loader v0.5.1 |
| github.com/cloudwego/base64x v0.1.7 |
| github.com/gabriel-vasile/mimetype v1.4.13 |
| github.com/gin-contrib/sse v1.1.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.30.2 |
| github.com/goccy/go-json v0.10.6 |
| github.com/google/uuid v1.6.0 |
| github.com/json-iterator/go v1.1.12 |
| github.com/klauspost/cpuid/v2 v2.3.0 |
| github.com/leodido/go-urn v1.4.0 |
| github.com/mattn/go-isatty v0.0.22 |
| github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd |
| github.com/modern-go/reflect2 v1.0.2 |
| github.com/ncruces/go-strftime v1.0.0 |
| github.com/pelletier/go-toml/v2 v2.3.1 |
| github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec |
| github.com/twitchyliquid64/golang-asm v0.15.1 |
| github.com/ugorji/go/codec v1.3.1 |
| golang.org/x/arch v0.26.0 |
| golang.org/x/crypto v0.50.0 |
| golang.org/x/net v0.53.0 |
| golang.org/x/text v0.36.0 |
| google.golang.org/protobuf v1.36.11 |
| modernc.org/libc v1.72.0 |
| modernc.org/mathutil v1.7.1 |
| modernc.org/memory v1.11.0 |
| ) |
|
|
| require ( |
| github.com/dustin/go-humanize v1.0.1 |
| github.com/joho/godotenv v1.5.1 |
| golang.org/x/sys v0.43.0 |
| ) |
|
|