summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.go b/main.go
index f92c5fa..42f0a68 100644
--- a/main.go
+++ b/main.go
@@ -11,7 +11,8 @@ import (
"strings"
"time"
- _ "github.com/mattn/go-sqlite3"
+ _ "github.com/ncruces/go-sqlite3/driver"
+ _ "github.com/ncruces/go-sqlite3/embed"
)
// RSS structures