cockroachdb / cockroach-go

Packages for go clients.
Apache License 2.0
160 stars 70 forks source link

update deps #100

Closed drakkan closed 3 years ago

drakkan commented 3 years ago

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 here

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

cockroach-teamcity commented 3 years ago

This change is Reviewable

jpfluger commented 3 years ago

:+1:

rafiss commented 3 years ago

thank you!

rafiss commented 3 years ago

Released v2.1.1 https://github.com/cockroachdb/cockroach-go/releases/tag/v2.1.1