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
42044634
Commit
42044634
authored
Dec 05, 2019
by
Steven Allen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(dep): update and fixup
parent
dcbe1f29
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
48 additions
and
56 deletions
+48
-56
go.mod
go.mod
+4
-12
go.sum
go.sum
+44
-44
No files found.
go.mod
View file @
42044634
module
github.com/ipfs/go-bitswap
require (
github.com/btcsuite/btcd
v0.0.0-20190605094302-a0d1e3e36d50 // indirect
github.com/cskr/pubsub
v1.0.2
github.com/davecgh/go-spew
v1.1.1 // indirect
github.com/gogo/protobuf
v1.3.1
github.com/golang/protobuf
v1.3.1 // indirect
github.com/google/uuid
v1.1.1
github.com/ipfs/go-block-format
v0.0.2
github.com/ipfs/go-cid
v0.0.3
...
...
@@ -22,20 +19,15 @@ require (
github.com/ipfs/go-peertaskqueue
v0.1.1
github.com/jbenet/goprocess
v0.1.3
github.com/libp2p/go-buffer-pool
v0.0.2
github.com/libp2p/go-libp2p
v0.4.
0
github.com/libp2p/go-libp2p-core
v0.
0.3
github.com/libp2p/go-libp2p
v0.4.
2
github.com/libp2p/go-libp2p-core
v0.
2.5
github.com/libp2p/go-libp2p-loggables
v0.1.0
github.com/libp2p/go-libp2p-netutil
v0.1.0
github.com/libp2p/go-libp2p-testing
v0.
0.4
github.com/libp2p/go-libp2p-testing
v0.
1.0
github.com/libp2p/go-msgio
v0.0.4
github.com/mattn/go-colorable
v0.1.2 // indirect
github.com/multiformats/go-multiaddr
v0.
0.4
github.com/multiformats/go-multiaddr
v0.
1.2
github.com/opentracing/opentracing-go
v1.1.0 // indirect
golang.org/x/crypto
v0.0.0-20190611184440-5c40567a22f8 // indirect
golang.org/x/net
v0.0.0-20190611141213-3f473d35a33a // indirect
golang.org/x/sys
v0.0.0-20190610200419-93c9922d18ae // indirect
golang.org/x/text
v0.3.2 // indirect
gopkg.in/yaml.v2
v2.2.2 // indirect
)
go 1.12
go.sum
View file @
42044634
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