-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
31 lines (28 loc) · 1.04 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module github.com/LubyRuffy/gofofa
go 1.18
require (
github.com/fatih/color v1.13.0
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.1
github.com/twmb/murmur3 v1.1.6
github.com/urfave/cli/v2 v2.6.0
github.com/vincent-petithory/dataurl v1.0.0
github.com/weppos/publicsuffix-go v0.30.1
golang.org/x/net v0.12.0
golang.org/x/time v0.5.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
gopkg.in/yaml.v3 v3.0.0-20210106172901-c476de37821d // indirect
)