Skip to content

Commit

Permalink
Upgrade to jaeger-lib@2.3.0 to fix broken codahale/hdrhistogram depen…
Browse files Browse the repository at this point in the history
…dency (#537)

* Upgrade jaeger-lib to v2.3.0 to fix broken codahale dependency

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

* typo

Signed-off-by: Yuri Shkuro <github@ysh.us>
  • Loading branch information
yurishkuro committed Sep 24, 2020
1 parent b1fe7fe commit 1b4c99e
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 132 deletions.
219 changes: 91 additions & 128 deletions Gopkg.lock

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

2 changes: 1 addition & 1 deletion Gopkg.toml
Expand Up @@ -20,7 +20,7 @@

[[constraint]]
name = "github.com/uber/jaeger-lib"
version = "^2.2"
version = "^2.3"

[[constraint]]
name = "go.uber.org/zap"
Expand Down
4 changes: 2 additions & 2 deletions glide.lock

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

2 changes: 1 addition & 1 deletion glide.yaml
Expand Up @@ -7,7 +7,7 @@ import:
- log
- package: github.com/crossdock/crossdock-go
- package: github.com/uber/jaeger-lib
version: ^2.0.0
version: ^2.3.0
subpackages:
- metrics
- package: github.com/pkg/errors
Expand Down

0 comments on commit 1b4c99e

Please sign in to comment.