aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorHarvey Tindall <hrfee@protonmail.ch>2020-08-21 14:54:32 +0100
committerHarvey Tindall <hrfee@protonmail.ch>2020-08-21 14:54:32 +0100
commit461d87b8c99844f1bbecce79f705d9fc8dc0a158 (patch)
tree3a62a7f66b7ea4b54bb87632eabf70fdaffbcf7c /go.mod
downloadwaybar-mpris-461d87b8c99844f1bbecce79f705d9fc8dc0a158.tar.gz
waybar-mpris-461d87b8c99844f1bbecce79f705d9fc8dc0a158.zip
first
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 7 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..1d3171e
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,7 @@
+module github.com/hrfee/waybar-mpris
+
+go 1.15
+
+require (
+ github.com/godbus/dbus/v5 v5.0.3
+)