go.mod
author Sven Fischer <git-dev@linux4tw.de>
Sun, 06 Jun 2021 14:55:41 +0200
changeset 254 34146da5a9ba
parent 251 1c52a0eeb952
child 256 6d9efbef00a9
permissions -rw-r--r--
Update module dependencies

module github.com/McKael/madonctl

require (
	github.com/McKael/madon/v2 v2.3.1-0.20200216174857-9f66daa5f91b
	github.com/fsnotify/fsnotify v1.4.9 // indirect
	github.com/ghodss/yaml v1.0.0
	github.com/golang/protobuf v1.5.2 // indirect
	github.com/kr/text v0.2.0
	github.com/magiconair/properties v1.8.5 // indirect
	github.com/mattn/go-isatty v0.0.13
	github.com/mitchellh/mapstructure v1.4.1 // indirect
	github.com/pelletier/go-toml v1.9.2 // indirect
	github.com/pkg/errors v0.9.1
	github.com/sendgrid/rest v2.6.4+incompatible // indirect
	github.com/spf13/afero v1.6.0 // indirect
	github.com/spf13/cast v1.3.1 // indirect
	github.com/spf13/cobra v1.1.3
	github.com/spf13/jwalterweatherman v1.1.0 // indirect
	github.com/spf13/pflag v1.0.5
	github.com/spf13/viper v1.7.1
	github.com/stretchr/testify v1.4.0
	golang.org/x/net v0.0.0-20210525063256-abc453219eb5
	golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c // indirect
	golang.org/x/sys v0.0.0-20210603125802-9665404d3644 // indirect
	google.golang.org/appengine v1.6.7 // indirect
	gopkg.in/ini.v1 v1.62.0 // indirect
)

go 1.13