From ebfa108612a736a67dbb3d647c2fabd69c61de7b Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 9 Jan 2017 21:01:42 +0300 Subject: [PATCH] Use an updated noise with fewer dependencies --- .gitmodules | 6 ------ src/github.com/devi/blake2 | 1 - src/github.com/devi/chap | 1 - src/github.com/flynn/noise | 2 +- 4 files changed, 1 insertion(+), 9 deletions(-) delete mode 160000 src/github.com/devi/blake2 delete mode 160000 src/github.com/devi/chap diff --git a/.gitmodules b/.gitmodules index bfa3d31..8211506 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [submodule "src/github.com/davecgh/go-xdr"] path = src/github.com/davecgh/go-xdr url = https://github.com/davecgh/go-xdr.git -[submodule "src/github.com/devi/blake2"] - path = src/github.com/devi/blake2 - url = https://github.com/devi/blake2.git [submodule "src/github.com/dustin/go-humanize"] path = src/github.com/dustin/go-humanize url = https://github.com/dustin/go-humanize.git @@ -30,6 +27,3 @@ [submodule "src/golang.org/x/net"] path = src/golang.org/x/net url = https://go.googlesource.com/net -[submodule "src/github.com/devi/chap"] - path = src/github.com/devi/chap - url = https://github.com/devi/chap.git diff --git a/src/github.com/devi/blake2 b/src/github.com/devi/blake2 deleted file mode 160000 index 8470047..0000000 --- a/src/github.com/devi/blake2 +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8470047b978ec419f8551faea5bd64d89bfed6cc diff --git a/src/github.com/devi/chap b/src/github.com/devi/chap deleted file mode 160000 index 3d48f07..0000000 --- a/src/github.com/devi/chap +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3d48f07b8862a3450870ec7793ecf5b02bff6790 diff --git a/src/github.com/flynn/noise b/src/github.com/flynn/noise index c01f33c..6902797 160000 --- a/src/github.com/flynn/noise +++ b/src/github.com/flynn/noise @@ -1 +1 @@ -Subproject commit c01f33c4187eed59e3e3a75ca1000e2b3501d28a +Subproject commit 690279792740403a8121e99d37c8f28f2e6edeb3 -- 2.44.0