1
0
mirror of https://github.com/Luzifer/rconfig.git synced 2024-09-19 08:53:00 +00:00
rconfig/go.mod
2024-08-18 12:12:18 +02:00

16 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
)