jackc / tern

The SQL Fan's Migrator
MIT License
850 stars 66 forks source link

Change module name #69

Closed lzap closed 1 year ago

lzap commented 1 year ago

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 commented 1 year ago

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

lzap commented 1 year ago

And it works fine! Thanks a bunch.