dcmerge/go.mod
CSRBot 8e411cc486
All checks were successful
continuous-integration/drone/push Build is passing
chore(deps): update module github.com/spf13/cobra to v1.8.0
2023-11-05 23:24:28 +01:00

18 lines
411 B
Modula-2

module git.cryptic.systems/volker.raschek/dcmerge
go 1.20
require (
github.com/spf13/cobra v1.8.0
github.com/stretchr/testify v1.8.4
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)