1
0
mirror of https://github.com/offen/docker-volume-backup.git synced 2025-11-29 05:46:50 +02:00

Use forked and active shoutrrr package (#643)

* Use forked and active shoutrrr package

* Use versioned documentation links
This commit is contained in:
Frederik Ring
2025-10-08 07:09:55 +02:00
committed by GitHub
parent b07c34b85b
commit 614d325c5a
6 changed files with 37 additions and 33 deletions

View File

@@ -13,7 +13,7 @@ import (
"text/template"
"time"
sTypes "github.com/containrrr/shoutrrr/pkg/types"
sTypes "github.com/nicholas-fedor/shoutrrr/pkg/types"
"github.com/offen/docker-volume-backup/internal/errwrap"
)