From 5e83b3941dd015253d0d7810e82eb6d02f04989f Mon Sep 17 00:00:00 2001 From: Alexandre Tuleu Date: Fri, 22 Jan 2016 19:20:08 +0100 Subject: [PATCH] Forces the use of version v0 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 77e6c24..342128e 100644 --- a/main.go +++ b/main.go @@ -12,7 +12,7 @@ import ( "sync" "time" - "launchpad.net/go-xdg" + "launchpad.net/go-xdg/v0" "github.com/jessevdk/go-flags" "github.com/tylerb/graceful"