mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2025-12-10 05:39:38 +05:00
38 lines
1.3 KiB
Modula-2
38 lines
1.3 KiB
Modula-2
module git.maid.zone/stuff/soundcloak
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/a-h/templ v0.3.833
|
|
github.com/bogem/id3v2/v2 v2.1.4
|
|
github.com/dlclark/regexp2 v1.11.5-0.20240806004527-5bbbed8ea10b
|
|
github.com/gcottom/mp4meta v0.0.5
|
|
github.com/gcottom/oggmeta v0.0.8
|
|
github.com/goccy/go-json v0.10.5
|
|
github.com/gofiber/fiber/v3 v3.0.0-beta.4
|
|
github.com/valyala/fasthttp v1.58.0
|
|
)
|
|
|
|
require (
|
|
github.com/abema/go-mp4 v1.4.1 // indirect
|
|
github.com/aler9/writerseeker v1.1.0 // indirect
|
|
github.com/andybalholm/brotli v1.1.1 // indirect
|
|
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
|
|
github.com/gofiber/schema v1.3.0 // indirect
|
|
github.com/gofiber/utils/v2 v2.0.0-beta.7 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/klauspost/compress v1.17.11 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c // indirect
|
|
github.com/sunfish-shogi/bufseekio v0.1.0 // indirect
|
|
github.com/tinylib/msgp v1.2.5 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
github.com/x448/float16 v0.8.4 // indirect
|
|
golang.org/x/crypto v0.33.0 // indirect
|
|
golang.org/x/net v0.35.0 // indirect
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
golang.org/x/text v0.22.0 // indirect
|
|
)
|