Skip to content

Commit

Permalink
[fix] updated hdrhistogram dependency to HdrHistogram org repo
Browse files Browse the repository at this point in the history
Signed-off-by: filipecosta90 <[email protected]>
  • Loading branch information
filipecosta90 committed Sep 23, 2020
1 parent a87ae9d commit 6cfe6e3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Gopkg.lock

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

4 changes: 2 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
version = "0.9.0"

[[constraint]]
name = "github.com/codahale/hdrhistogram"
branch = "master"
name = "github.com/HdrHistogram/hdrhistogram-go"
version = "0.9.0"

[[constraint]]
name = "github.com/uber-go/tally"
Expand Down
2 changes: 1 addition & 1 deletion metrics/metricstest/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"sync/atomic"
"time"

"github.com/codahale/hdrhistogram"
"github.com/HdrHistogram/hdrhistogram-go"
"github.com/uber/jaeger-lib/metrics"
)

Expand Down

0 comments on commit 6cfe6e3

Please sign in to comment.