Skip to content

Commit

Permalink
Merge pull request #255 from signalfx/revertjaegar
Browse files Browse the repository at this point in the history
Revert "Bump github.com/jaegertracing/jaeger from 1.38.0 to 1.47.0"
  • Loading branch information
mdubbyap authored Aug 14, 2023
2 parents 4ab4277 + c0b0bfb commit 3a717ab
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 38 deletions.
24 changes: 12 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
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.47.0
github.com/jaegertracing/jaeger v1.38.0
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
Expand All @@ -20,17 +20,17 @@ require (
github.com/signalfx/gomemcache v0.0.0-20180823214636-4f7ef64c72a9
github.com/signalfx/sapm-proto v0.12.0
github.com/smartystreets/goconvey v1.6.4
github.com/stretchr/testify v1.8.4
github.com/stretchr/testify v1.8.0
github.com/twmb/murmur3 v1.1.7
github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec
google.golang.org/grpc v1.56.1
google.golang.org/grpc v1.49.0
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
Expand All @@ -43,13 +43,13 @@ require (
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.24.0 // indirect
golang.org/x/net v0.12.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
google.golang.org/protobuf v1.31.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.23.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 3a717ab

Please sign in to comment.