diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,5 +4,9 @@ go 1.15 require ( github.com/godbus/dbus/v5 v5.0.3 + github.com/hpcloud/tail v1.0.0 github.com/spf13/pflag v1.0.5 + golang.org/x/sys v0.0.0-20200928205150-006507a75852 // indirect + gopkg.in/fsnotify.v1 v1.4.7 // indirect + gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect ) |