fix(filters): external webhooks improve defaults (#1227)

* fix(external actions): retry

* mods

* wrap in bufio
This commit is contained in:
Kyle Sanderson 2023-10-30 14:18:43 -07:00 committed by GitHub
parent 7c91d34cb4
commit 92659bca5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 50 additions and 13 deletions

2
go.mod
View file

@ -10,7 +10,7 @@ require (
github.com/anacrolix/torrent v1.53.1
github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef
github.com/autobrr/go-deluge v1.1.0
github.com/autobrr/go-qbittorrent v1.7.1
github.com/autobrr/go-qbittorrent v1.7.2-0.20231029234932-67580aa0e42a
github.com/autobrr/go-rtorrent v1.10.0
github.com/avast/retry-go v3.0.0+incompatible
github.com/avast/retry-go/v4 v4.5.0