We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd616a2 commit 595e132Copy full SHA for 595e132
go.mod
@@ -1,3 +1,7 @@
1
module github.com/mattn/go-sqlite3
2
3
-go 1.12
+go 1.16
4
+
5
+retract (
6
+ [v2.0.0+incompatible, v2.0.6+incompatible] // Accidental; no major changes or features.
7
+)
0 commit comments