github.com/wowker/tail@v0.0.0-20210121082357-fe86e3c1032a/go.mod (about)

     1  module github.com/wowker/tail
     2  
     3  go 1.14
     4  
     5  require (
     6  	github.com/fsnotify/fsnotify v1.4.9
     7  	gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
     8  )