mirror of
https://github.com/Luzifer/rconfig.git
synced 2024-11-08 16:00:10 +00:00
7 lines
164 B
Modula-2
7 lines
164 B
Modula-2
module github.com/Luzifer/rconfig/v2
|
|
|
|
require (
|
|
github.com/spf13/pflag v1.0.3
|
|
gopkg.in/validator.v2 v2.0.0-20180514200540-135c24b11c19
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|