mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2025-12-20 18:49:37 +05:00
26 lines
850 B
Modula-2
26 lines
850 B
Modula-2
module github.com/maid-zone/soundcloak
|
|
|
|
go 1.21.3
|
|
|
|
require (
|
|
github.com/a-h/templ v0.2.747
|
|
github.com/gofiber/fiber/v2 v2.52.5
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.1.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/klauspost/compress v1.17.9 // 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.15 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.55.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
golang.org/x/sys v0.21.0 // indirect
|
|
)
|