|
module app |
|
|
|
go 1.21 |
|
|
|
require ( |
|
github.com/AgoraIO/Tools/DynamicKey/AgoraDynamicKey/go/src v0.0.0-20241016072020-3226f86a4488 |
|
github.com/gin-gonic/gin v1.9.1 |
|
github.com/go-resty/resty/v2 v2.13.1 |
|
github.com/gogf/gf v1.16.9 |
|
github.com/google/uuid v1.6.0 |
|
github.com/joho/godotenv v1.5.1 |
|
) |
|
|
|
require ( |
|
github.com/BurntSushi/toml v1.2.0 |
|
github.com/bytedance/sonic v1.9.1 |
|
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 |
|
github.com/fatih/color v1.15.0 |
|
github.com/fsnotify/fsnotify v1.7.0 |
|
github.com/gabriel-vasile/mimetype v1.4.2 |
|
github.com/gin-contrib/sse v0.1.0 |
|
github.com/go-playground/locales v0.14.1 |
|
github.com/go-playground/universal-translator v0.18.1 |
|
github.com/go-playground/validator/v10 v10.14.0 // indirect |
|
github.com/goccy/go-json v0.10.2 |
|
github.com/google/go-cmp v0.5.9 |
|
github.com/gorilla/websocket v1.5.0 |
|
github.com/json-iterator/go v1.1.12 |
|
github.com/klauspost/cpuid/v2 v2.2.4 // indirect |
|
github.com/leodido/go-urn v1.2.4 |
|
github.com/mattn/go-isatty v0.0.19 |
|
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.0.8 // indirect |
|
github.com/twitchyliquid64/golang-asm v0.15.1 |
|
github.com/ugorji/go/codec v1.2.11 // indirect |
|
go.opentelemetry.io/otel v1.14.0 // indirect |
|
go.opentelemetry.io/otel/trace v1.14.0 |
|
golang.org/x/arch v0.3.0 |
|
golang.org/x/crypto v0.23.0 |
|
golang.org/x/net v0.25.0 |
|
golang.org/x/sys v0.20.0 |
|
golang.org/x/text v0.15.0 |
|
google.golang.org/protobuf v1.30.0 // indirect |
|
gopkg.in/yaml.v3 v3.0.1 // indirect |
|
) |
|
|