Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Use a bugfix in go-flow-metrics. #521

Merged
merged 1 commit into from
Nov 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
[[override]]
name = "github.com/gballet/go-libpcsclite"
revision = "2fd9b619dd3c5d74acbd975f997a6441984d74a7"
[metadata]
[override.metadata]
note = "go-ethereum depends on this package and they made a breaking API change"

[[constraint]]
Expand Down Expand Up @@ -141,3 +141,9 @@
[[constraint]]
branch = "master"
name = "github.com/benbjohnson/clock"

[[override]]
name = "github.com/libp2p/go-flow-metrics"
revision = "45424fab0a7cfaae9c5bdda0e590ee844c12b904"
[override.metadata]
note = "Fixes an issue with libp2p BandwidthCounter. See https://github.com/libp2p/go-libp2p-core/issues/65"