module github.com/Azure/aks-engine go 1.15 require ( github.com/Azure/azure-sdk-for-go v43.0.0+incompatible github.com/Azure/azure-storage-blob-go v0.7.0 github.com/Azure/go-autorest/autorest v0.9.6 github.com/Azure/go-autorest/autorest/adal v0.9.10 github.com/Azure/go-autorest/autorest/azure/cli v0.3.0 github.com/Azure/go-autorest/autorest/date v0.3.0 github.com/Azure/go-autorest/autorest/to v0.3.0 github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect github.com/BurntSushi/toml v0.3.1 github.com/Jeffail/gabs v1.1.1 github.com/blang/semver v3.5.1+incompatible github.com/davecgh/go-spew v1.1.1 github.com/dnaeon/go-vcr v1.0.1 // indirect github.com/fatih/structs v1.1.0 github.com/go-playground/locales v0.12.1 // indirect github.com/go-playground/universal-translator v0.16.0 // indirect github.com/golang/mock v1.2.0 github.com/google/go-cmp v0.4.0 github.com/google/uuid v1.1.1 github.com/googleapis/gnostic v0.2.0 // indirect github.com/imdario/mergo v0.3.6 github.com/inconshreveable/mousetrap v1.0.0 // indirect github.com/jarcoal/httpmock v1.0.1 github.com/kr/pretty v0.2.1 // indirect github.com/leodido/go-urn v1.1.0 // indirect github.com/leonelquinteros/gotext v1.4.0 github.com/mattn/go-colorable v0.0.9 github.com/mattn/go-isatty v0.0.10 // indirect github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect github.com/mitchellh/go-homedir v1.1.0 github.com/onsi/ginkgo v1.12.2 github.com/onsi/gomega v1.10.1 github.com/pkg/errors v0.9.1 github.com/satori/go.uuid v1.2.0 // indirect github.com/sirupsen/logrus v1.4.1 github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect github.com/spf13/cobra v0.0.3 github.com/spf13/pflag v1.0.5 github.com/x-cray/logrus-prefixed-formatter v0.5.2 golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 golang.org/x/sync v0.0.0-20190423024810-112230192c58 golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0 // indirect gopkg.in/go-playground/assert.v1 v1.2.1 // indirect gopkg.in/go-playground/validator.v9 v9.25.0 gopkg.in/ini.v1 v1.41.0 k8s.io/api v0.16.15 k8s.io/apimachinery v0.16.15 k8s.io/client-go v0.16.15 )