Skip to content

Commit

Permalink
[FAB-12506] pick up data race fix in go-metrics
Browse files Browse the repository at this point in the history
Change-Id: I07dc118a2538fec1e6fb9068fc264c48d9bfc73b
Signed-off-by: Matthew Sykes <sykesmat@us.ibm.com>
  • Loading branch information
sykesm committed Oct 17, 2018
1 parent 916a59b commit 89132ff
Show file tree
Hide file tree
Showing 6 changed files with 92 additions and 83 deletions.
5 changes: 3 additions & 2 deletions Gopkg.lock

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

6 changes: 0 additions & 6 deletions Gopkg.toml
Expand Up @@ -21,12 +21,6 @@ noverify = [
name = "github.com/Shopify/sarama"
version = "1.19.0"

# Pinned in support of sarama as newer commits have data races
# https://github.com/rcrowley/go-metrics/issues/245
[[override]]
name = "github.com/rcrowley/go-metrics"
revision = "8732c616f52954686704c8645fe1a9d59e9df7c1"

[[constraint]]
name = "github.com/davecgh/go-spew"
version = "1.1.0"
Expand Down
46 changes: 33 additions & 13 deletions vendor/github.com/rcrowley/go-metrics/ewma.go

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

16 changes: 7 additions & 9 deletions vendor/github.com/rcrowley/go-metrics/gauge_float64.go

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

83 changes: 35 additions & 48 deletions vendor/github.com/rcrowley/go-metrics/meter.go

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

19 changes: 14 additions & 5 deletions vendor/github.com/rcrowley/go-metrics/registry.go

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

0 comments on commit 89132ff

Please sign in to comment.