-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 getthe latest release of this package
go get github.com/mattn/[email protected] -
But when I run some commands like
go mod tidyorgo mod vendor,
Go modules automatically updatesgo.modlike 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.
wyattis
Metadata
Metadata
Assignees
Labels
No labels
