Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/hsanjuan/ipfs-lite from 1.1.14 to 1.1.19 #156

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 13 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,21 @@ module github.com/textileio/grpc-ipfs-lite
go 1.14

require (
github.com/dgraph-io/badger v1.6.1
github.com/dgraph-io/badger v1.6.2
github.com/golang/protobuf v1.4.2
github.com/hsanjuan/ipfs-lite v1.1.14
github.com/hsanjuan/ipfs-lite v1.1.19
github.com/ipfs/go-block-format v0.0.2
github.com/ipfs/go-cid v0.0.6
github.com/ipfs/go-datastore v0.4.4
github.com/ipfs/go-ds-badger v0.2.4
github.com/ipfs/go-ipld-cbor v0.0.4
github.com/ipfs/go-cid v0.0.7
github.com/ipfs/go-datastore v0.4.5
github.com/ipfs/go-ds-badger v0.2.6
github.com/ipfs/go-ipld-cbor v0.0.5
github.com/ipfs/go-ipld-format v0.2.0
github.com/ipfs/go-log/v2 v2.1.1
github.com/ipfs/go-log/v2 v2.1.3
github.com/ipfs/go-merkledag v0.3.2
github.com/libp2p/go-libp2p-core v0.5.7
github.com/libp2p/go-libp2p-kad-dht v0.8.2
github.com/multiformats/go-multiaddr v0.2.2
github.com/multiformats/go-multihash v0.0.13
google.golang.org/grpc v1.29.1
github.com/libp2p/go-libp2p-core v0.8.5
github.com/libp2p/go-libp2p-kad-dht v0.11.1
github.com/multiformats/go-multiaddr v0.3.1
github.com/multiformats/go-multihash v0.0.15
github.com/wangjia184/sortedset v0.0.0-20160527075905-f5d03557ba30 // indirect
google.golang.org/grpc v1.31.1
)
Loading