2023-07-19 19:44:02 +00:00
|
|
|
module git.cryptic.systems/volker.raschek/dcmerge
|
|
|
|
|
|
|
|
go 1.20
|
2023-07-21 13:48:24 +00:00
|
|
|
|
2023-07-26 07:10:11 +00:00
|
|
|
require (
|
|
|
|
github.com/spf13/cobra v1.7.0
|
|
|
|
github.com/stretchr/testify v1.8.4
|
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
|
|
)
|
2023-07-21 13:48:24 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2023-07-26 07:10:11 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2023-07-21 13:48:24 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2023-07-26 07:10:11 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2023-07-21 13:48:24 +00:00
|
|
|
)
|