You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 14, 2023. It is now read-only.
From the Build rekor section, use the first command
go get -u -t -v github.com/sigstore/rekor/cmd/cli
Expected Behavior
This should clone the repo in the correct path without error.
Actual Behavior
Shows the following error:
❯ go get -u -t -v github.com/sigstore/rekor/cmd/cli
go: downloading github.com/sigstore/rekor v0.1.0
go get: github.com/sigstore/rekor@none updating to
github.com/sigstore/rekor@v0.1.0: parsing go.mod:
module declares its path as: github.com/projectrekor/rekor
but was required as: github.com/sigstore/rekor