upgrade sqlite3

This commit is contained in:
sentriz
2020-04-25 01:55:46 +01:00
parent 13427e77d2
commit f52ce807af
40 changed files with 48 additions and 129 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import (
"github.com/oklog/run"
"github.com/peterbourgon/ff"
"go.senan.xyz/gonic/db"
"go.senan.xyz/gonic/server/db"
"go.senan.xyz/gonic/server"
"go.senan.xyz/gonic/version"
)