notaryproject / notation-go

A collection of libraries for supporting sign and verify OCI artifacts. Based on Notary Project specifications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Golang packages to proper names

dtzar opened this issue · comments

The golang packages should match the URL of the repository as well as the released tagged versions available in GitHub.

https://pkg.go.dev/github.com/notaryproject/notation-go-lib@v1.0.0-alpha-1?tab=importedby
Have dependencies on the repository. 1.0.0-alpha-1 doesn't exist as a release in the GitHub repository.

These two PRs will help fix a couple of the dependencies once there is a new release of notation-go and the packages are published.
notaryproject/notation#164
Azure/notation-azure-kv#16

I updated the PRs to reference the current commit on the main branch which does build and moved the PRs to ready for review. This is still better than what we have now but is not ideal. Ideally as mentioned we should have a proper release of notation-go which matches a release on main.

Fixed now with v0.8.0-alpha.1 release.