deps: upgrade go-systemd from v1 to v22

This commit is contained in:
Lukas Zapletal 2025-05-22 14:18:12 +02:00 committed by Tomáš Hozza
parent 5a5e6d732c
commit f2bf47814f
14 changed files with 193 additions and 37 deletions

View file

@ -5,7 +5,7 @@ import (
"fmt"
"strings"
"github.com/coreos/go-systemd/journal"
"github.com/coreos/go-systemd/v22/journal"
logrus "github.com/sirupsen/logrus"
)