| module ds2api |
|
|
| go 1.26.0 |
|
|
| require ( |
| github.com/andybalholm/brotli v1.2.1 |
| github.com/go-chi/chi/v5 v5.2.5 |
| github.com/google/uuid v1.6.0 |
| github.com/hupe1980/go-tiktoken v0.0.10 |
| github.com/refraction-networking/utls v1.8.2 |
| github.com/router-for-me/CLIProxyAPI/v6 v6.9.14 |
| ) |
|
|
| require github.com/dlclark/regexp2 v1.11.5 |
|
|
| require ( |
| github.com/klauspost/compress v1.18.5 |
| github.com/sirupsen/logrus v1.9.4 |
| github.com/tidwall/gjson v1.18.0 |
| github.com/tidwall/match v1.2.0 |
| github.com/tidwall/pretty v1.2.1 |
| github.com/tidwall/sjson v1.2.5 |
| golang.org/x/crypto v0.49.0 |
| golang.org/x/net v0.52.0 |
| golang.org/x/sys v0.42.0 |
| gopkg.in/yaml.v3 v3.0.1 |
| ) |
|
|