go.mod
changeset 247 1ca743b3eb80
parent 246 0998f404dd31
child 251 1c52a0eeb952
equal deleted inserted replaced
246:0998f404dd31 247:1ca743b3eb80
     1 module github.com/McKael/madonctl
     1 module github.com/McKael/madonctl
     2 
     2 
     3 require (
     3 require (
     4 	github.com/BurntSushi/toml v0.3.1 // indirect
     4 	github.com/McKael/madon/v2 v2.3.1-0.20190729195747-12ec66101bde
     5 	github.com/McKael/madon/v2 v2.3.1-0.20190113122558-9d8259932fb8
       
     6 	github.com/ghodss/yaml v1.0.0
     5 	github.com/ghodss/yaml v1.0.0
     7 	github.com/inconshreveable/mousetrap v1.0.0 // indirect
       
     8 	github.com/kr/pretty v0.1.0 // indirect
       
     9 	github.com/kr/text v0.1.0
     6 	github.com/kr/text v0.1.0
    10 	github.com/mattn/go-isatty v0.0.4
     7 	github.com/magiconair/properties v1.8.1 // indirect
       
     8 	github.com/mattn/go-isatty v0.0.8
       
     9 	github.com/pelletier/go-toml v1.4.0 // indirect
    11 	github.com/pkg/errors v0.8.1
    10 	github.com/pkg/errors v0.8.1
    12 	github.com/spf13/cobra v0.0.3
    11 	github.com/spf13/afero v1.2.2 // indirect
       
    12 	github.com/spf13/cobra v0.0.5
       
    13 	github.com/spf13/jwalterweatherman v1.1.0 // indirect
    13 	github.com/spf13/pflag v1.0.3
    14 	github.com/spf13/pflag v1.0.3
    14 	github.com/spf13/viper v1.2.1
    15 	github.com/spf13/viper v1.4.0
    15 	github.com/stretchr/testify v1.2.2
    16 	github.com/stretchr/testify v1.3.0
    16 	golang.org/x/net v0.0.0-20180926154720-4dfa2610cdf3
    17 	golang.org/x/net v0.0.0-20190724013045-ca1201d0de80
    17 	golang.org/x/sys v0.0.0-20180928133829-e4b3c5e90611 // indirect
    18 	golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e // indirect
    18 	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
       
    19 	gopkg.in/yaml.v2 v2.2.2 // indirect
       
    20 )
    19 )