mirror of
https://github.com/Luzifer/rconfig.git
synced 2024-11-08 07:50:07 +00:00
15 lines
291 B
Modula-2
15 lines
291 B
Modula-2
module github.com/Luzifer/rconfig/v2
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.8.4
|
|
gopkg.in/validator.v2 v2.0.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
)
|