mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2026-03-22 00:28:12 +05:00
52 lines
1.8 KiB
Modula-2
52 lines
1.8 KiB
Modula-2
module git.maid.zone/stuff/soundcloak
|
|
|
|
go 1.25.6
|
|
|
|
require (
|
|
github.com/a-h/templ v0.3.977
|
|
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/goccy/go-json v0.10.6-0.20251028001429-e4877d51d546
|
|
github.com/gofiber/fiber/v3 v3.0.0-rc.3
|
|
github.com/valyala/fasthttp v1.69.0
|
|
golang.org/x/net v0.49.0
|
|
)
|
|
|
|
require (
|
|
git.maid.zone/stuff/soundcloakctl v0.0.0-20251212193418-f85f457a0df1 // indirect
|
|
github.com/a-h/parse v0.0.0-20250122154542-74294addb73e // indirect
|
|
github.com/abema/go-mp4 v1.4.1 // indirect
|
|
github.com/aler9/writerseeker v1.1.0 // indirect
|
|
github.com/andybalholm/brotli v1.2.0 // indirect
|
|
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
|
|
github.com/cli/browser v1.3.0 // indirect
|
|
github.com/dlclark/regexp2cg v0.2.0 // indirect
|
|
github.com/fatih/color v1.16.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
|
github.com/gofiber/schema v1.6.0 // indirect
|
|
github.com/gofiber/utils/v2 v2.0.0-rc.6 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/klauspost/compress v1.18.3 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/natefinch/atomic v1.0.1 // indirect
|
|
github.com/philhofer/fwd v1.2.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/sunfish-shogi/bufseekio v0.1.0 // indirect
|
|
github.com/tinylib/msgp v1.6.3 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
golang.org/x/crypto v0.47.0 // indirect
|
|
golang.org/x/mod v0.31.0 // indirect
|
|
golang.org/x/sync v0.19.0 // indirect
|
|
golang.org/x/sys v0.40.0 // indirect
|
|
golang.org/x/text v0.33.0 // indirect
|
|
golang.org/x/tools v0.40.0 // indirect
|
|
)
|
|
|
|
tool (
|
|
git.maid.zone/stuff/soundcloakctl
|
|
github.com/a-h/templ/cmd/templ
|
|
github.com/dlclark/regexp2cg
|
|
)
|