-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f4d253
commit 60f2776
Showing
3 changed files
with
101 additions
and
148 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,23 +1,35 @@ | ||
module github.com/textileio/grpc-ipfs-lite | ||
|
||
go 1.13 | ||
go 1.14 | ||
|
||
require ( | ||
github.com/dgraph-io/badger v1.6.0 | ||
github.com/golang/protobuf v1.3.2 | ||
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect | ||
github.com/dgraph-io/badger v1.6.1 | ||
github.com/golang/protobuf v1.3.5 | ||
// upgrade c | ||
github.com/hsanjuan/ipfs-lite v0.1.8 | ||
github.com/ipfs/go-block-format v0.0.2 | ||
github.com/ipfs/go-cid v0.0.4 | ||
github.com/ipfs/go-datastore v0.3.1 | ||
github.com/ipfs/go-ds-badger v0.2.0 | ||
github.com/ipfs/go-ipld-cbor v0.0.3 | ||
github.com/ipfs/go-ipld-format v0.0.2 | ||
github.com/ipfs/go-log v0.0.1 | ||
github.com/ipfs/go-cid v0.0.5 | ||
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-ipld-format v0.2.0 | ||
github.com/ipfs/go-log v1.0.3 // indirect | ||
github.com/ipfs/go-log/v2 v2.0.4 | ||
github.com/ipfs/go-merkledag v0.3.1 | ||
github.com/libp2p/go-libp2p-core v0.2.3 | ||
github.com/libp2p/go-libp2p-core v0.3.0 | ||
github.com/libp2p/go-libp2p-kad-dht v0.2.1 | ||
github.com/multiformats/go-multiaddr v0.2.0 | ||
github.com/multiformats/go-multihash v0.0.10 | ||
golang.org/x/mobile v0.0.0-20191210151939-1a1fef82734d // indirect | ||
github.com/mailru/easyjson v0.7.1 // indirect | ||
github.com/multiformats/go-multiaddr v0.2.1 | ||
github.com/multiformats/go-multibase v0.0.2 // indirect | ||
github.com/multiformats/go-multihash v0.0.13 | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/polydawn/refmt v0.0.0-20190807091052-3d65705ee9f1 // indirect | ||
github.com/whyrusleeping/cbor-gen v0.0.0-20200402171437-3d27c146c105 // indirect | ||
go.uber.org/zap v1.14.1 // indirect | ||
golang.org/x/crypto v0.0.0-20200406173513-056763e48d71 // indirect | ||
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect | ||
golang.org/x/sys v0.0.0-20200408040146-ea54a3c99b9b // indirect | ||
golang.org/x/tools v0.0.0-20200408132156-9ee5ef7a2c0d // indirect | ||
google.golang.org/grpc v1.26.0 | ||
) |
Oops, something went wrong.