optiopay / klar

Integration of Clair and Docker Registry
MIT License
506 stars 138 forks source link

Build issues #152

Closed samastv closed 5 years ago

samastv commented 5 years ago

Starting yesterday I've been getting an error while building Klar in a Docker image: cannot load github.com/coreos/clair/api/v3/clairpb: cannot find module providing package github.com/coreos/clair/api/v3/clairpb. My guess right now is that it has to do with Clair's recent updates, but I'm not sure. Any feedback on this?

samastv commented 5 years ago

Initialized a go.mod within the source code and upgraded the Go version.