monitor/go.mod

16 lines
592 B
Modula-2
Raw Permalink Normal View History

2019-11-15 10:05:28 +00:00
module github.com/ehlxr/monitor
go 1.13
require (
2019-11-20 08:32:57 +00:00
github.com/JetBlink/dingtalk-notify-go-sdk v0.0.0-20191112085213-0dc836cea13e
2019-11-15 10:05:28 +00:00
github.com/fsnotify/fsnotify v1.4.7 // indirect
2019-11-15 10:19:56 +00:00
github.com/hpcloud/tail v1.0.1-0.20180514194441-a1dbeea552b7
2019-11-15 10:05:28 +00:00
github.com/jessevdk/go-flags v1.4.1-0.20181221193153-c0795c8afcf4
golang.org/x/sys v0.0.0-20191113165036-4c7a9d0fe056 // indirect
2019-11-22 10:11:26 +00:00
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
2019-11-15 10:19:56 +00:00
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
2019-11-15 10:05:28 +00:00
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
unknwon.dev/clog/v2 v2.0.0-beta.5
)