mirror of
https://github.com/Luzifer/rconfig.git
synced 2024-11-09 00:10:07 +00:00
9 lines
173 B
Modula-2
9 lines
173 B
Modula-2
module github.com/Luzifer/rconfig/v2
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/spf13/pflag v1.0.5
|
|
gopkg.in/validator.v2 v2.0.0-20210331031555-b37d688a7fb0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|