33 lines
1.1 KiB
Modula-2
33 lines
1.1 KiB
Modula-2
module gitea.timerzz.com/kedaya_haitao/dw-sdk
|
|
|
|
go 1.22.5
|
|
|
|
require (
|
|
github.com/bytedance/sonic v1.12.2
|
|
github.com/gofiber/fiber/v3 v3.0.0-beta.3
|
|
github.com/google/go-querystring v1.1.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/valyala/fasthttp v1.55.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.1.0 // indirect
|
|
github.com/bytedance/sonic/loader v0.2.0 // indirect
|
|
github.com/cloudwego/base64x v0.1.4 // indirect
|
|
github.com/cloudwego/iasm v0.2.0 // indirect
|
|
github.com/gofiber/utils/v2 v2.0.0-beta.6 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/klauspost/compress v1.17.9 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
golang.org/x/arch v0.9.0 // indirect
|
|
golang.org/x/net v0.28.0 // indirect
|
|
golang.org/x/sys v0.24.0 // indirect
|
|
golang.org/x/text v0.17.0 // indirect
|
|
)
|