Closed
Description
According to https://pkg.go.dev/github.com/mattn/go-sqlite3?tab=versions ,
there are 4 "Incompatible versions" of this package.
because of these,
-
In my project, I
go get
the latest release of this package
go get github.com/mattn/go-sqlite3@v1.14.8
-
But when I run some commands like
go mod tidy
orgo mod vendor
,
Go modules automatically updatesgo.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
Labels
No labels