mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 16:57:29 +00:00
Switch to dedicated fluxcd/pkg and api modules
This commit is contained in:
parent
925c1d3d8e
commit
0c33df883c
2 changed files with 19 additions and 451 deletions
13
go.mod
13
go.mod
|
|
@ -4,10 +4,12 @@ go 1.14
|
|||
|
||||
require (
|
||||
github.com/blang/semver v3.5.1+incompatible
|
||||
github.com/fluxcd/helm-controller v0.0.2
|
||||
github.com/fluxcd/kustomize-controller v0.0.7
|
||||
github.com/fluxcd/pkg v0.0.3
|
||||
github.com/fluxcd/source-controller v0.0.8
|
||||
github.com/fluxcd/helm-controller/api v0.0.3
|
||||
github.com/fluxcd/kustomize-controller/api v0.0.8
|
||||
github.com/fluxcd/pkg/git v0.0.5
|
||||
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/spf13/cobra v1.0.0
|
||||
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/yaml v1.2.0
|
||||
)
|
||||
|
||||
// fix AKS auth
|
||||
replace github.com/Azure/go-autorest => github.com/Azure/go-autorest v14.0.1+incompatible
|
||||
|
|
|
|||
Loading…
Reference in a new issue