Retract +incompatible releases

(For #965.)

This retraction will take effect when this commit is included in the
latest v1 release (presumably v1.14.11).
sqlite-amalgamation-3390400
Bryan C. Mills 2022-01-14 10:08:41 -05:00 committed by mattn
parent fd616a2f47
commit 595e13285d
1 changed files with 5 additions and 1 deletions

6
go.mod
View File

@ -1,3 +1,7 @@
module github.com/mattn/go-sqlite3
go 1.12
go 1.16
retract (
[v2.0.0+incompatible, v2.0.6+incompatible] // Accidental; no major changes or features.
)