mirror of
https://github.com/ffuf/ffuf
synced 2024-11-10 06:04:17 +00:00
16 lines
343 B
Modula-2
16 lines
343 B
Modula-2
module github.com/ffuf/ffuf/v2
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.8.0
|
|
github.com/adrg/xdg v0.4.0
|
|
github.com/pelletier/go-toml v1.9.5
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/cascadia v1.3.1 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
golang.org/x/net v0.5.0 // indirect
|
|
golang.org/x/sys v0.4.0 // indirect
|
|
)
|