summaryrefslogtreecommitdiff
path: root/internal/db/bundb/bundb.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2021-09-30 11:16:23 +0200
committerLibravatar GitHub <noreply@github.com>2021-09-30 11:16:23 +0200
commit231075f28df55bfb622f54859f858528445cae0c (patch)
treeffdc27f31646d10e35902087fa6c703bc49bfc82 /internal/db/bundb/bundb.go
parenthandle remote account deletion more systematically (#254) (diff)
downloadgotosocial-231075f28df55bfb622f54859f858528445cae0c.tar.xz
Golint (#255)
Diffstat (limited to 'internal/db/bundb/bundb.go')
-rw-r--r--internal/db/bundb/bundb.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/db/bundb/bundb.go b/internal/db/bundb/bundb.go
index e1879f247..e6ebe5d88 100644
--- a/internal/db/bundb/bundb.go
+++ b/internal/db/bundb/bundb.go
@@ -45,6 +45,8 @@ import (
"github.com/uptrace/bun/dialect/pgdialect"
"github.com/uptrace/bun/dialect/sqlitedialect"
"github.com/uptrace/bun/migrate"
+
+ // blank import for the sqlite driver for bun
_ "modernc.org/sqlite"
)