Trying to re-build some Docker image of mine, I'm just noticing klar no longer builds.
+ go get github.com/optiopay/klar
package github.com/quay/clair/v3/pkg/commonerr: cannot find package "github.com/quay/clair/v3/pkg/commonerr" in any of:
/usr/local/go/src/github.com/quay/clair/v3/pkg/commonerr (from $GOROOT)
/go/src/github.com/quay/clair/v3/pkg/commonerr (from $GOPATH)
package github.com/quay/clair/v3/pkg/pagination: cannot find package "github.com/quay/clair/v3/pkg/pagination" in any of:
/usr/local/go/src/github.com/quay/clair/v3/pkg/pagination (from $GOROOT)
/go/src/github.com/quay/clair/v3/pkg/pagination (from $GOPATH)
package math/bits: unrecognized import path "math/bits" (import path does not begin with hostname)
Though I suspect something's broken in clair right now, I can't even go get it, ... not enough familiar with go to really understand what's going on. Who's including that math/bits?
Trying to re-build some Docker image of mine, I'm just noticing klar no longer builds.
Though I suspect something's broken in clair right now, I can't even go get it, ... not enough familiar with go to really understand what's going on. Who's including that
math/bits
?Maybe you'll figure it out?