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
OS:
Fedora 33Go version:
go version go1.16 linux/amd64Steps to reproduce
Build rekorsection, use the first commandgo get -u -t -v github.com/sigstore/rekor/cmd/cliExpected Behavior
This should clone the repo in the correct path without error.
Actual Behavior
Shows the following error: