-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Migrating Go module to in-toto #101
Conversation
Signed-off-by: chaosinthecrd <[email protected]>
This will fail for now as we are waiting for merging of in-toto/archivista#121 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we remove the archivista package changes we can hopefully at least get tests running.
So CI is going to continue failing on this PR as the old |
Signed-off-by: John Kjell <[email protected]>
@jkjell just to confirm, the current state is that we are depending on the main branch of https://github.com/in-toto/archivista and we will remove this dependency back to the next release when that is cut? |
This PR is to change the name of the module and all imports inside it to reflect the projects new location at github.com/in-toto/go-witness.
I've tried my best to catch every use of
testifysec/go-witness
but this will probably need some more validation / testing.