aks-engine/hack/tools/go.mod

23 строки
916 B
Modula-2

module github.com/Azure/aks-engine/hack/tools
go 1.14
require (
contrib.go.opencensus.io/exporter/jaeger v0.2.0 // indirect
github.com/Azure/go-autorest/autorest/azure/auth v0.4.2 // indirect
github.com/devigned/pub v0.2.6
github.com/devigned/tab v0.1.1 // indirect
github.com/go-bindata/go-bindata v3.1.2+incompatible
github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7 // indirect
github.com/golang/mock v1.2.0
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/mitchellh/gox v1.0.1
github.com/onsi/ginkgo v1.15.0
github.com/uber/jaeger-client-go v2.21.1+incompatible // indirect
go.opencensus.io v0.22.2 // indirect
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
google.golang.org/api v0.15.0 // indirect
)