Skip to content

Commit

Permalink
Upgrade jaeger-client 2.19 and jaeger-lib 2.2 and prom client 1.x (#1810
Browse files Browse the repository at this point in the history
)

* 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>
  • Loading branch information
yurishkuro authored Sep 24, 2019
1 parent 7d339ef commit c4fc1f2
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 59 deletions.
107 changes: 54 additions & 53 deletions Gopkg.lock

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

12 changes: 6 additions & 6 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ required = [
name = "github.com/bsm/sarama-cluster"
version = "=2.1.13"

[[constraint]]
# blackfriday has 2.x release that conflicts with spf13/cobra
[[override]]
name = "github.com/russross/blackfriday"
version = "=1.5"

version = "^1"

[[constraint]]
branch = "master"
Expand All @@ -77,7 +77,7 @@ required = [

[[constraint]]
name = "github.com/prometheus/client_golang"
version = "^0.8.0"
version = "^1"

[[constraint]]
name = "github.com/spf13/cobra"
Expand All @@ -97,11 +97,11 @@ required = [

[[constraint]]
name = "github.com/uber/jaeger-client-go"
version = "^2.18.0"
version = "^2.19.0"

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

[[constraint]]
name = "github.com/uber/tchannel-go"
Expand Down

0 comments on commit c4fc1f2

Please sign in to comment.