Use forked tail package (#3)

This commit is contained in:
Dave Gallant
2020-12-31 10:37:07 -05:00
committed by GitHub
parent d748c5c74d
commit f405f9204e
3 changed files with 7 additions and 200 deletions

4
go.mod
View File

@@ -4,13 +4,12 @@ go 1.15
require (
github.com/AlecAivazis/survey/v2 v2.2.7
github.com/golangci/golangci-lint v1.27.0 // indirect
github.com/hpcloud/tail v1.0.0
github.com/jszwec/csvutil v1.4.0
github.com/juju/errors v0.0.0-20200330140219-3fe23663418f
github.com/juju/testing v0.0.0-20201216035041-2be42bba85f3 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-runewidth v0.0.8 // indirect
github.com/nxadm/tail v1.4.6
github.com/olekukonko/tablewriter v0.0.4
github.com/rs/zerolog v1.20.0
github.com/showwin/speedtest-go v1.1.0
@@ -19,6 +18,5 @@ require (
github.com/stretchr/testify v1.6.1 // indirect
golang.org/x/sys v0.0.0-20201009025420-dfb3f7c4e634 // indirect
golang.org/x/text v0.3.4 // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)