Skip to content

Commit c4fc1f2

Browse files
authored
Upgrade jaeger-client 2.19 and jaeger-lib 2.2 and prom client 1.x (#1810)
* Upgrade jaeger-client 2.19 and jaeger-lib 2.2 and prom client 1.x Signed-off-by: Yuri Shkuro <ys@uber.com> * Add comment Signed-off-by: Yuri Shkuro <ys@uber.com>
1 parent 7d339ef commit c4fc1f2

File tree

2 files changed

+60
-59
lines changed

2 files changed

+60
-59
lines changed

Gopkg.lock

Lines changed: 54 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ required = [
5050
name = "github.com/bsm/sarama-cluster"
5151
version = "=2.1.13"
5252

53-
[[constraint]]
53+
# blackfriday has 2.x release that conflicts with spf13/cobra
54+
[[override]]
5455
name = "github.com/russross/blackfriday"
55-
version = "=1.5"
56-
56+
version = "^1"
5757

5858
[[constraint]]
5959
branch = "master"
@@ -77,7 +77,7 @@ required = [
7777

7878
[[constraint]]
7979
name = "github.com/prometheus/client_golang"
80-
version = "^0.8.0"
80+
version = "^1"
8181

8282
[[constraint]]
8383
name = "github.com/spf13/cobra"
@@ -97,11 +97,11 @@ required = [
9797

9898
[[constraint]]
9999
name = "github.com/uber/jaeger-client-go"
100-
version = "^2.18.0"
100+
version = "^2.19.0"
101101

102102
[[constraint]]
103103
name = "github.com/uber/jaeger-lib"
104-
version = "^2.0.0"
104+
version = "^2.2"
105105

106106
[[constraint]]
107107
name = "github.com/uber/tchannel-go"

0 commit comments

Comments
 (0)