Add /v2 suffix to module name in preparation of 2.0.0 release

Signed-off-by: Max Jonas Werner <mail@makk.es>
This commit is contained in:
Max Jonas Werner 2023-03-30 18:22:07 +02:00 committed by Stefan Prodan
parent a296afdd69
commit 52acac1a37
No known key found for this signature in database
GPG key ID: 3299AEB0E4085BAF
83 changed files with 153 additions and 153 deletions

View file

@ -45,7 +45,7 @@ import (
runclient "github.com/fluxcd/pkg/runtime/client"
"sigs.k8s.io/kustomize/kyaml/filesys"
"github.com/fluxcd/flux2/internal/utils"
"github.com/fluxcd/flux2/v2/internal/utils"
)
const (

View file

@ -41,7 +41,7 @@ import (
"github.com/fluxcd/pkg/ssa"
"github.com/fluxcd/flux2/pkg/printers"
"github.com/fluxcd/flux2/v2/pkg/printers"
kustomizev1 "github.com/fluxcd/kustomize-controller/api/v1"
)