github.com/grafana/tail@v0.0.0-20230510142333-77b18831edf0/go.mod (about)

     1  module github.com/grafana/tail
     2  
     3  go 1.13
     4  
     5  require (
     6  	github.com/fsnotify/fsnotify v1.6.0 // indirect
     7  	golang.org/x/sys v0.0.0-20220908164124-27713097b956
     8  	gopkg.in/fsnotify/fsnotify.v1 v1.4.7
     9  	gopkg.in/tomb.v1 v1.0.0-20140529071818-c131134a1947
    10  )