-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
- Loading branch information
Showing
5 changed files
with
439 additions
and
181 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,22 +1,23 @@ | ||
module berty.tech/go-ipfs-log | ||
|
||
go 1.15 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/btcsuite/btcd v0.21.0-beta | ||
github.com/btcsuite/btcd v0.22.0-beta | ||
github.com/hashicorp/golang-lru v0.5.4 | ||
github.com/ipfs/go-cid v0.0.7 | ||
github.com/ipfs/go-datastore v0.4.5 | ||
github.com/ipfs/go-ipfs v0.9.1 | ||
github.com/ipfs/go-ipld-cbor v0.0.5 | ||
github.com/ipfs/go-cid v0.1.0 | ||
github.com/ipfs/go-datastore v0.5.1 | ||
github.com/ipfs/go-ipfs v0.11.0 | ||
github.com/ipfs/go-ipld-cbor v0.0.6 | ||
github.com/ipfs/go-ipld-format v0.2.0 | ||
github.com/ipfs/go-merkledag v0.3.2 | ||
github.com/ipfs/interface-go-ipfs-core v0.4.0 | ||
github.com/libp2p/go-libp2p v0.14.3 | ||
github.com/libp2p/go-libp2p-core v0.8.5 | ||
github.com/ipfs/go-merkledag v0.5.1 | ||
github.com/ipfs/interface-go-ipfs-core v0.5.2 | ||
github.com/libp2p/go-libp2p v0.17.0 | ||
github.com/libp2p/go-libp2p-core v0.13.0 | ||
github.com/multiformats/go-multibase v0.0.3 | ||
github.com/polydawn/refmt v0.0.0-20201211092308-30ac6d18308e | ||
github.com/smartystreets/goconvey v1.7.2 // indirect | ||
github.com/stretchr/testify v1.7.0 | ||
go.uber.org/goleak v1.1.10 | ||
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf | ||
go.uber.org/goleak v1.1.11 | ||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 | ||
) |
Oops, something went wrong.