feat: add csv and json output

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2020-06-23 18:30:00 +08:00
parent 5bfa781466
commit 55bfd89fa9
8 changed files with 408 additions and 38 deletions
+1
View File
@@ -3,6 +3,7 @@ module hack-browser-data
go 1.14
require (
github.com/gocarina/gocsv v0.0.0-20200330101823-46266ca37bd3
github.com/mattn/go-sqlite3 v1.14.0
github.com/tidwall/gjson v1.6.0
github.com/urfave/cli/v2 v2.2.0