github.com/forking-projects/tail@v1.2.0/go.mod (about)

     1  module github.com/forking-projects/tail
     2  
     3  go 1.16
     4  
     5  require (
     6  	github.com/fsnotify/fsnotify v1.5.1
     7  	gopkg.in/tomb.v1 v1.0.0-20140529071818-c131134a1947
     8  )