26 lines
854 B
Modula-2
26 lines
854 B
Modula-2
module github.com/marcopeocchi/yt-dlp-web-ui
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/gofiber/fiber/v2 v2.41.0
|
|
github.com/gofiber/websocket/v2 v2.1.2
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
|
github.com/fasthttp/websocket v1.5.0 // indirect
|
|
github.com/goccy/go-json v0.10.0 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/klauspost/compress v1.15.14 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
github.com/rivo/uniseg v0.4.3 // indirect
|
|
github.com/savsgio/gotils v0.0.0-20220530130905-52f3993e8d6d // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.43.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
golang.org/x/sys v0.4.0 // indirect
|
|
)
|