go.mod
changeset 257 f21cae75c8bd
parent 256 6d9efbef00a9
child 258 eb656dbdd75a
equal deleted inserted replaced
256:6d9efbef00a9 257:f21cae75c8bd
     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.20220530164545-627aedf20faf
     5 	github.com/ghodss/yaml v1.0.0
     5 	github.com/ghodss/yaml v1.0.0
     6 	github.com/gorilla/websocket v1.4.2 // indirect
       
     7 	github.com/kr/text v0.2.0
     6 	github.com/kr/text v0.2.0
     8 	github.com/mattn/go-isatty v0.0.13
     7 	github.com/mattn/go-isatty v0.0.14
     9 	github.com/pkg/errors v0.9.1
     8 	github.com/pkg/errors v0.9.1
    10 	github.com/sendgrid/rest v2.6.4+incompatible // indirect
     9 	github.com/spf13/cobra v1.4.0
    11 	github.com/spf13/cobra v1.2.1
       
    12 	github.com/spf13/pflag v1.0.5
    10 	github.com/spf13/pflag v1.0.5
    13 	github.com/spf13/viper v1.8.1
    11 	github.com/spf13/viper v1.12.0
    14 	github.com/stretchr/testify v1.7.0
    12 	github.com/stretchr/testify v1.7.1
    15 	golang.org/x/net v0.0.0-20210614182718-04defd469f4e
    13 	golang.org/x/net v0.0.0-20220526153639-5463443f8c37
    16 	golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914 // indirect
    14 	gopkg.in/ini.v1 v1.66.5 // indirect
    17 	golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
    15 	gopkg.in/yaml.v3 v3.0.1 // indirect
    18 	google.golang.org/protobuf v1.27.1 // indirect
       
    19 )
    16 )
    20 
    17 
    21 go 1.13
    18 go 1.13