From e538720da73be0e97daa16d324690cbde67d20de Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 8 Apr 2021 16:37:37 +0200 Subject: [PATCH] vendor: github.com/coreos/go-systemd/v22 v22.1.0 no local changes full diff: https://github.com/coreos/go-systemd/compare/v22.0.0...v22.1.0 Signed-off-by: Sebastiaan van Stijn --- vendor.conf | 2 +- vendor/github.com/coreos/go-systemd/v22/README.md | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/vendor.conf b/vendor.conf index d331b69957..b4199d62df 100644 --- a/vendor.conf +++ b/vendor.conf @@ -99,7 +99,7 @@ github.com/cyphar/filepath-securejoin a261ee33d7a517f054effbf45184 github.com/coreos/go-systemd 39ca1b05acc7ad1220e09f133283b8859a8b71ab # v17 # systemd integration (journald, daemon/listeners, containerd/cgroups) -github.com/coreos/go-systemd/v22 2d78030078ef61b3cae27f42ad6d0e46db51b339 # v22.0.0 +github.com/coreos/go-systemd/v22 b51e752dd1c9c618846f8bc5b95ab524bd7b11c2 # v22.1.0 github.com/godbus/dbus/v5 37bf87eef99d69c4f1d3528bd66e3a87dc201472 # v5.0.3 # gelf logging driver deps diff --git a/vendor/github.com/coreos/go-systemd/v22/README.md b/vendor/github.com/coreos/go-systemd/v22/README.md index b83d0683cb..9fac51300a 100644 --- a/vendor/github.com/coreos/go-systemd/v22/README.md +++ b/vendor/github.com/coreos/go-systemd/v22/README.md @@ -1,7 +1,7 @@ # go-systemd [![Build Status](https://travis-ci.org/coreos/go-systemd.png?branch=master)](https://travis-ci.org/coreos/go-systemd) -[![godoc](https://godoc.org/github.com/coreos/go-systemd?status.svg)](http://godoc.org/github.com/coreos/go-systemd) +[![godoc](https://img.shields.io/badge/godoc-reference-5272B4)](https://pkg.go.dev/mod/github.com/coreos/go-systemd/v22/?tab=packages) ![minimum golang 1.12](https://img.shields.io/badge/golang-1.12%2B-orange.svg) @@ -24,13 +24,15 @@ https://github.com/coreos/go-systemd/tree/master/examples/activation/httpserver ## systemd Service Notification -The `daemon` package is an implementation of the [sd_notify protocol](https://www.freedesktop.org/software/systemd/man/sd_notify.html#Description). It can be used to inform systemd of service start-up completion, watchdog events, and other status changes. +The `daemon` package is an implementation of the [sd_notify protocol](https://www.freedesktop.org/software/systemd/man/sd_notify.html#Description). +It can be used to inform systemd of service start-up completion, watchdog events, and other status changes. ## D-Bus -The `dbus` package connects to the [systemd D-Bus API](http://www.freedesktop.org/wiki/Software/systemd/dbus/) and lets you start, stop and introspect systemd units. The API docs are here: +The `dbus` package connects to the [systemd D-Bus API](http://www.freedesktop.org/wiki/Software/systemd/dbus/) and lets you start, stop and introspect systemd units. +[API documentation][dbus-doc] is available online. -http://godoc.org/github.com/coreos/go-systemd/dbus +[dbus-doc]: https://pkg.go.dev/github.com/coreos/go-systemd/v22/dbus?tab=doc ### Debugging