ffuf/go.mod
Joona Hoikkala bde943cc5d
Add support for configuration files for ffuf (#308)
* Refactor config and job creation

* ConfigOptions defaults

* Structure ConfigOptions for config file parser

* Sort options

* Finalize the configuration file reading and add examples and documentation

* Fix issues with opts -> config translation
2020-09-27 19:24:06 +03:00

5 lines
82 B
Modula-2

module github.com/ffuf/ffuf
go 1.13
require github.com/pelletier/go-toml v1.8.1