Skip to content
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

golang: update module name and golang imports to use virtee packages #6

Merged
merged 1 commit into from
May 30, 2024

Conversation

jraman567
Copy link
Contributor

go.mod still refers to the module name as
"github.com/edgelesssys/sev-snp-measure-go". This causes an error when adding this module as a dependency from another project. As such, we need to update the module's name to "github.com/virtee/sev-snp-measure-go".

While we are at it, we could also update the Golang imports to refer to the virtee repo

go.mod still refers to the module name as
"github.com/edgelesssys/sev-snp-measure-go". This causes an error
when adding this module as a dependency from another project. As such, we
need to update the module's name to "github.com/virtee/sev-snp-measure-go".

While we are at it, we could also update the Golang imports to refer to
the virtee repo

Signed-off-by: Jagannathan Raman <[email protected]>
Reviewed-by: Liam Merwick <[email protected]>
@jraman567 jraman567 force-pushed the module-name-update branch from 2767267 to 91f53e4 Compare May 30, 2024 14:24
@derpsteb
Copy link
Member

Oh. Thanks for fixing this! That shouldn't have happened :D

@derpsteb derpsteb merged commit e6e8dc9 into virtee:main May 30, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants