2023-02-06 09:20:28 +00:00
|
|
|
module github.com/ffuf/ffuf/v2
|
2019-04-01 21:43:30 +00:00
|
|
|
|
2023-02-05 10:15:14 +00:00
|
|
|
go 1.17
|
2020-09-27 16:24:06 +00:00
|
|
|
|
2023-02-02 09:51:11 +00:00
|
|
|
require (
|
2023-02-04 11:23:31 +00:00
|
|
|
github.com/PuerkitoBio/goquery v1.8.0
|
2023-02-02 09:51:11 +00:00
|
|
|
github.com/adrg/xdg v0.4.0
|
2023-09-15 14:08:44 +00:00
|
|
|
github.com/andybalholm/brotli v1.0.5
|
2023-09-12 12:08:57 +00:00
|
|
|
github.com/ffuf/pencode v0.0.0-20230421231718-2cea7e60a693
|
2023-02-04 11:23:31 +00:00
|
|
|
github.com/pelletier/go-toml v1.9.5
|
2023-02-06 09:20:28 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/andybalholm/cascadia v1.3.1 // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2023-04-21 14:55:20 +00:00
|
|
|
golang.org/x/net v0.7.0 // indirect
|
|
|
|
golang.org/x/sys v0.5.0 // indirect
|
2023-02-02 09:51:11 +00:00
|
|
|
)
|