diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-03-29 16:41:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-29 16:41:47 +0200 |
commit | 0eff4b70d0429c0dd1d95bc0a15f679cef351cb5 (patch) | |
tree | de6c66409ca20c10c1500cfa0057421afbb489bd /libpod/logs/log.go | |
parent | 83d0729146dc4616e180c8d36ffd90de093b8617 (diff) | |
parent | 21502987b2318292bf98e3ef502fb4c0cf9a6d58 (diff) | |
download | podman-0eff4b70d0429c0dd1d95bc0a15f679cef351cb5.tar.gz podman-0eff4b70d0429c0dd1d95bc0a15f679cef351cb5.tar.bz2 podman-0eff4b70d0429c0dd1d95bc0a15f679cef351cb5.zip |
Merge pull request #13686 from vrothberg/nxadm
replace hpcloud/tail with nxadm/tail
Diffstat (limited to 'libpod/logs/log.go')
-rw-r--r-- | libpod/logs/log.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/logs/log.go b/libpod/logs/log.go index 886911f2d..9672f6ee1 100644 --- a/libpod/logs/log.go +++ b/libpod/logs/log.go @@ -9,7 +9,7 @@ import ( "time" "github.com/containers/podman/v4/libpod/logs/reversereader" - "github.com/hpcloud/tail" + "github.com/nxadm/tail" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) |