-
Notifications
You must be signed in to change notification settings - Fork 901
Closed
Labels
bugSomething isn't workingSomething isn't workingtriageNew issues that hasn't been reviewedNew issues that hasn't been reviewed
Description
Version
Other
What happened?
sqlc 1.9.0
sqlc generates the following import in certain scenarios:
"github.com/tabbed/pqtype"
while leads to the following error running go mod tidy
github.com/tabbed/pqtype: github.com/tabbed/[email protected]: parsing go.mod:
module declares its path as: github.com/sqlc-dev/pqtype
but was required as: github.com/tabbed/pqtype
Probably related to the namespace migration.
Relevant log output
No response
Database schema
No response
SQL queries
No response
Configuration
No response
Playground URL
No response
What operating system are you using?
macOS
What database engines are you using?
PostgreSQL
What type of code are you generating?
Go
danielbprice
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtriageNew issues that hasn't been reviewedNew issues that hasn't been reviewed