15 lines
362 B
Modula-2
15 lines
362 B
Modula-2
module github.com/marcopeocchi/yt-dlp-web-ui
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/go-chi/chi/v5 v5.0.10
|
|
github.com/goccy/go-json v0.10.2
|
|
github.com/golang-jwt/jwt/v5 v5.0.0
|
|
github.com/google/uuid v1.3.1
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/marcopeocchi/fazzoletti v0.0.0-20230308161120-c545580f79fa
|
|
golang.org/x/sys v0.12.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|