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 --- vendor/github.com/hpcloud/tail/Makefile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 vendor/github.com/hpcloud/tail/Makefile (limited to 'vendor/github.com/hpcloud/tail/Makefile') diff --git a/vendor/github.com/hpcloud/tail/Makefile b/vendor/github.com/hpcloud/tail/Makefile deleted file mode 100644 index 6591b24fc..000000000 --- a/vendor/github.com/hpcloud/tail/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -default: test - -test: *.go - go test -v -race ./... - -fmt: - gofmt -w . - -# Run the test in an isolated environment. -fulltest: - docker build -t hpcloud/tail . -- cgit v1.2.3-54-g00ecf