This repository has been archived by the owner on May 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
chore: update deps #239
Merged
Merged
chore: update deps #239
Changes from all commits
Commits
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,18 +5,17 @@ go 1.16 | |
require ( | ||
github.com/golang/mock v1.6.0 | ||
github.com/ipfs/go-log v1.0.4 | ||
github.com/klauspost/compress v1.11.7 | ||
github.com/klauspost/compress v1.13.6 | ||
github.com/libp2p/go-libp2p-core v0.10.0 | ||
github.com/libp2p/go-libp2p-tls v0.3.0 | ||
github.com/libp2p/go-netroute v0.1.3 | ||
github.com/libp2p/go-netroute v0.1.6 | ||
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. present in go-libp2p master |
||
github.com/lucas-clemente/quic-go v0.24.0 | ||
github.com/minio/sha256-simd v0.1.1 | ||
github.com/multiformats/go-multiaddr v0.3.1 | ||
github.com/minio/sha256-simd v1.0.0 | ||
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. Present in go-libp2p master via github.com/multiformats/[email protected] |
||
github.com/multiformats/go-multiaddr v0.4.0 | ||
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. present in go-libp2p master |
||
github.com/multiformats/go-multiaddr-fmt v0.1.0 | ||
github.com/onsi/ginkgo v1.16.4 | ||
github.com/onsi/gomega v1.13.0 | ||
github.com/prometheus/client_golang v1.9.0 | ||
github.com/prometheus/client_golang v1.11.0 | ||
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. present in go-libp2p master via github.com/prometheus/[email protected] |
||
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | ||
golang.org/x/sys v0.0.0-20210511113859-b0526f3d8744 // indirect | ||
) |
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.
The thing that go me looking at this repo for bumping dependencies.
This repo has a dependency on https://github.com/cespare/xxhash/ (via vendoring) which has an issue with Go 1.17 that's been fixed cespare/xxhash#54.