mirror of
https://github.com/ffuf/ffuf
synced 2024-11-10 06:04:17 +00:00
ca2224c148
* Pencode integration * Added CHANGELOG entry * Make linter happy
17 lines
403 B
Modula-2
17 lines
403 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/ffuf/pencode v0.0.0-20230421231718-2cea7e60a693
|
|
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.7.0 // indirect
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
)
|