From 0c1962bc188a553f95c2961922cec3fa937eeb98 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 8 Dec 2016 22:52:02 +0300 Subject: [PATCH] YAML library path changed: fix makedist.sh --- utils/makedist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/makedist.sh b/utils/makedist.sh index f9758ad..6e23d47 100755 --- a/utils/makedist.sh +++ b/utils/makedist.sh @@ -10,7 +10,7 @@ repos=" src/cypherpunks.ru/balloon src/github.com/agl/ed25519 src/github.com/bigeagle/water - src/github.com/go-yaml/yaml + src/gopkg.in/yaml.v2 src/golang.org/x/crypto " for repo in $repos; do -- 2.44.0