From 354427242bb135aec7d14b4b7ab76727bf3478b2 Mon Sep 17 00:00:00 2001
From: Edward Welch <edward.welch@grafana.com>
Date: Tue, 16 Apr 2019 17:28:46 -0400
Subject: [PATCH] updating the forked hpcloud/tail library to the fork
 maintained at github.com/grafana/tail

---
 Gopkg.lock                               | 6 +++---
 Gopkg.toml                               | 2 +-
 vendor/github.com/hpcloud/tail/README.md | 6 ++++--
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/Gopkg.lock b/Gopkg.lock
index 1eff4874..250b4fa3 100644
--- a/Gopkg.lock
+++ b/Gopkg.lock
@@ -510,7 +510,7 @@
 
 [[projects]]
   branch = "master"
-  digest = "1:d7eb20f276c32cfcd395d013f94d236c25d9f2ed4cf9108279e07e7544279f21"
+  digest = "1:e7ce5eb68fc4693fd92736e4a3c1c1cf95bb7c9d72d7b6aa9feb7cafff0a8708"
   name = "github.com/hpcloud/tail"
   packages = [
     ".",
@@ -520,8 +520,8 @@
     "winfile",
   ]
   pruneopts = "UT"
-  revision = "b3c6c4808227e5772299d6827851c3a6ed98baef"
-  source = "github.com/slim-bean/tail"
+  revision = "5ab7a9e9e921267ac3efdb95cb194ba9fc216d13"
+  source = "github.com/grafana/tail"
 
 [[projects]]
   digest = "1:bb81097a5b62634f3e9fec1014657855610c82d19b9a40c17612e32651e35dca"
diff --git a/Gopkg.toml b/Gopkg.toml
index 954d7b03..e35786b0 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -68,5 +68,5 @@
 
 [[constraint]]
   name = "github.com/hpcloud/tail"
-  source = "github.com/slim-bean/tail"
+  source = "github.com/grafana/tail"
   branch = "master"
diff --git a/vendor/github.com/hpcloud/tail/README.md b/vendor/github.com/hpcloud/tail/README.md
index ed8bd9ac..a2783265 100644
--- a/vendor/github.com/hpcloud/tail/README.md
+++ b/vendor/github.com/hpcloud/tail/README.md
@@ -1,5 +1,7 @@
-[![Build Status](https://travis-ci.org/hpcloud/tail.svg)](https://travis-ci.org/hpcloud/tail)
-[![Build status](https://ci.appveyor.com/api/projects/status/vrl3paf9md0a7bgk/branch/master?svg=true)](https://ci.appveyor.com/project/Nino-K/tail/branch/master)
+
+**NOTE**: This fork is currently being maintained for use in the promtail agent of the [Loki](https://github.com/grafana/loki) project.
+
+Use outside of that context is not tested or supported.
 
 # Go package for tail-ing files
 
-- 
GitLab