summaryrefslogtreecommitdiff
path: root/vendor/github.com/nxadm/tail/go.mod
blob: 5de9a6061898ee0b239cb01bdac8993fe0e07d9d (plain)
1
2
3
4
5
6
7
8
module github.com/nxadm/tail

go 1.13

require (
	github.com/fsnotify/fsnotify v1.4.9
	gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
)