github.com/Cooboob/tail@v1.0.1/go.mod (about)

     1  module github.com/Cooboob/tail
     2  
     3  go 1.14
     4  
     5  require (
     6  	github.com/fsnotify/fsnotify v1.4.9 // indirect
     7  	gopkg.in/fsnotify.v1 v1.2.1
     8  	gopkg.in/tomb.v1 v1.0.0-20140529071818-c131134a1947
     9  )