Closed dsvensson closed 5 years ago
Removed my pkg directory and the override to the mgo branch containing a go.mod fixed the problem after fetching all the dependencies again. So I guess there's not much bingo can do here. I just have to continue file issues around the planet until everyone is go.mod-enabled?
@dsvensson
You should make sure that the go list command works correctly and that bingo will work properly.
I have some dependency of one of my dependencies that seems to break bingo, not sure why:
This is the output of my log:
Tried adding a replace in my go.mod, which caused my go.sum to contain the correct version of that package (now pointing to a version that has a go.mod file), but the error message from bingo remains the same.
The specific mgo/bson version is pulled in by go-openapi/runtime.