mirror of
https://github.com/moonD4rk/HackBrowserData
synced 2025-02-17 02:57:03 +00:00
Bumps [github.com/tidwall/gjson](https://github.com/tidwall/gjson) from 1.6.0 to 1.9.3. - [Release notes](https://github.com/tidwall/gjson/releases) - [Commits](https://github.com/tidwall/gjson/compare/v1.6.0...v1.9.3) --- updated-dependencies: - dependency-name: github.com/tidwall/gjson dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
14 lines
317 B
Modula-2
14 lines
317 B
Modula-2
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
|
|
)
|