From 0a75342d34948296c7745c425e9c6ada6385d49a Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Fri, 21 Jul 2017 14:31:12 +0100 Subject: corrected dependency --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f89c955..5d24c9a 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ all: scorshd deps: go get 'github.com/fsnotify/fsnotify' go get 'github.com/libgit2/git2go' - go get 'github.com/go-yaml/yaml' + go get 'gopkg.in/yaml.v2' go get 'golang.org/x/crypto/openpgp' scorshd: $(SERVER_SOURCES) -- cgit v1.2.3