mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2026-01-03 01:19:37 +05:00
27 lines
864 B
Modula-2
27 lines
864 B
Modula-2
module github.com/maid-zone/soundcloak
|
|
|
|
go 1.21.3
|
|
|
|
require (
|
|
github.com/a-h/templ v0.2.778
|
|
github.com/gofiber/fiber/v2 v2.52.5
|
|
github.com/json-iterator/go v1.1.12
|
|
github.com/valyala/fasthttp v1.56.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.1.1 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/klauspost/compress v1.17.11 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
golang.org/x/sys v0.26.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|