module github.com/influxdata/tail

go 1.13

require (
	gopkg.in/fsnotify.v1 v1.2.1
	gopkg.in/tomb.v1 v1.0.0-20140529071818-c131134a1947
)
