go.mod
author Mikael Berthe <mikael@lilotux.net>
Sat, 04 Feb 2023 12:58:35 +0100
changeset 265 05c40b36d3b2
parent 262 8d3354485fc3
child 269 c50e88700432
permissions -rw-r--r--
Bump to version 3.0.0-dev, using madon v3

module github.com/McKael/madonctl

require (
	github.com/McKael/madon/v3 v3.0.0-20230204113802-0bbcd19ce1dd
	github.com/ghodss/yaml v1.0.0
	github.com/inconshreveable/mousetrap v1.1.0 // indirect
	github.com/kr/text v0.2.0
	github.com/mattn/go-isatty v0.0.17
	github.com/pkg/errors v0.9.1
	github.com/spf13/cobra v1.6.1
	github.com/spf13/pflag v1.0.5
	github.com/spf13/viper v1.15.0
	github.com/stretchr/testify v1.8.1
	golang.org/x/net v0.5.0
)

go 1.13