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

Change module name #69

Merged
merged 1 commit into from
Oct 3, 2022
Merged

Change module name #69

merged 1 commit into from
Oct 3, 2022

Conversation

lzap
Copy link
Contributor

@lzap lzap commented Oct 3, 2022

Hey,

appreciate the tag, however, it does not work due to missing module. Go errors with:

lzap@mone provisioning-backend % go mod tidy
go: downloading github.com/jackc/tern/v2 v2.0.0-beta.1
github.com/RHEnVision/provisioning-backend/internal/db imports
        github.com/jackc/tern/v2/migrate: go.mod has non-.../v2 module path "github.com/jackc/tern" (and .../v2/go.mod does not exist) at revision v2.0.0-beta.1

Hey,

appreciate the tag, however, it does not work due to missing module. Go errors with:

```
lzap@mone provisioning-backend % go mod tidy
go: downloading github.com/jackc/tern/v2 v2.0.0-beta.1
github.com/RHEnVision/provisioning-backend/internal/db imports
        github.com/jackc/tern/v2/migrate: go.mod has non-.../v2 module path "github.com/jackc/tern" (and .../v2/go.mod does not exist) at revision v2.0.0-beta.1
```
@jackc
Copy link
Owner

jackc commented Oct 3, 2022

Sorry about that. Just merged and also updated all the internal import paths. Tagged v2.0.0-beta.2.

@lzap lzap deleted the patch-1 branch October 3, 2022 14:24
@lzap
Copy link
Contributor Author

lzap commented Oct 3, 2022

And it works fine! Thanks a bunch.

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