25 lines
617 B
Modula-2
25 lines
617 B
Modula-2
module github.com/marcopiovanello/yt-dlp-web-ui/v3
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef
|
|
github.com/coreos/go-oidc/v3 v3.15.0
|
|
github.com/go-chi/chi/v5 v5.2.3
|
|
github.com/go-chi/cors v1.2.2
|
|
github.com/golang-jwt/jwt/v5 v5.3.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
go.etcd.io/bbolt v1.4.3
|
|
golang.org/x/oauth2 v0.30.0
|
|
golang.org/x/sync v0.16.0
|
|
golang.org/x/sys v0.35.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/go-jose/go-jose/v4 v4.1.2 // indirect
|
|
golang.org/x/crypto v0.41.0 // indirect
|
|
)
|