github.com/2dev2/tail@v1.4.5/go.mod (about)

     1  module github.com/2dev2/tail
     2  
     3  go 1.13
     4  
     5  require (
     6  	github.com/fsnotify/fsnotify v1.4.7
     7  	golang.org/x/sys v0.0.0-20190904154756-749cb33beabd // indirect
     8  	gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
     9  )