-
Notifications
You must be signed in to change notification settings - Fork 177
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
upgrading libp2p to version v0.14.1 #782
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
885826a
upgrading libp2p to version v0.14.1
vishalchangrani 14e6c22
Merge branch 'master' into vishal/libp2p_upgrade_to_v0141
vishalchangrani ade7e7d
building with golang version v1.16; fixing lint issues
vishalchangrani 1cda294
running go mod tidy
vishalchangrani 8e81a55
Merge branch 'master' into vishal/libp2p_upgrade_to_v0141
vishalchangrani b655b58
Merge branch 'master' into vishal/libp2p_upgrade_to_v0141
vishalchangrani File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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 |
---|---|---|
|
@@ -6,18 +6,18 @@ require ( | |
cloud.google.com/go/storage v1.10.0 | ||
github.com/HdrHistogram/hdrhistogram-go v0.9.0 // indirect | ||
github.com/bsipos/thist v1.0.0 | ||
github.com/btcsuite/btcd v0.20.1-beta | ||
github.com/btcsuite/btcd v0.21.0-beta | ||
github.com/codahale/hdrhistogram v0.9.0 // indirect | ||
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect | ||
github.com/dgraph-io/badger/v2 v2.0.3 | ||
github.com/ef-ds/deque v1.0.4 | ||
github.com/ethereum/go-ethereum v1.9.13 | ||
github.com/fxamacker/cbor/v2 v2.2.1-0.20210510192846-c3f3c69e7bc8 | ||
github.com/gogo/protobuf v1.3.1 | ||
github.com/golang/mock v1.4.4 | ||
github.com/golang/protobuf v1.4.2 | ||
github.com/google/go-cmp v0.5.2 | ||
github.com/google/uuid v1.1.1 | ||
github.com/gogo/protobuf v1.3.2 | ||
github.com/golang/mock v1.5.0 | ||
github.com/golang/protobuf v1.5.2 | ||
github.com/google/go-cmp v0.5.5 | ||
github.com/google/uuid v1.1.2 | ||
github.com/grpc-ecosystem/go-grpc-middleware/providers/zerolog/v2 v2.0.0-rc.2 | ||
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0-20200501113911-9a95f0fdbfea | ||
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 | ||
|
@@ -27,14 +27,15 @@ require ( | |
github.com/ipfs/go-log v1.0.4 | ||
github.com/jrick/bitset v1.0.0 | ||
github.com/libp2p/go-addr-util v0.0.2 | ||
github.com/libp2p/go-libp2p v0.13.0 | ||
github.com/libp2p/go-libp2p-core v0.8.0 | ||
github.com/libp2p/go-libp2p v0.14.1 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. the crux of the change - go-libp2p |
||
github.com/libp2p/go-libp2p-core v0.8.5 | ||
github.com/libp2p/go-libp2p-discovery v0.5.0 | ||
github.com/libp2p/go-libp2p-pubsub v0.4.1 | ||
github.com/libp2p/go-libp2p-swarm v0.4.0 | ||
github.com/libp2p/go-libp2p-transport-upgrader v0.4.0 | ||
github.com/libp2p/go-libp2p-swarm v0.5.0 | ||
github.com/libp2p/go-libp2p-transport-upgrader v0.4.2 | ||
github.com/libp2p/go-tcp-transport v0.2.1 | ||
github.com/m4ksio/wal v1.0.0 | ||
github.com/marten-seemann/qtls-go1-15 v0.1.4 // indirect | ||
github.com/multiformats/go-multiaddr v0.3.1 | ||
github.com/onflow/cadence v0.16.1 | ||
github.com/onflow/flow-core-contracts/lib/go/contracts v0.7.3-0.20210527134022-58c25247091a | ||
|
@@ -54,18 +55,17 @@ require ( | |
github.com/uber/jaeger-lib v2.3.0+incompatible // indirect | ||
github.com/vmihailenco/msgpack v4.0.4+incompatible | ||
github.com/vmihailenco/msgpack/v4 v4.3.11 | ||
go.uber.org/atomic v1.6.0 | ||
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 | ||
go.uber.org/atomic v1.7.0 | ||
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a | ||
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 | ||
golang.org/x/sys v0.0.0-20210603125802-9665404d3644 // indirect | ||
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 | ||
google.golang.org/api v0.31.0 | ||
google.golang.org/grpc v1.31.1 | ||
google.golang.org/grpc v1.33.2 | ||
google.golang.org/protobuf v1.26.0 | ||
gotest.tools v2.2.0+incompatible | ||
) | ||
|
||
replace mellium.im/sasl => github.com/mellium/sasl v0.2.1 | ||
|
||
// temp fix for MacOS build. See comment https://github.com/ory/dockertest/issues/208#issuecomment-686820414 | ||
replace golang.org/x/sys => golang.org/x/sys v0.0.0-20200826173525-f9321e4c35a6 | ||
|
||
replace github.com/onflow/flow-go/crypto => ./crypto |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deprecated