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 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index b35c6a0df..984f3b4fb 100644 --- a/go.mod +++ b/go.mod @@ -39,11 +39,11 @@ require ( github.com/gorilla/mux v1.8.0 github.com/gorilla/schema v1.2.0 github.com/hashicorp/go-multierror v1.1.1 - github.com/hpcloud/tail v1.0.0 github.com/json-iterator/go v1.1.12 github.com/mattn/go-isatty v0.0.14 github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 github.com/mrunalp/fileutils v0.5.0 + github.com/nxadm/tail v1.4.8 github.com/onsi/ginkgo v1.16.5 github.com/onsi/gomega v1.18.1 github.com/opencontainers/go-digest v1.0.0 -- cgit v1.2.3-54-g00ecf