github.com/BGrewell/tail@v1.0.1-0.20210309152823-689d25348e0e/go.mod (about)

     1  module github.com/BGrewell/tail
     2  
     3  go 1.14
     4  
     5  require (
     6  	github.com/hpcloud/tail v1.0.0
     7  	gopkg.in/fsnotify.v1 v1.4.7 // indirect
     8  	gopkg.in/fsnotify/fsnotify.v1 v1.4.7
     9  	gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
    10  )