Certified addresses (#98)

This commit is contained in:
Yusef Napora
2020-03-06 07:07:36 -05:00
committed by GitHub
parent f65b2b42ac
commit 59abcf549d
18 changed files with 1023 additions and 180 deletions

5
go.mod
View File

@@ -8,14 +8,15 @@ require (
github.com/ipfs/go-ds-leveldb v0.4.1
github.com/ipfs/go-log v1.0.2
github.com/libp2p/go-buffer-pool v0.0.2
github.com/libp2p/go-libp2p-core v0.3.0
github.com/libp2p/go-libp2p-core v0.4.0
github.com/multiformats/go-base32 v0.0.3
github.com/multiformats/go-multiaddr v0.2.0
github.com/multiformats/go-multiaddr v0.2.1
github.com/multiformats/go-multiaddr-fmt v0.1.0
github.com/multiformats/go-multiaddr-net v0.1.2
github.com/multiformats/go-multihash v0.0.13
github.com/pkg/errors v0.9.1
github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5 // indirect
)
go 1.13