fix(deps): update module github.com/nxadm/tail to v1.4.11

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-10-10 14:26:48 +00:00
committed by GitHub
parent 040a4e4b1e
commit acd0a93c39
9 changed files with 65 additions and 17 deletions

View File

@@ -1,12 +1,13 @@
![ci](https://github.com/nxadm/tail/workflows/ci/badge.svg)[![Go Reference](https://pkg.go.dev/badge/github.com/nxadm/tail.svg)](https://pkg.go.dev/github.com/nxadm/tail)
[![Go Reference](https://pkg.go.dev/badge/github.com/nxadm/tail.svg)](https://pkg.go.dev/github.com/nxadm/tail#section-documentation)
![ci](https://github.com/nxadm/tail/workflows/ci/badge.svg)
[![FreeBSD](https://api.cirrus-ci.com/github/nxadm/tail.svg)](https://cirrus-ci.com/github/nxadm/tail)
# tail functionality in Go
nxadm/tail provides a Go library that emulates the features of the BSD `tail`
program. The library comes with full support for truncation/move detection as
it is designed to work with log rotation tools. The library works on all
operating systems supported by Go, including POSIX systems like Linux and
*BSD, and MS Windows. Go 1.9 is the oldest compiler release supported.
operating systems supported by Go, including POSIX systems like Linux, *BSD,
MacOS, and MS Windows. Go 1.12 is the oldest compiler release supported.
A simple example:
@@ -24,7 +25,7 @@ for line := range t.Lines {
}
```
See [API documentation](https://pkg.go.dev/github.com/nxadm/tail).
See [API documentation](https://pkg.go.dev/github.com/nxadm/tail#section-documentation).
## Installing
@@ -41,4 +42,4 @@ nxadm/tail continues the development by keeping up to date with the Go toolchain
and fixing bugs.
## Examples
Examples, e.g. used to debug an issue, are kept in the [examples directory](/examples).
Examples, e.g. used to debug an issue, are kept in the [examples directory](/examples).