Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-bitswap
Commits
a9f6ad12
Unverified
Commit
a9f6ad12
authored
May 24, 2019
by
Hector Sanjuan
Committed by
GitHub
May 24, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #130 from ipfs/deps/libp2p-0.0.30
Update libp2p things
parents
1666d1c3
1e4dcec3
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
135 additions
and
68 deletions
+135
-68
go.mod
go.mod
+23
-14
go.sum
go.sum
+112
-54
No files found.
go.mod
View file @
a9f6ad12
module
github.com/ipfs/go-bitswap
require (
github.com/btcsuite/btcd
v0.0.0-20190
427004231-96897255fd17
// indirect
github.com/btcsuite/btcd
v0.0.0-20190
523000118-16327141da8c
// indirect
github.com/cskr/pubsub
v1.0.2
github.com/davecgh/go-spew
v1.1.1 // indirect
github.com/gogo/protobuf
v1.2.1
...
...
@@ -9,8 +9,8 @@ require (
github.com/google/uuid
v1.1.1
github.com/hashicorp/golang-lru
v0.5.1
github.com/ipfs/go-block-format
v0.0.2
github.com/ipfs/go-cid
v0.0.
1
github.com/ipfs/go-datastore
v0.0.
1
github.com/ipfs/go-cid
v0.0.
2
github.com/ipfs/go-datastore
v0.0.
5
github.com/ipfs/go-detect-race
v0.0.1
github.com/ipfs/go-ipfs-blockstore
v0.0.1
github.com/ipfs/go-ipfs-blocksutil
v0.0.1
...
...
@@ -21,24 +21,33 @@ require (
github.com/ipfs/go-log
v0.0.1
github.com/ipfs/go-metrics-interface
v0.0.1
github.com/ipfs/go-peertaskqueue
v0.0.4
github.com/jbenet/goprocess
v0.
0.0-20160826012719-b497e2f366b8
github.com/libp2p/go-libp2p
v0.0.
2
github.com/libp2p/go-libp2p-host
v0.0.
1
github.com/libp2p/go-libp2p-interface-connmgr
v0.0.
1
github.com/jbenet/goprocess
v0.
1.3
github.com/libp2p/go-libp2p
v0.0.
30
github.com/libp2p/go-libp2p-host
v0.0.
3
github.com/libp2p/go-libp2p-interface-connmgr
v0.0.
5
github.com/libp2p/go-libp2p-loggables
v0.0.1
github.com/libp2p/go-libp2p-net
v0.0.
1
github.com/libp2p/go-libp2p-net
v0.0.
2
github.com/libp2p/go-libp2p-netutil
v0.0.1
github.com/libp2p/go-libp2p-peer
v0.
1.1
github.com/libp2p/go-libp2p-peerstore
v0.
0.1
github.com/libp2p/go-libp2p-protocol
v0.
0.1
github.com/libp2p/go-libp2p-peer
v0.
2.0
github.com/libp2p/go-libp2p-peerstore
v0.
1.0
github.com/libp2p/go-libp2p-protocol
v0.
1.0
github.com/libp2p/go-libp2p-routing
v0.0.1
github.com/libp2p/go-libp2p-transport
v0.1.0 // indirect
github.com/libp2p/go-libp2p-yamux
v0.1.3 // indirect
github.com/libp2p/go-mplex
v0.0.4 // indirect
github.com/libp2p/go-stream-muxer
v0.1.0 // indirect
github.com/libp2p/go-testutil
v0.0.1
github.com/multiformats/go-multiaddr
v0.0.1
github.com/libp2p/go-yamux
v1.2.3 // indirect
github.com/mattn/go-colorable
v0.1.2 // indirect
github.com/minio/sha256-simd
v0.1.0 // indirect
github.com/multiformats/go-multiaddr
v0.0.4
github.com/multiformats/go-multistream
v0.1.0 // indirect
github.com/onsi/ginkgo
v1.8.0 // indirect
github.com/onsi/gomega
v1.5.0 // indirect
github.com/opentracing/opentracing-go
v1.1.0 // indirect
golang.org/x/crypto
v0.0.0-20190513172903-22d7a77e9e5f // indirect
golang.org/x/net
v0.0.0-201905221
35303-fa69b94a3b58
// indirect
golang.org/x/sys
v0.0.0-2019052
2044717-8097e1b27ff5
// indirect
golang.org/x/net
v0.0.0-201905221
55817-f3200d17e092
// indirect
golang.org/x/sys
v0.0.0-2019052
4122548-abf6ff778158
// indirect
golang.org/x/text
v0.3.2 // indirect
gopkg.in/yaml.v2
v2.2.2 // indirect
)
go.sum
View file @
a9f6ad12
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment