From a070387b5be893ba8029dc852d9e6a8daa283c65 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Sun, 15 Oct 2017 21:58:41 +0200 Subject: Host primarily on GitHub go get doesn't work for my own server due to ssl certificates not being accepted :( --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/config.go b/config/config.go index b643477..fdf004d 100644 --- a/config/config.go +++ b/config/config.go @@ -31,11 +31,11 @@ package config import ( - "code.laria.me/petrific/gpg" "errors" "fmt" "github.com/BurntSushi/toml" "github.com/adrg/xdg" + "github.com/silvasur/petrific/gpg" "os" "os/user" "strings" -- cgit v1.2.3-54-g00ecf