go install ...clairctl - Error - "go.mod file... contains one or more replace directives. It must not contain directives that would cause it to be interpreted differently than if it were the main module." #1601
HariSekhon
started this conversation in
General
Replies: 2 comments
-
I'm running into this same issue using the |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is fixed in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Installing clairctl following this part of the docs:
https://quay.github.io/clair/howto/getting_started.html#submitting-a-manifest
(can't use
go get
in newer versions of Golang 1.17+ iirc, so it'sgo install
)This looks like something that the clair devs need to address in the go.mod for compatability with newer versions of Golang?
Beta Was this translation helpful? Give feedback.
All reactions