@cryptotaxi247 / kubo / commits / dc4c76d9c

dep: drop leb.io/hashland

Instead, golang's keccak and spaolacci's murmur3 (both of which are maintained). License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>

Steven Allen committed Apr 26, 2019 at 15:58 UTC dc4c76d9cf1daaf85e9dd2ff3a81a4f117531ce9
2 files changed +3 -3
go.mod
+1 -1
@@ -101,7 +101,7 @@ require (
101 github.com/multiformats/go-multiaddr-dns v0.0.2
102 github.com/multiformats/go-multiaddr-net v0.0.1
103 github.com/multiformats/go-multibase v0.0.1
104 - github.com/multiformats/go-multihash v0.0.4
104 + github.com/multiformats/go-multihash v0.0.5
105 github.com/opentracing/opentracing-go v1.0.2
106 github.com/pkg/errors v0.8.1
107 github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829
go.sum
+2 -2
@@ -497,8 +497,8 @@ github.com/multiformats/go-multicodec v0.1.6 h1:4u6lcjbE4VVVoigU4QJSSVYsGVP4j2jt
497 github.com/multiformats/go-multicodec v0.1.6/go.mod h1:lliaRHbcG8q33yf4Ot9BGD7JqR/Za9HE7HTyVyKwrUQ=
498 github.com/multiformats/go-multihash v0.0.1 h1:HHwN1K12I+XllBCrqKnhX949Orn4oawPkegHMu2vDqQ=
499 github.com/multiformats/go-multihash v0.0.1/go.mod h1:w/5tugSrLEbWqlcgJabL3oHFKTwfvkofsjW2Qa1ct4U=
500 -github.com/multiformats/go-multihash v0.0.4 h1:mIsDQ/6VwqwuKfxIatkPp+LjZmXST0nK/lgWh6kqa2I=
501 -github.com/multiformats/go-multihash v0.0.4/go.mod h1:EclkDw8n352o02MxxD4042vHNVN28StLNZrBjpemMsY=
500 +github.com/multiformats/go-multihash v0.0.5 h1:1wxmCvTXAifAepIMyF39vZinRw5sbqjPs/UIi93+uik=
501 +github.com/multiformats/go-multihash v0.0.5/go.mod h1:lt/HCbqlQwlPBz7lv0sQCdtfcMtlJvakRUn/0Ual8po=
502 github.com/multiformats/go-multistream v0.0.1 h1:JV4VfSdY9n7ECTtY59/TlSyFCzRILvYx4T4Ws8ZgihU=
503 github.com/multiformats/go-multistream v0.0.1/go.mod h1:fJTiDfXJVmItycydCnNx4+wSzZ5NwG2FEVAI30fiovg=
504 github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=