Version
1.31.1
What happened?
Install of 1.31.1 fails with
go: github.com/sqlc-dev/sqlc/cmd/sqlc imports
github.com/sqlc-dev/sqlc/internal/cmd imports
github.com/ncruces/go-sqlite3/embed: cannot find module providing package github.com/ncruces/go-sqlite3/embed
see here for details: ncruces/go-sqlite3#368 (comment)
According to the comment the references to _ "github.com/ncruces/go-sqlite3/embed" need to be removed
This package causes a lot of problems downstreams it seems ....
Version
1.31.1
What happened?
Install of 1.31.1 fails with
see here for details: ncruces/go-sqlite3#368 (comment)
According to the comment the references to
_ "github.com/ncruces/go-sqlite3/embed"need to be removedThis package causes a lot of problems downstreams it seems ....