coinbase / mongobetween

Apache License 2.0
107 stars 45 forks source link

type *statsd.Client has no field or method Tags #44

Closed mwillbanks closed 2 years ago

mwillbanks commented 2 years ago
go install github.com/coinbase/mongobetween
# github.com/coinbase/mongobetween/util
go/src/github.com/coinbase/mongobetween/util/statsd.go:10:22: client.Tags undefined (type *statsd.Client has no field or method Tags)

Appears to be an issue from v4 -> v5 with statsd from datadog, most of these things are now lowercased.

mwillbanks commented 2 years ago

Looks like go install was not leveraging the modules file.