go.mod
changeset 256 6d9efbef00a9
parent 254 34146da5a9ba
child 257 f21cae75c8bd
equal deleted inserted replaced
255:4f153a23adab 256:6d9efbef00a9
     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.20200216174857-9f66daa5f91b
     4 	github.com/McKael/madon/v2 v2.3.1-0.20200216174857-9f66daa5f91b
     5 	github.com/fsnotify/fsnotify v1.4.9 // indirect
       
     6 	github.com/ghodss/yaml v1.0.0
     5 	github.com/ghodss/yaml v1.0.0
     7 	github.com/golang/protobuf v1.5.2 // indirect
     6 	github.com/gorilla/websocket v1.4.2 // indirect
     8 	github.com/kr/text v0.2.0
     7 	github.com/kr/text v0.2.0
     9 	github.com/magiconair/properties v1.8.5 // indirect
       
    10 	github.com/mattn/go-isatty v0.0.13
     8 	github.com/mattn/go-isatty v0.0.13
    11 	github.com/mitchellh/mapstructure v1.4.1 // indirect
       
    12 	github.com/pelletier/go-toml v1.9.2 // indirect
       
    13 	github.com/pkg/errors v0.9.1
     9 	github.com/pkg/errors v0.9.1
    14 	github.com/sendgrid/rest v2.6.4+incompatible // indirect
    10 	github.com/sendgrid/rest v2.6.4+incompatible // indirect
    15 	github.com/spf13/afero v1.6.0 // indirect
    11 	github.com/spf13/cobra v1.2.1
    16 	github.com/spf13/cast v1.3.1 // indirect
       
    17 	github.com/spf13/cobra v1.1.3
       
    18 	github.com/spf13/jwalterweatherman v1.1.0 // indirect
       
    19 	github.com/spf13/pflag v1.0.5
    12 	github.com/spf13/pflag v1.0.5
    20 	github.com/spf13/viper v1.7.1
    13 	github.com/spf13/viper v1.8.1
    21 	github.com/stretchr/testify v1.4.0
    14 	github.com/stretchr/testify v1.7.0
    22 	golang.org/x/net v0.0.0-20210525063256-abc453219eb5
    15 	golang.org/x/net v0.0.0-20210614182718-04defd469f4e
    23 	golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c // indirect
    16 	golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914 // indirect
    24 	golang.org/x/sys v0.0.0-20210603125802-9665404d3644 // indirect
    17 	golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
    25 	google.golang.org/appengine v1.6.7 // indirect
    18 	google.golang.org/protobuf v1.27.1 // indirect
    26 	gopkg.in/ini.v1 v1.62.0 // indirect
       
    27 )
    19 )
    28 
    20 
    29 go 1.13
    21 go 1.13