mirror of
https://github.com/ffuf/ffuf
synced 2025-02-18 04:48:23 +00:00
* 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
|