summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-12-22 18:40:28 -0800
committerCaleb Bassi <calebjbassi@gmail.com>2018-12-22 18:41:05 -0800
commit454098514eb3fd0d6edb03270021546420ddc55d (patch)
treea9dde421076d46d80c9601fdf975a4729fe2318f /go.mod
parent6188e24c73e5f50bc42c437c5038c88b20f653d0 (diff)
Fix config path location on Windows and OSX
Config path was $XDG_CONFIG_HOME/gotop on all platforms, but the config path specification is different on Windows and OSX
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 3d992b4..67edbc5 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,7 @@
module github.com/cjbassi/gotop
require (
+ github.com/ProtonMail/go-appdir v0.0.0-20180220133335-7c788d1b45c6
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
github.com/cjbassi/drawille-go v0.0.0-20180329221028-ad535d0f92cd // indirect
github.com/cjbassi/termui v0.0.0-20181208033036-e8dd23f6146c