go.mod
author Mikael Berthe <mikael@lilotux.net>
Thu, 22 Sep 2022 16:37:07 +0200
changeset 264 8f478162d991
parent 262 8d3354485fc3
child 265 05c40b36d3b2
permissions -rw-r--r--
Update README

module github.com/McKael/madonctl

require (
	github.com/McKael/madon/v2 v2.4.0
	github.com/ghodss/yaml v1.0.0
	github.com/inconshreveable/mousetrap v1.0.1 // indirect
	github.com/kr/text v0.2.0
	github.com/mattn/go-isatty v0.0.16
	github.com/pkg/errors v0.9.1
	github.com/spf13/afero v1.9.2 // indirect
	github.com/spf13/cobra v1.5.0
	github.com/spf13/pflag v1.0.5
	github.com/spf13/viper v1.13.0
	github.com/stretchr/testify v1.8.0
	golang.org/x/net v0.0.0-20220921203646-d300de134e69
	golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
)

go 1.13