Skip to content

Ext folder preventing module update #561

Closed
@hjwalt

Description

@hjwalt

Issue description

Package rename should not happen within the same major version as it is not backward compatible

Example code

go.mod

...
require (
...
  github.com/ClickHouse/clickhouse-go/v2 v2.0.11
...
)
...

Run

go get -u ./...

Error log

github.com/me/my-repo imports
        github.com/ClickHouse/clickhouse-go/v2 imports
        github.com/ClickHouse/clickhouse-go/v2/ext: cannot find module providing package github.com/ClickHouse/clickhouse-go/v2/ext

Configuration

OS: MacOS Monterey

Interface: native

Driver version: v2.0.11

Go version: 1.18.1 darwin/arm64

ClickHouse Server version: N/A

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions