From 21502987b2318292bf98e3ef502fb4c0cf9a6d58 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Tue, 29 Mar 2022 13:07:43 +0200 Subject: replace hpcloud/tail with nxadm/tail The hpcloud is not maintained anymore. nxadm is already part of the dependency chain, so it won't add work for downstream packages. While testing upcoming changes to the events-file backend, I noticed that nxadm is shipping required fixes. [NO NEW TESTS NEEDED] Signed-off-by: Valentin Rothberg --- libpod/events/events.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpod/events') diff --git a/libpod/events/events.go b/libpod/events/events.go index d7bba7295..2cdd2ab67 100644 --- a/libpod/events/events.go +++ b/libpod/events/events.go @@ -7,7 +7,7 @@ import ( "time" "github.com/containers/storage/pkg/stringid" - "github.com/hpcloud/tail" + "github.com/nxadm/tail" "github.com/pkg/errors" ) -- cgit v1.2.3-54-g00ecf