Skip to content

Retract "Incompatible versions" of this package #965

Closed
@jihoon-seo

Description

@jihoon-seo

According to https://pkg.go.dev/github.com/mattn/go-sqlite3?tab=versions ,
there are 4 "Incompatible versions" of this package.

image

because of these,

  1. In my project, I go get the latest release of this package
    go get github.com/mattn/go-sqlite3@v1.14.8

  2. But when I run some commands like go mod tidy or go mod vendor,
    Go modules automatically updates go.mod like this:
    github.com/mattn/go-sqlite3 v2.0.3+incompatible
    which is what I don't want, because according to the README,

Latest stable version is v1.14 or later not v2.

NOTE: The increase to v2 was an accident. There were no major changes or features.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions