go.mod
changeset 251 1c52a0eeb952
parent 247 1ca743b3eb80
child 254 34146da5a9ba
equal deleted inserted replaced
250:c040f992052f 251:1c52a0eeb952
     1 module github.com/McKael/madonctl
     1 module github.com/McKael/madonctl
     2 
     2 
     3 require (
     3 require (
     4 	github.com/McKael/madon/v2 v2.3.1-0.20190729195747-12ec66101bde
     4 	github.com/McKael/madon/v2 v2.3.1-0.20200216174857-9f66daa5f91b
     5 	github.com/ghodss/yaml v1.0.0
     5 	github.com/ghodss/yaml v1.0.0
     6 	github.com/kr/text v0.1.0
     6 	github.com/kr/text v0.2.0
     7 	github.com/magiconair/properties v1.8.1 // indirect
     7 	github.com/mattn/go-isatty v0.0.12
     8 	github.com/mattn/go-isatty v0.0.8
     8 	github.com/pelletier/go-toml v1.6.0 // indirect
     9 	github.com/pelletier/go-toml v1.4.0 // indirect
     9 	github.com/pkg/errors v0.9.1
    10 	github.com/pkg/errors v0.8.1
       
    11 	github.com/spf13/afero v1.2.2 // indirect
    10 	github.com/spf13/afero v1.2.2 // indirect
       
    11 	github.com/spf13/cast v1.3.1 // indirect
    12 	github.com/spf13/cobra v0.0.5
    12 	github.com/spf13/cobra v0.0.5
    13 	github.com/spf13/jwalterweatherman v1.1.0 // indirect
    13 	github.com/spf13/jwalterweatherman v1.1.0 // indirect
    14 	github.com/spf13/pflag v1.0.3
    14 	github.com/spf13/pflag v1.0.5
    15 	github.com/spf13/viper v1.4.0
    15 	github.com/spf13/viper v1.6.2
    16 	github.com/stretchr/testify v1.3.0
    16 	github.com/stretchr/testify v1.3.0
    17 	golang.org/x/net v0.0.0-20190724013045-ca1201d0de80
    17 	golang.org/x/net v0.0.0-20200202094626-16171245cfb2
    18 	golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e // indirect
    18 	golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
       
    19 	golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4 // indirect
       
    20 	gopkg.in/ini.v1 v1.52.0 // indirect
       
    21 	gopkg.in/yaml.v2 v2.2.8 // indirect
    19 )
    22 )
       
    23 
       
    24 go 1.13