aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorHarvey Tindall <hrfee@protonmail.ch>2020-11-16 21:59:31 +0000
committerHarvey Tindall <hrfee@protonmail.ch>2020-11-16 21:59:31 +0000
commita84ae6bd5b02aac902b8e335927cd5c1cb3261a1 (patch)
tree4e660fcad5cd39b19bbb2f34fbbc822791e9c03e /go.mod
parent78ce37db9f13c5439b30663a3c54b283bd3f539c (diff)
downloadwaybar-mpris-a84ae6bd5b02aac902b8e335927cd5c1cb3261a1.tar.gz
waybar-mpris-a84ae6bd5b02aac902b8e335927cd5c1cb3261a1.zip
fix help output
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 42086c6..b6cdd07 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,7 @@ 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
+ golang.org/x/sys v0.0.0-20201116194326-cc9327a14d48 // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
)