mirror of
https://github.com/ffuf/ffuf
synced 2024-11-10 06:04:17 +00:00
bde943cc5d
* 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
5 lines
82 B
Modula-2
5 lines
82 B
Modula-2
module github.com/ffuf/ffuf
|
|
|
|
go 1.13
|
|
|
|
require github.com/pelletier/go-toml v1.8.1
|