mirror of
https://github.com/Luzifer/rconfig.git
synced 2024-11-08 16:00:10 +00:00
Knut Ahlers
37f53184c3
to remove dependencies to ginkgo and rconfig/v1 Signed-off-by: Knut Ahlers <knut@ahlers.me>
9 lines
173 B
Modula-2
9 lines
173 B
Modula-2
module github.com/Luzifer/rconfig/v2
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/spf13/pflag v1.0.5
|
|
gopkg.in/validator.v2 v2.0.0-20210331031555-b37d688a7fb0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|