From: Sergey Matveev Date: Mon, 9 Jan 2017 18:01:42 +0000 (+0300) Subject: Use an updated noise with fewer dependencies X-Git-Tag: 0.1~9 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ebfa108612a736a67dbb3d647c2fabd69c61de7b;p=nncp.git Use an updated noise with fewer dependencies --- 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