TUN-7588: Update package coreos/go-systemd

This commit is contained in:
Devin Carr
2023-07-14 16:26:27 -07:00
parent 2ee90483bf
commit 42e0540395
8 changed files with 10 additions and 9 deletions

View File

@@ -30,8 +30,8 @@ import (
// It returns one of the following:
// (0, nil) - watchdog isn't enabled or we aren't the watched PID.
// (0, err) - an error happened (e.g. error converting time).
// (time, nil) - watchdog is enabled and we can send ping.
// time is delay before inactive service will be killed.
// (time, nil) - watchdog is enabled and we can send ping. time is delay
// before inactive service will be killed.
func SdWatchdogEnabled(unsetEnvironment bool) (time.Duration, error) {
wusec := os.Getenv("WATCHDOG_USEC")
wpid := os.Getenv("WATCHDOG_PID")

6
vendor/modules.txt vendored
View File

@@ -73,9 +73,9 @@ github.com/coredns/coredns/request
# github.com/coreos/go-oidc/v3 v3.6.0
## explicit; go 1.19
github.com/coreos/go-oidc/v3/oidc
# github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
## explicit
github.com/coreos/go-systemd/daemon
# github.com/coreos/go-systemd/v22 v22.5.0
## explicit; go 1.12
github.com/coreos/go-systemd/v22/daemon
# github.com/cpuguy83/go-md2man/v2 v2.0.0
## explicit; go 1.12
github.com/cpuguy83/go-md2man/v2/md2man