diff options
-rw-r--r-- | go.mod | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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. +) |