mirror of
https://github.com/marcopiovanello/yt-dlp-web-ui.git
synced 2025-09-29 00:54:56 +03:00
33 lines
1.0 KiB
Modula-2
33 lines
1.0 KiB
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.12.0
|
|
github.com/go-chi/chi/v5 v5.2.0
|
|
github.com/go-chi/cors v1.2.1
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/robfig/cron/v3 v3.0.0
|
|
golang.org/x/oauth2 v0.25.0
|
|
golang.org/x/sync v0.10.0
|
|
golang.org/x/sys v0.29.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
modernc.org/sqlite v1.34.5
|
|
)
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/go-jose/go-jose/v4 v4.0.4 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/ncruces/go-strftime v0.1.9 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
golang.org/x/crypto v0.32.0 // indirect
|
|
golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c // indirect
|
|
modernc.org/libc v1.61.11 // indirect
|
|
modernc.org/mathutil v1.7.1 // indirect
|
|
modernc.org/memory v1.8.2 // indirect
|
|
)
|