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

@ -7,8 +7,8 @@ import (
"log"
"os"
"github.com/coreos/go-systemd/activation"
"github.com/coreos/go-systemd/journal"
"github.com/coreos/go-systemd/v22/activation"
"github.com/coreos/go-systemd/v22/journal"
"github.com/getsentry/sentry-go"
sentrylogrus "github.com/getsentry/sentry-go/logrus"
_ "github.com/osbuild/images/data/repositories"