juju/errors

mgo dependency?

karnauskas opened this issue · 3 comments

go mod is picking up dependencies which are not used anywhere in the code.

eg following:

gopkg.in/mgo.v2

go mod why is showing me this:

github.com/juju/errors.test
github.com/juju/testing/checkers
gopkg.in/mgo.v2/bson```

I think it is a transitive dependency due to some of the testing helpers from juju/testing.