| module aurora |
|
|
| go 1.26.0 |
|
|
| require ( |
| github.com/PuerkitoBio/goquery v1.12.0 |
| github.com/bogdanfinn/fhttp v0.6.8 |
| github.com/bogdanfinn/tls-client v1.15.1 |
| github.com/bogdanfinn/websocket v1.5.5-barnius |
| github.com/g-utils/endless v0.0.0-20260127124332-65b1b93e1c96 |
| github.com/gin-gonic/gin v1.12.0 |
| github.com/google/uuid v1.6.0 |
| github.com/joho/godotenv v1.5.1 |
| github.com/pkoukk/tiktoken-go v0.1.8 |
| ) |
|
|
| require ( |
| github.com/andybalholm/brotli v1.2.1 |
| github.com/andybalholm/cascadia v1.3.4 |
| github.com/bdandy/go-errors v1.2.2 |
| github.com/bdandy/go-socks4 v1.2.3 |
| github.com/bogdanfinn/quic-go-utls v1.0.9-utls |
| github.com/bogdanfinn/utls v1.7.7-barnius |
| github.com/bytedance/gopkg v0.1.4 |
| github.com/bytedance/sonic v1.15.2 |
| github.com/bytedance/sonic/loader v0.5.1 // indirect |
| github.com/cloudwego/base64x v0.1.7 |
| github.com/dlclark/regexp2 v1.12.0 |
| 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.3 // indirect |
| github.com/goccy/go-json v0.10.6 |
| github.com/goccy/go-yaml v1.19.2 |
| github.com/json-iterator/go v1.1.12 |
| github.com/klauspost/compress v1.18.6 |
| github.com/klauspost/cpuid/v2 v2.3.0 // indirect |
| 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/pelletier/go-toml/v2 v2.4.0 // indirect |
| github.com/quic-go/qpack v0.6.0 |
| github.com/quic-go/quic-go v0.60.0 |
| github.com/tam7t/hpkp v0.0.0-20160821193359-2b70b4024ed5 |
| github.com/twitchyliquid64/golang-asm v0.15.1 |
| github.com/ugorji/go/codec v1.3.1 // indirect |
| go.mongodb.org/mongo-driver/v2 v2.7.0 |
| golang.org/x/arch v0.28.0 |
| golang.org/x/crypto v0.53.0 |
| golang.org/x/net v0.56.0 |
| golang.org/x/sys v0.46.0 |
| golang.org/x/text v0.38.0 |
| google.golang.org/protobuf v1.36.11 // indirect |
| ) |
|
|