Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/vendor/github.com/hpcloud/tail/go.mod

10 lines
250 B

module github.com/hpcloud/tail
go 1.13
require (
golang.org/x/sys v0.0.0-20191119060738-e882bf8e40c2 // indirect
gopkg.in/fsnotify.v1 v1.2.1 // indirect
gopkg.in/fsnotify/fsnotify.v1 v1.4.7
gopkg.in/tomb.v1 v1.0.0-20140529071818-c131134a1947
)