chore(dep): update deps

* update go-libp2p-core and fix tests for new minimum key size. This slows down
the test but terribly.
* switch to go-multiaddr-fmt
* update the datastore
* update gogo/protobuf
This commit is contained in:
Steven Allen
2019-10-28 15:32:22 -07:00
parent f4c9af195c
commit 334bc6f886
6 changed files with 233 additions and 163 deletions

View File

@@ -4,8 +4,8 @@ import (
"bytes"
ma "github.com/multiformats/go-multiaddr"
mafmt "github.com/multiformats/go-multiaddr-fmt"
manet "github.com/multiformats/go-multiaddr-net"
mafmt "github.com/whyrusleeping/mafmt"
)
func isFDCostlyTransport(a ma.Multiaddr) bool {