diff options
author | Valentin Rothberg <vrothberg@redhat.com> | 2022-03-29 13:07:43 +0200 |
---|---|---|
committer | Valentin Rothberg <vrothberg@redhat.com> | 2022-03-29 13:35:37 +0200 |
commit | 21502987b2318292bf98e3ef502fb4c0cf9a6d58 (patch) | |
tree | 8a2972a6d8ce1d38445ae8be751da3d1cf7a6ff9 /go.mod | |
parent | a2d7fb0c66441450c9169bebdefa07993759fa5b (diff) | |
download | podman-21502987b2318292bf98e3ef502fb4c0cf9a6d58.tar.gz podman-21502987b2318292bf98e3ef502fb4c0cf9a6d58.tar.bz2 podman-21502987b2318292bf98e3ef502fb4c0cf9a6d58.zip |
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 <vrothberg@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |