github.com/TheSilentForest/tail@v1.0.1-0.20190327153203-b5d4c85e68b5/go.mod (about)

     1  module github.com/TheSilentForest/tail
     2  
     3  go 1.12
     4  
     5  require (
     6  	github.com/fsnotify/fsnotify v1.4.7 // indirect
     7  	golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc // indirect
     8  	gopkg.in/fsnotify/fsnotify.v1 v1.4.7
     9  	gopkg.in/tomb.v1 v1.0.0-20140529071818-c131134a1947
    10  )