Skip to content

Broken import for pgtype #2417

Closed
Closed
@amoiseiev

Description

@amoiseiev

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/pqtype@v0.2.0: 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtriageNew issues that hasn't been reviewed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions