-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dep: upgrade xerrors and other dependencies. (#393)
- Loading branch information
Showing
2 changed files
with
53 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
module github.com/libp2p/go-libp2p-kad-dht | ||
|
||
go 1.12 | ||
|
||
require ( | ||
github.com/gogo/protobuf v1.2.1 | ||
github.com/hashicorp/golang-lru v0.5.1 | ||
github.com/ipfs/go-cid v0.0.2 | ||
github.com/ipfs/go-datastore v0.0.5 | ||
github.com/gogo/protobuf v1.3.0 | ||
github.com/hashicorp/golang-lru v0.5.3 | ||
github.com/ipfs/go-cid v0.0.3 | ||
github.com/ipfs/go-datastore v0.1.0 | ||
github.com/ipfs/go-ipfs-util v0.0.1 | ||
github.com/ipfs/go-log v0.0.1 | ||
github.com/ipfs/go-todocounter v0.0.1 | ||
github.com/jbenet/goprocess v0.1.3 | ||
github.com/libp2p/go-libp2p v0.3.0 | ||
github.com/libp2p/go-libp2p-core v0.2.0 | ||
github.com/libp2p/go-libp2p-kbucket v0.2.0 | ||
github.com/libp2p/go-libp2p v0.3.1 | ||
github.com/libp2p/go-libp2p-core v0.2.2 | ||
github.com/libp2p/go-libp2p-kbucket v0.2.1 | ||
github.com/libp2p/go-libp2p-peerstore v0.1.3 | ||
github.com/libp2p/go-libp2p-record v0.1.1 | ||
github.com/libp2p/go-libp2p-routing v0.1.0 | ||
github.com/libp2p/go-libp2p-swarm v0.2.0 | ||
github.com/libp2p/go-libp2p-swarm v0.2.1 | ||
github.com/libp2p/go-libp2p-testing v0.1.0 | ||
github.com/libp2p/go-msgio v0.0.4 | ||
github.com/mr-tron/base58 v1.1.2 | ||
github.com/multiformats/go-multiaddr v0.0.4 | ||
github.com/multiformats/go-multiaddr-dns v0.0.2 | ||
github.com/multiformats/go-multiaddr-dns v0.0.3 | ||
github.com/multiformats/go-multistream v0.1.0 | ||
github.com/stretchr/testify v1.3.0 | ||
github.com/whyrusleeping/base32 v0.0.0-20170828182744-c30ac30633cc | ||
go.opencensus.io v0.21.0 | ||
golang.org/x/xerrors v0.0.0-20190513163551-3ee3066db522 | ||
go.opencensus.io v0.22.1 | ||
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 | ||
) | ||
|
||
go 1.12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters