Remove duplicate github.com/coreos/go-systemd dependency

This commit is contained in:
Eng Zer Jun 2024-12-19 16:20:04 +08:00 committed by GitHub
parent a870c2af9b
commit f1c4ba2f26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 3 deletions

View file

@ -5,7 +5,7 @@ package server
import (
"net"
"github.com/coreos/go-systemd/activation"
"github.com/coreos/go-systemd/v22/activation"
"github.com/rs/zerolog/log"
)