forked from Brum3ns/firefly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 731 Bytes
/
Copy pathgo.mod
File metadata and controls
21 lines (18 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/Brum3ns/firefly
go 1.18
require (
github.com/projectdiscovery/goflags v0.0.7
golang.org/x/net v0.5.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/cnf/structhash v0.0.0-20201127153200-e1b16c1ebc08 // indirect
github.com/ffuf/pencode v0.0.0-20210513164852-47e578431524 // indirect
github.com/go-sql-driver/mysql v1.6.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/projectdiscovery/stringsutil v0.0.0-20210804142656-fd3c28dbaafe // indirect
github.com/projectdiscovery/wappalyzergo v0.0.51 // indirect
)