-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #81 from glouvigny/glouvigny/bump-ipfslog-v1.5.0
- Loading branch information
Showing
9 changed files
with
458 additions
and
168 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
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
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,27 +1,26 @@ | ||
module berty.tech/go-orbit-db | ||
|
||
go 1.15 | ||
go 1.16 | ||
|
||
require ( | ||
berty.tech/go-ipfs-log v1.4.1 | ||
github.com/davidlazar/go-crypto v0.0.0-20190912175916-7055855a373f // indirect | ||
berty.tech/go-ipfs-log v1.5.0 | ||
github.com/golang-collections/go-datastructures v0.0.0-20150211160725-59788d5eb259 | ||
github.com/golang/snappy v0.0.1 // indirect | ||
github.com/ipfs/go-cid v0.0.7 | ||
github.com/ipfs/go-datastore v0.4.5 | ||
github.com/ipfs/go-ds-leveldb v0.4.2 | ||
github.com/ipfs/go-ipfs v0.8.0 | ||
github.com/ipfs/go-ipfs v0.9.1 | ||
github.com/ipfs/go-ipfs-files v0.0.8 | ||
github.com/ipfs/go-ipld-cbor v0.0.5 | ||
github.com/ipfs/interface-go-ipfs-core v0.4.0 | ||
github.com/libp2p/go-libp2p v0.13.0 | ||
github.com/libp2p/go-libp2p v0.14.3 | ||
github.com/libp2p/go-libp2p-core v0.8.5 | ||
github.com/libp2p/go-libp2p-pubsub v0.4.1 | ||
github.com/libp2p/go-sockaddr v0.1.0 // indirect | ||
github.com/libp2p/go-libp2p-pubsub v0.4.2 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/polydawn/refmt v0.0.0-20201211092308-30ac6d18308e | ||
github.com/stretchr/testify v1.7.0 | ||
go.opentelemetry.io/otel v0.8.0 | ||
go.opentelemetry.io/otel v0.20.0 | ||
go.opentelemetry.io/otel/trace v0.20.0 | ||
go.uber.org/goleak v1.1.10 | ||
go.uber.org/zap v1.16.0 | ||
) |
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
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
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
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
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