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.
10 lines
165 B
10 lines
165 B
4 years ago
|
module hack-browser-data
|
||
|
|
||
|
go 1.14
|
||
|
|
||
|
require (
|
||
|
github.com/mattn/go-sqlite3 v1.14.0
|
||
|
go.uber.org/zap v1.15.0
|
||
|
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
|
||
|
)
|