segmentio / stats

Go package for abstracting stats collection
https://godoc.org/github.com/segmentio/stats
MIT License
208 stars 32 forks source link

Update segmentio/taskstats dependecy in go.mod #113

Closed jaimem88 closed 4 years ago

jaimem88 commented 4 years ago

Current version of github.com/segmentio/taskstats points to an old commit v0.0.0-20180727163836-237d1d6b109d inside the go.mod file

However, that commit expects mdlayher/netlink to contain some constants defined that were later renamed.

When compiling my application I had to override the version of taskstats in my go.mod file with the latest commit like this

github.com/segmentio/taskstats v0.0.0-20190328215536-52f398ff659c

I'd suggest doing the same in this go.mod file