feat: add local storage for firefox

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2022-04-19 21:28:43 +08:00
parent f5c3e6da5e
commit 121e49bdff
8 changed files with 213 additions and 9 deletions
+2
View File
@@ -10,6 +10,7 @@ require (
github.com/json-iterator/go v1.1.12
github.com/mattn/go-sqlite3 v1.14.9
github.com/ppacher/go-dbus-keyring v1.0.1
github.com/syndtr/goleveldb v1.0.0
github.com/tidwall/gjson v1.9.3
github.com/urfave/cli/v2 v2.4.0
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
@@ -18,6 +19,7 @@ require (
require (
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
github.com/gookit/goutil v0.5.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect