diff options
author | baude <bbaude@redhat.com> | 2018-02-06 09:07:51 -0600 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-02-09 15:27:52 +0000 |
commit | fa9658cbfaa94fd5d0425041404e498c01db1aa3 (patch) | |
tree | 3cacae5b613692387780209a5d41b10c2edc0940 /vendor.conf | |
parent | 75914199f331a10eb7ed44de68c738515bdd5b2d (diff) | |
download | podman-fa9658cbfaa94fd5d0425041404e498c01db1aa3.tar.gz podman-fa9658cbfaa94fd5d0425041404e498c01db1aa3.tar.bz2 podman-fa9658cbfaa94fd5d0425041404e498c01db1aa3.zip |
podman logs: fix tailing
Fix issues with tailing of container logs as described
in issue #16. Also add in the ability to use a duration or
known time stamp formats for the --since flag.
Signed-off-by: baude <bbaude@redhat.com>
Closes: #317
Approved by: mheon
Diffstat (limited to 'vendor.conf')
-rw-r--r-- | vendor.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor.conf b/vendor.conf index ea659eab8..7df5040ff 100644 --- a/vendor.conf +++ b/vendor.conf @@ -69,7 +69,6 @@ github.com/godbus/dbus a389bdde4dd695d414e47b755e95e72b7826432c github.com/urfave/cli 39908eb08fee7c10d842622a114a5c133fb0a3c6 github.com/vbatts/tar-split v0.10.2 github.com/renstrom/dedent v1.0.0 -github.com/hpcloud/tail v1.0.0 gopkg.in/fsnotify.v1 v1.4.2 gopkg.in/tomb.v1 v1 github.com/fatih/camelcase f6a740d52f961c60348ebb109adde9f4635d7540 |