Closed drakkan closed 3 years ago
this way we remove go-sqlite3 v2.0.3+incompatible as indirect dep.
go-sqlite3 v2.0.3+incompatible
The latest go-sqlite3 is v1.14.x, the increase to v2 was an accident, please take a look here
go-sqlite3
https://github.com/mattn/go-sqlite3/blob/master/README.md
In my application I support SQLite too and I want to use go-sqlite3 v1.14.6.
Thank you
This change is
:+1:
thank you!
Released v2.1.1 https://github.com/cockroachdb/cockroach-go/releases/tag/v2.1.1
this way we remove
go-sqlite3 v2.0.3+incompatible
as indirect dep.The latest
go-sqlite3
is v1.14.x, the increase to v2 was an accident, please take a look herehttps://github.com/mattn/go-sqlite3/blob/master/README.md
In my application I support SQLite too and I want to use go-sqlite3 v1.14.6.
Thank you