|
|
@ -25,11 +25,11 @@ import (
|
|
|
|
"github.com/go-git/go-git/v5/plumbing/transport/http"
|
|
|
|
"github.com/go-git/go-git/v5/plumbing/transport/http"
|
|
|
|
"github.com/spf13/cobra"
|
|
|
|
"github.com/spf13/cobra"
|
|
|
|
|
|
|
|
|
|
|
|
"github.com/fluxcd/flux2/internal/bootstrap"
|
|
|
|
|
|
|
|
"github.com/fluxcd/flux2/internal/bootstrap/git/gogit"
|
|
|
|
|
|
|
|
"github.com/fluxcd/flux2/internal/bootstrap/provider"
|
|
|
|
|
|
|
|
"github.com/fluxcd/flux2/internal/flags"
|
|
|
|
"github.com/fluxcd/flux2/internal/flags"
|
|
|
|
"github.com/fluxcd/flux2/internal/utils"
|
|
|
|
"github.com/fluxcd/flux2/internal/utils"
|
|
|
|
|
|
|
|
"github.com/fluxcd/flux2/pkg/bootstrap"
|
|
|
|
|
|
|
|
"github.com/fluxcd/flux2/pkg/bootstrap/git/gogit"
|
|
|
|
|
|
|
|
"github.com/fluxcd/flux2/pkg/bootstrap/provider"
|
|
|
|
"github.com/fluxcd/flux2/pkg/manifestgen"
|
|
|
|
"github.com/fluxcd/flux2/pkg/manifestgen"
|
|
|
|
"github.com/fluxcd/flux2/pkg/manifestgen/install"
|
|
|
|
"github.com/fluxcd/flux2/pkg/manifestgen/install"
|
|
|
|
"github.com/fluxcd/flux2/pkg/manifestgen/sourcesecret"
|
|
|
|
"github.com/fluxcd/flux2/pkg/manifestgen/sourcesecret"
|
|
|
|