diff options
Diffstat (limited to 'vendor/github.com/nxadm/tail/go.mod')
-rw-r--r-- | vendor/github.com/nxadm/tail/go.mod | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/vendor/github.com/nxadm/tail/go.mod b/vendor/github.com/nxadm/tail/go.mod deleted file mode 100644 index 5de9a6061..000000000 --- a/vendor/github.com/nxadm/tail/go.mod +++ /dev/null @@ -1,8 +0,0 @@ -module github.com/nxadm/tail - -go 1.13 - -require ( - github.com/fsnotify/fsnotify v1.4.9 - gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 -) |