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: