From a2f70ecfb6cbd90d3065b91e05e18bd631b59c89 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 7 Oct 2017 12:46:55 +0300 Subject: [PATCH] Update upstream dependencies --- .gitmodules | 3 --- doc/download.texi | 1 - makedist.sh | 1 - src/github.com/dustin/go-humanize | 2 +- src/github.com/flynn/noise | 2 +- src/github.com/minio/blake2b-simd | 1 - src/golang.org/x/crypto | 2 +- src/golang.org/x/net | 2 +- src/golang.org/x/sys | 2 +- 9 files changed, 5 insertions(+), 11 deletions(-) delete mode 160000 src/github.com/minio/blake2b-simd diff --git a/.gitmodules b/.gitmodules index ae68d8e..fb795d9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,9 +7,6 @@ [submodule "src/github.com/flynn/noise"] path = src/github.com/flynn/noise url = https://github.com/flynn/noise.git -[submodule "src/github.com/minio/blake2b-simd"] - path = src/github.com/minio/blake2b-simd - url = https://github.com/minio/blake2b-simd.git [submodule "src/gopkg.in/check.v1"] path = src/gopkg.in/check.v1 url = https://github.com/go-check/check.git diff --git a/doc/download.texi b/doc/download.texi index 89a660d..e325722 100644 --- a/doc/download.texi +++ b/doc/download.texi @@ -15,7 +15,6 @@ Tarballs include all necessary required libraries: @item @code{github.com/go-check/check} @tab BSD 2-Clause @item @code{github.com/go-yaml/yaml} @tab Apache License 2.0 and MIT @item @code{github.com/gorhill/cronexpr} @tab GNU GPLv3 -@item @code{github.com/minio/blake2b-simd} @tab Apache License 2.0 @item @code{golang.org/x/crypto} @tab BSD 3-Clause @item @code{golang.org/x/net} @tab BSD 3-Clause @item @code{golang.org/x/sys} @tab BSD 3-Clause diff --git a/makedist.sh b/makedist.sh index 369ef7c..fafb226 100755 --- a/makedist.sh +++ b/makedist.sh @@ -10,7 +10,6 @@ repos=" src/github.com/davecgh/go-xdr src/github.com/dustin/go-humanize src/github.com/flynn/noise - src/github.com/minio/blake2b-simd src/golang.org/x/crypto src/golang.org/x/net src/golang.org/x/sys diff --git a/src/github.com/dustin/go-humanize b/src/github.com/dustin/go-humanize index 259d2a1..79e699c 160000 --- a/src/github.com/dustin/go-humanize +++ b/src/github.com/dustin/go-humanize @@ -1 +1 @@ -Subproject commit 259d2a102b871d17f30e3cd9881a642961a1e486 +Subproject commit 79e699ccd02f240a1f1fbbdcee7e64c1c12e41aa diff --git a/src/github.com/flynn/noise b/src/github.com/flynn/noise index 01cefa3..fc3a9f3 160000 --- a/src/github.com/flynn/noise +++ b/src/github.com/flynn/noise @@ -1 +1 @@ -Subproject commit 01cefa3e208b7260892d831b38b44bdbfd0f9f26 +Subproject commit fc3a9f3b3c4fba0af38ac409e8867672499d26e4 diff --git a/src/github.com/minio/blake2b-simd b/src/github.com/minio/blake2b-simd deleted file mode 160000 index 3f5f724..0000000 --- a/src/github.com/minio/blake2b-simd +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3f5f724cb5b182a5c278d6d3d55b40e7f8c2efb4 diff --git a/src/golang.org/x/crypto b/src/golang.org/x/crypto index eb71ad9..9419663 160000 --- a/src/golang.org/x/crypto +++ b/src/golang.org/x/crypto @@ -1 +1 @@ -Subproject commit eb71ad9bd329b5ac0fd0148dd99bd62e8be8e035 +Subproject commit 9419663f5a44be8b34ca85f08abc5fe1be11f8a3 diff --git a/src/golang.org/x/net b/src/golang.org/x/net index 1c05540..a04bdac 160000 --- a/src/golang.org/x/net +++ b/src/golang.org/x/net @@ -1 +1 @@ -Subproject commit 1c05540f6879653db88113bc4a2b70aec4bd491f +Subproject commit a04bdaca5b32abe1c069418fb7088ae607de5bd0 diff --git a/src/golang.org/x/sys b/src/golang.org/x/sys index 43e60d7..ebfc5b4 160000 --- a/src/golang.org/x/sys +++ b/src/golang.org/x/sys @@ -1 +1 @@ -Subproject commit 43e60d72a8e2bd92ee98319ba9a384a0e9837c08 +Subproject commit ebfc5b4631820b793c9010c87fd8fef0f39eb082 -- 2.44.0