|
|
@ -4,10 +4,12 @@ go 1.14
|
|
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
require (
|
|
|
|
github.com/blang/semver v3.5.1+incompatible
|
|
|
|
github.com/blang/semver v3.5.1+incompatible
|
|
|
|
github.com/fluxcd/helm-controller v0.0.2
|
|
|
|
github.com/fluxcd/helm-controller/api v0.0.3
|
|
|
|
github.com/fluxcd/kustomize-controller v0.0.7
|
|
|
|
github.com/fluxcd/kustomize-controller/api v0.0.8
|
|
|
|
github.com/fluxcd/pkg v0.0.3
|
|
|
|
github.com/fluxcd/pkg/git v0.0.5
|
|
|
|
github.com/fluxcd/source-controller v0.0.8
|
|
|
|
github.com/fluxcd/pkg/ssh v0.0.5
|
|
|
|
|
|
|
|
github.com/fluxcd/pkg/untar v0.0.5
|
|
|
|
|
|
|
|
github.com/fluxcd/source-controller/api v0.0.10
|
|
|
|
github.com/manifoldco/promptui v0.7.0
|
|
|
|
github.com/manifoldco/promptui v0.7.0
|
|
|
|
github.com/spf13/cobra v1.0.0
|
|
|
|
github.com/spf13/cobra v1.0.0
|
|
|
|
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
|
|
|
@ -23,6 +25,3 @@ require (
|
|
|
|
sigs.k8s.io/kustomize/api v0.5.1
|
|
|
|
sigs.k8s.io/kustomize/api v0.5.1
|
|
|
|
sigs.k8s.io/yaml v1.2.0
|
|
|
|
sigs.k8s.io/yaml v1.2.0
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
// fix AKS auth
|
|
|
|
|
|
|
|
replace github.com/Azure/go-autorest => github.com/Azure/go-autorest v14.0.1+incompatible
|
|
|
|
|
|
|
|