зеркало из https://github.com/Azure/aks-engine.git
68 строки
2.9 KiB
Modula-2
68 строки
2.9 KiB
Modula-2
module github.com/Azure/aks-engine
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Azure/aks-engine/test/e2e v0.0.0-20200318043210-65f753070203 // indirect
|
|
github.com/Azure/azure-sdk-for-go v36.2.0+incompatible
|
|
github.com/Azure/go-autorest/autorest v0.9.2
|
|
github.com/Azure/go-autorest/autorest/adal v0.8.0
|
|
github.com/Azure/go-autorest/autorest/azure/cli v0.3.0
|
|
github.com/Azure/go-autorest/autorest/date v0.2.0
|
|
github.com/Azure/go-autorest/autorest/to v0.3.0
|
|
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
|
|
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/ghodss/yaml v1.0.0
|
|
github.com/go-playground/locales v0.12.1 // indirect
|
|
github.com/go-playground/universal-translator v0.16.0 // indirect
|
|
github.com/gogo/protobuf v1.2.0 // indirect
|
|
github.com/golang/protobuf v1.3.1 // indirect
|
|
github.com/google/btree v1.0.0 // indirect
|
|
github.com/google/go-cmp v0.2.0
|
|
github.com/google/uuid v1.1.1
|
|
github.com/googleapis/gnostic v0.2.0 // indirect
|
|
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // 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/json-iterator/go v1.1.7 // indirect
|
|
github.com/kr/pretty v0.1.0 // 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/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/onsi/ginkgo v1.10.3
|
|
github.com/onsi/gomega v1.4.3
|
|
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
|
|
github.com/pkg/errors v0.8.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.3
|
|
github.com/x-cray/logrus-prefixed-formatter v0.5.2
|
|
golang.org/x/crypto v0.0.0-20191105034135-c7e5f84aec59
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
|
|
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
|
|
golang.org/x/sys v0.0.0-20191104094858-e8c54fb511f6 // indirect
|
|
golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
|
gopkg.in/go-playground/validator.v9 v9.25.0
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/ini.v1 v1.41.0
|
|
gopkg.in/yaml.v2 v2.2.2 // indirect
|
|
k8s.io/api v0.0.0-20190222213804-5cb15d344471
|
|
k8s.io/apimachinery v0.0.0-20190221213512-86fb29eff628
|
|
k8s.io/client-go v10.0.0+incompatible
|
|
k8s.io/klog v1.0.0 // indirect
|
|
sigs.k8s.io/yaml v1.1.0 // indirect
|
|
)
|