go.mod
author Mikael Berthe <mikael@lilotux.net>
Mon, 30 May 2022 19:01:05 +0200
changeset 257 f21cae75c8bd
parent 256 6d9efbef00a9
child 258 eb656dbdd75a
permissions -rw-r--r--
Update dependencies

module github.com/McKael/madonctl

require (
	github.com/McKael/madon/v2 v2.3.1-0.20220530164545-627aedf20faf
	github.com/ghodss/yaml v1.0.0
	github.com/kr/text v0.2.0
	github.com/mattn/go-isatty v0.0.14
	github.com/pkg/errors v0.9.1
	github.com/spf13/cobra v1.4.0
	github.com/spf13/pflag v1.0.5
	github.com/spf13/viper v1.12.0
	github.com/stretchr/testify v1.7.1
	golang.org/x/net v0.0.0-20220526153639-5463443f8c37
	gopkg.in/ini.v1 v1.66.5 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)

go 1.13