Skip to content

Commit

Permalink
Merge pull request #236 from bogdandrutu/upgradejaeger
Browse files Browse the repository at this point in the history
Upgrade jaeger dependency, unblock collector contrib upgrades
  • Loading branch information
mdubbyap authored Sep 20, 2022
2 parents 457843c + fb1fa6e commit 277453c
Show file tree
Hide file tree
Showing 2 changed files with 506 additions and 299 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@ require (
github.com/dropbox/godropbox v0.0.0-20180512210157-31879d3884b9
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/stackerr v0.0.0-20150612192056-c2fcf88613f4
github.com/go-kit/kit v0.10.0
github.com/go-logfmt/logfmt v0.5.0
github.com/go-kit/kit v0.12.0
github.com/go-logfmt/logfmt v0.5.1
github.com/go-stack/stack v1.8.1
github.com/gogo/protobuf v1.3.2
github.com/jaegertracing/jaeger v1.26.0
github.com/jaegertracing/jaeger v1.38.0
github.com/juju/errors v0.0.0-20181012004132-a4583d0a56ea
github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8 // indirect
github.com/juju/testing v0.0.0-20191001232224-ce9dec17d28b // indirect
github.com/mailru/easyjson v0.7.7
github.com/opentracing/opentracing-go v1.2.0
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da
github.com/shirou/gopsutil/v3 v3.21.9
github.com/shirou/gopsutil/v3 v3.22.6
github.com/signalfx/com_signalfx_metrics_protobuf v0.0.3
github.com/signalfx/gohistogram v0.0.0-20160107210732-1ccfd2ff5083
github.com/signalfx/gomemcache v0.0.0-20180823214636-4f7ef64c72a9
github.com/signalfx/sapm-proto v0.7.2
github.com/smartystreets/goconvey v1.6.4
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.8.0
github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec
google.golang.org/grpc v1.40.0
google.golang.org/grpc v1.48.0
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
)
Loading

0 comments on commit 277453c

Please sign in to comment.