telemetry icon indicating copy to clipboard operation
telemetry copied to clipboard

Remove reference to theckman/godspeed

Open xzyfer opened this issue 4 years ago • 3 comments

Augment https://github.com/99designs/telemetry/pull/11

xzyfer avatar Oct 25 '21 04:10 xzyfer

Can't seem to coax out the github.com/theckman/godspeed v1.1.0 // indirect

xzyfer avatar Oct 25 '21 04:10 xzyfer

@xzyfer github.com/theckman/godspeed-og still references it

$ go mod why github.com/theckman/godspeed
# github.com/theckman/godspeed
github.com/99designs/telemetry/sink/datadog
github.com/theckman/godspeed-og
github.com/theckman/godspeed-og.test
github.com/theckman/godspeed

mtibben avatar Oct 25 '21 22:10 mtibben

Cool. Then this go.mod is the expected outcome.

xzyfer avatar Oct 26 '21 00:10 xzyfer