You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
317 B
13 lines
317 B
module hack-browser-data
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/godbus/dbus/v5 v5.0.3
|
|
github.com/jszwec/csvutil v1.3.0
|
|
github.com/mattn/go-sqlite3 v1.14.0
|
|
github.com/ppacher/go-dbus-keyring v1.0.1
|
|
github.com/tidwall/gjson v1.9.3
|
|
github.com/urfave/cli/v2 v2.2.0
|
|
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
|
|
)
|
|
|