ffuff/go.mod
2023-02-05 12:15:14 +02:00

12 lines
238 B
Modula-2

module github.com/ffuf/ffuf
go 1.17
require (
github.com/PuerkitoBio/goquery v1.8.0
github.com/adrg/xdg v0.4.0
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pelletier/go-toml v1.9.5
golang.org/x/net v0.5.0 // indirect
)