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

Commit

Permalink
Merge pull request #521 from 0xProject/fix/go-flow-metrics-bug
Browse files Browse the repository at this point in the history
Use a bugfix in go-flow-metrics.
  • Loading branch information
albrow authored Nov 12, 2019
2 parents e83b451 + af02667 commit e000089
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
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"

0 comments on commit e000089

Please sign in to comment.