This repository was archived by the owner on Jul 31, 2023. It is now read-only.
This repository was archived by the owner on Jul 31, 2023. It is now read-only.
Cannot update to latest jaeger client #19
Open
Description
When trying to update my go deps, I get the following:
# contrib.go.opencensus.io/exporter/jaeger
/go/pkg/mod/contrib.go.opencensus.io/exporter/[email protected]/agent.go:76:10: a.client.SeqId undefined (type *agent.AgentClient has no field or method SeqId)
/go/pkg/mod/contrib.go.opencensus.io/exporter/[email protected]/agent.go:77:30: not enough arguments in call to a.client.EmitBatch
have (*jaeger.Batch)
want (context.Context, *jaeger.Batch)
/go/pkg/mod/contrib.go.opencensus.io/exporter/[email protected]/jaeger.go:361:21: not enough arguments in call to obj.Write
have (*thrift.TBinaryProtocol)
want (context.Context, thrift.TProtocol)
I have to add the following to keep things happy, but I guess there was a breaking change in the v2.29 update?
replace github.com/uber/jaeger-client-go v2.29.1+incompatible => github.com/uber/jaeger-client-go v2.28.0+incompatible