You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 31, 2023. It is now read-only.
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/jaeger@v0.2.1/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/jaeger@v0.2.1/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/jaeger@v0.2.1/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?
When trying to update my go deps, I get the following:
I have to add the following to keep things happy, but I guess there was a breaking change in the v2.29 update?