Skip to content

Commit

Permalink
[fix] change codahale/hdrhistogram dependency to HdrHistogram/hdrhist…
Browse files Browse the repository at this point in the history
…ogram (#82)

* [fix] updated hdrhistogram dependency to HdrHistogram org repo

Signed-off-by: filipecosta90 <filipecosta.90@gmail.com>

* Fix glide config

Signed-off-by: Yuri Shkuro <github@ysh.us>

Co-authored-by: Yuri Shkuro <github@ysh.us>
  • Loading branch information
filipecosta90 and yurishkuro authored Sep 24, 2020
1 parent a87ae9d commit 9adddbc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 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 glide.lock

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

3 changes: 2 additions & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package: github.com/uber/jaeger-lib
import:
- package: github.com/codahale/hdrhistogram
- package: github.com/HdrHistogram/hdrhistogram-go
version: '0.9.0'
- package: github.com/go-kit/kit
version: '~0.9'
subpackages:
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 9adddbc

Please sign in to comment.