changed to an "event bus" approach in the message queue, fixed unset download parameters.

This commit is contained in:
2024-05-14 11:21:02 +02:00
parent 62eadb52a6
commit 8f10baf09b
6 changed files with 70 additions and 37 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module github.com/marcopeocchi/yt-dlp-web-ui
go 1.22
require (
github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef
github.com/go-chi/chi/v5 v5.0.12
github.com/go-chi/cors v1.2.1
github.com/golang-jwt/jwt/v5 v5.2.1