diff --git a/Gopkg.lock b/Gopkg.lock index 1eff4874626a94eb50c17036d226a8358487fb10..250b4fa3606a3783d868be890bf5b17f3631d34a 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 954d7b032ba266bd091af4dcfab6602054756628..e35786b0c7221feb6012cfc48d6af5afd6046688 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 ed8bd9ac38e8af1171bfeb21ecbeb0eb03123f1b..a27832651bd52bf1e4c2b31f9184dd239ee92dbf 100644 --- a/vendor/github.com/hpcloud/tail/README.md +++ b/vendor/github.com/hpcloud/tail/README.md @@ -1,5 +1,7 @@ -[](https://travis-ci.org/hpcloud/tail) -[](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