diff --git a/cmd/helm/completion.go b/cmd/helm/completion.go index df281b3f7b9..efdd45de1f9 100644 --- a/cmd/helm/completion.go +++ b/cmd/helm/completion.go @@ -23,7 +23,7 @@ import ( "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" ) const completionDesc = ` diff --git a/cmd/helm/completion_test.go b/cmd/helm/completion_test.go index e9fff343a4f..23bbd9f46fb 100644 --- a/cmd/helm/completion_test.go +++ b/cmd/helm/completion_test.go @@ -21,8 +21,8 @@ import ( "strings" "testing" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) // Check if file completion should be performed according to parameter 'shouldBePerformed' diff --git a/cmd/helm/create.go b/cmd/helm/create.go index 25a64b08657..16713e9545d 100644 --- a/cmd/helm/create.go +++ b/cmd/helm/create.go @@ -23,10 +23,10 @@ import ( "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/cmd/helm/require" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - "github.com/werf/3p-helm-legacy/pkg/helmpath" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/helmpath" ) const createDesc = ` diff --git a/cmd/helm/create_test.go b/cmd/helm/create_test.go index ae57080ab03..8745d78ca85 100644 --- a/cmd/helm/create_test.go +++ b/cmd/helm/create_test.go @@ -22,11 +22,11 @@ import ( "path/filepath" "testing" - "github.com/werf/3p-helm-legacy/internal/test/ensure" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/chart/loader" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - "github.com/werf/3p-helm-legacy/pkg/helmpath" + "github.com/werf/3p-helm-for-werf-helm/internal/test/ensure" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart/loader" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/helmpath" ) func TestCreateCmd(t *testing.T) { diff --git a/cmd/helm/dependency.go b/cmd/helm/dependency.go index b1472d489cf..78356e3e4c5 100644 --- a/cmd/helm/dependency.go +++ b/cmd/helm/dependency.go @@ -21,8 +21,8 @@ import ( "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/cmd/helm/require" - "github.com/werf/3p-helm-legacy/pkg/action" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/pkg/action" ) const dependencyDesc = ` diff --git a/cmd/helm/dependency_build.go b/cmd/helm/dependency_build.go index b71f0bfe7ff..08b53b646e8 100644 --- a/cmd/helm/dependency_build.go +++ b/cmd/helm/dependency_build.go @@ -24,10 +24,10 @@ import ( "github.com/spf13/cobra" "k8s.io/client-go/util/homedir" - "github.com/werf/3p-helm-legacy/cmd/helm/require" - "github.com/werf/3p-helm-legacy/pkg/action" - "github.com/werf/3p-helm-legacy/pkg/downloader" - "github.com/werf/3p-helm-legacy/pkg/getter" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/pkg/action" + "github.com/werf/3p-helm-for-werf-helm/pkg/downloader" + "github.com/werf/3p-helm-for-werf-helm/pkg/getter" ) const dependencyBuildDesc = ` diff --git a/cmd/helm/dependency_build_test.go b/cmd/helm/dependency_build_test.go index 979138c0baa..656c5530fd5 100644 --- a/cmd/helm/dependency_build_test.go +++ b/cmd/helm/dependency_build_test.go @@ -22,10 +22,10 @@ import ( "strings" "testing" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - "github.com/werf/3p-helm-legacy/pkg/provenance" - "github.com/werf/3p-helm-legacy/pkg/repo" - "github.com/werf/3p-helm-legacy/pkg/repo/repotest" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/provenance" + "github.com/werf/3p-helm-for-werf-helm/pkg/repo" + "github.com/werf/3p-helm-for-werf-helm/pkg/repo/repotest" ) func TestDependencyBuildCmd(t *testing.T) { diff --git a/cmd/helm/dependency_update.go b/cmd/helm/dependency_update.go index 346a6bbfe27..efcb6f4b131 100644 --- a/cmd/helm/dependency_update.go +++ b/cmd/helm/dependency_update.go @@ -21,10 +21,10 @@ import ( "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/cmd/helm/require" - "github.com/werf/3p-helm-legacy/pkg/action" - "github.com/werf/3p-helm-legacy/pkg/downloader" - "github.com/werf/3p-helm-legacy/pkg/getter" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/pkg/action" + "github.com/werf/3p-helm-for-werf-helm/pkg/downloader" + "github.com/werf/3p-helm-for-werf-helm/pkg/getter" ) const dependencyUpDesc = ` diff --git a/cmd/helm/dependency_update_test.go b/cmd/helm/dependency_update_test.go index a28d7286f74..793efc32c82 100644 --- a/cmd/helm/dependency_update_test.go +++ b/cmd/helm/dependency_update_test.go @@ -22,13 +22,13 @@ import ( "strings" "testing" - "github.com/werf/3p-helm-legacy/internal/test/ensure" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - "github.com/werf/3p-helm-legacy/pkg/helmpath" - "github.com/werf/3p-helm-legacy/pkg/provenance" - "github.com/werf/3p-helm-legacy/pkg/repo" - "github.com/werf/3p-helm-legacy/pkg/repo/repotest" + "github.com/werf/3p-helm-for-werf-helm/internal/test/ensure" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/helmpath" + "github.com/werf/3p-helm-for-werf-helm/pkg/provenance" + "github.com/werf/3p-helm-for-werf-helm/pkg/repo" + "github.com/werf/3p-helm-for-werf-helm/pkg/repo/repotest" ) func TestDependencyUpdateCmd(t *testing.T) { diff --git a/cmd/helm/docs.go b/cmd/helm/docs.go index 53a6a3c8934..72d2db5242f 100644 --- a/cmd/helm/docs.go +++ b/cmd/helm/docs.go @@ -28,7 +28,7 @@ import ( "golang.org/x/text/cases" "golang.org/x/text/language" - "github.com/werf/3p-helm-legacy/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" ) const docsDesc = ` diff --git a/cmd/helm/env.go b/cmd/helm/env.go index d9465dd0435..4cb2c492bca 100644 --- a/cmd/helm/env.go +++ b/cmd/helm/env.go @@ -23,7 +23,7 @@ import ( "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" ) var envHelp = ` diff --git a/cmd/helm/flags.go b/cmd/helm/flags.go index cc2ba8ec176..639f16c3d59 100644 --- a/cmd/helm/flags.go +++ b/cmd/helm/flags.go @@ -28,12 +28,12 @@ import ( "github.com/spf13/pflag" "k8s.io/klog/v2" - "github.com/werf/3p-helm-legacy/pkg/action" - "github.com/werf/3p-helm-legacy/pkg/cli/output" - "github.com/werf/3p-helm-legacy/pkg/cli/values" - "github.com/werf/3p-helm-legacy/pkg/helmpath" - "github.com/werf/3p-helm-legacy/pkg/postrender" - "github.com/werf/3p-helm-legacy/pkg/repo" + "github.com/werf/3p-helm-for-werf-helm/pkg/action" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli/output" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli/values" + "github.com/werf/3p-helm-for-werf-helm/pkg/helmpath" + "github.com/werf/3p-helm-for-werf-helm/pkg/postrender" + "github.com/werf/3p-helm-for-werf-helm/pkg/repo" ) const ( diff --git a/cmd/helm/flags_test.go b/cmd/helm/flags_test.go index ffee4571fde..633ec9f6f8c 100644 --- a/cmd/helm/flags_test.go +++ b/cmd/helm/flags_test.go @@ -20,9 +20,9 @@ import ( "fmt" "testing" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/release" - helmtime "github.com/werf/3p-helm-legacy/pkg/time" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" + helmtime "github.com/werf/3p-helm-for-werf-helm/pkg/time" ) func outputFlagCompletionTest(t *testing.T, cmdName string) { diff --git a/cmd/helm/get.go b/cmd/helm/get.go index ba1d23fb53b..ab288fd4856 100644 --- a/cmd/helm/get.go +++ b/cmd/helm/get.go @@ -21,8 +21,8 @@ import ( "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/cmd/helm/require" - "github.com/werf/3p-helm-legacy/pkg/action" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/pkg/action" ) var getHelp = ` diff --git a/cmd/helm/get_all.go b/cmd/helm/get_all.go index 3905a24a5f0..2ddd5e47005 100644 --- a/cmd/helm/get_all.go +++ b/cmd/helm/get_all.go @@ -21,11 +21,11 @@ import ( "log" "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/pkg/errs" + "github.com/werf/3p-helm-for-werf-helm/pkg/errs" - "github.com/werf/3p-helm-legacy/cmd/helm/require" - "github.com/werf/3p-helm-legacy/pkg/action" - "github.com/werf/3p-helm-legacy/pkg/cli/output" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/pkg/action" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli/output" ) var getAllHelp = ` diff --git a/cmd/helm/get_all_test.go b/cmd/helm/get_all_test.go index 5d86f2e273c..851f8e5772b 100644 --- a/cmd/helm/get_all_test.go +++ b/cmd/helm/get_all_test.go @@ -19,7 +19,7 @@ package helm_v3 import ( "testing" - "github.com/werf/3p-helm-legacy/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) func TestGetCmd(t *testing.T) { diff --git a/cmd/helm/get_hooks.go b/cmd/helm/get_hooks.go index 0919ae211ac..9d13760f29d 100644 --- a/cmd/helm/get_hooks.go +++ b/cmd/helm/get_hooks.go @@ -23,8 +23,8 @@ import ( "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/cmd/helm/require" - "github.com/werf/3p-helm-legacy/pkg/action" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/pkg/action" ) const getHooksHelp = ` diff --git a/cmd/helm/get_hooks_test.go b/cmd/helm/get_hooks_test.go index dfd30561686..4ef1b313714 100644 --- a/cmd/helm/get_hooks_test.go +++ b/cmd/helm/get_hooks_test.go @@ -19,7 +19,7 @@ package helm_v3 import ( "testing" - "github.com/werf/3p-helm-legacy/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) func TestGetHooks(t *testing.T) { diff --git a/cmd/helm/get_manifest.go b/cmd/helm/get_manifest.go index 839c440fb3a..b377bccd671 100644 --- a/cmd/helm/get_manifest.go +++ b/cmd/helm/get_manifest.go @@ -23,8 +23,8 @@ import ( "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/cmd/helm/require" - "github.com/werf/3p-helm-legacy/pkg/action" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/pkg/action" ) var getManifestHelp = ` diff --git a/cmd/helm/get_manifest_test.go b/cmd/helm/get_manifest_test.go index 74a57c9087b..02a692e1c7b 100644 --- a/cmd/helm/get_manifest_test.go +++ b/cmd/helm/get_manifest_test.go @@ -19,7 +19,7 @@ package helm_v3 import ( "testing" - "github.com/werf/3p-helm-legacy/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) func TestGetManifest(t *testing.T) { diff --git a/cmd/helm/get_metadata.go b/cmd/helm/get_metadata.go index 387476d2abf..57516d541a6 100644 --- a/cmd/helm/get_metadata.go +++ b/cmd/helm/get_metadata.go @@ -23,9 +23,9 @@ import ( "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/cmd/helm/require" - "github.com/werf/3p-helm-legacy/pkg/action" - "github.com/werf/3p-helm-legacy/pkg/cli/output" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/pkg/action" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli/output" ) type metadataWriter struct { diff --git a/cmd/helm/get_metadata_test.go b/cmd/helm/get_metadata_test.go index 116a9d2f065..999c8cb981b 100644 --- a/cmd/helm/get_metadata_test.go +++ b/cmd/helm/get_metadata_test.go @@ -19,7 +19,7 @@ package helm_v3 import ( "testing" - "github.com/werf/3p-helm-legacy/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) func TestGetMetadataCmd(t *testing.T) { diff --git a/cmd/helm/get_notes.go b/cmd/helm/get_notes.go index 2311c3514ae..b6a173781e4 100644 --- a/cmd/helm/get_notes.go +++ b/cmd/helm/get_notes.go @@ -23,8 +23,8 @@ import ( "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/cmd/helm/require" - "github.com/werf/3p-helm-legacy/pkg/action" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/pkg/action" ) var getNotesHelp = ` diff --git a/cmd/helm/get_notes_test.go b/cmd/helm/get_notes_test.go index a5548519d7a..1a31249f235 100644 --- a/cmd/helm/get_notes_test.go +++ b/cmd/helm/get_notes_test.go @@ -19,7 +19,7 @@ package helm_v3 import ( "testing" - "github.com/werf/3p-helm-legacy/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) func TestGetNotesCmd(t *testing.T) { diff --git a/cmd/helm/get_values.go b/cmd/helm/get_values.go index 2a5d99d40d4..d2c48e864e7 100644 --- a/cmd/helm/get_values.go +++ b/cmd/helm/get_values.go @@ -23,9 +23,9 @@ import ( "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/cmd/helm/require" - "github.com/werf/3p-helm-legacy/pkg/action" - "github.com/werf/3p-helm-legacy/pkg/cli/output" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/pkg/action" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli/output" ) var getValuesHelp = ` diff --git a/cmd/helm/get_values_test.go b/cmd/helm/get_values_test.go index a5d43eddaf0..5f14f3a65a9 100644 --- a/cmd/helm/get_values_test.go +++ b/cmd/helm/get_values_test.go @@ -19,7 +19,7 @@ package helm_v3 import ( "testing" - "github.com/werf/3p-helm-legacy/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) func TestGetValuesCmd(t *testing.T) { diff --git a/cmd/helm/helm.go b/cmd/helm/helm.go index 7bc46823a86..5fb1d149973 100644 --- a/cmd/helm/helm.go +++ b/cmd/helm/helm.go @@ -29,12 +29,12 @@ import ( // Import to initialize client auth plugins. _ "k8s.io/client-go/plugin/pkg/client/auth" - "github.com/werf/3p-helm-legacy/pkg/action" - "github.com/werf/3p-helm-legacy/pkg/cli" - "github.com/werf/3p-helm-legacy/pkg/kube" - kubefake "github.com/werf/3p-helm-legacy/pkg/kube/fake" - "github.com/werf/3p-helm-legacy/pkg/release" - "github.com/werf/3p-helm-legacy/pkg/storage/driver" + "github.com/werf/3p-helm-for-werf-helm/pkg/action" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli" + "github.com/werf/3p-helm-for-werf-helm/pkg/kube" + kubefake "github.com/werf/3p-helm-for-werf-helm/pkg/kube/fake" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/storage/driver" ) var settings = cli.New() diff --git a/cmd/helm/helm_test.go b/cmd/helm/helm_test.go index 8197eb86325..8fe49f8f71c 100644 --- a/cmd/helm/helm_test.go +++ b/cmd/helm/helm_test.go @@ -28,15 +28,15 @@ import ( shellwords "github.com/mattn/go-shellwords" "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/internal/test" - "github.com/werf/3p-helm-legacy/pkg/action" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - "github.com/werf/3p-helm-legacy/pkg/cli" - kubefake "github.com/werf/3p-helm-legacy/pkg/kube/fake" - "github.com/werf/3p-helm-legacy/pkg/release" - "github.com/werf/3p-helm-legacy/pkg/storage" - "github.com/werf/3p-helm-legacy/pkg/storage/driver" - "github.com/werf/3p-helm-legacy/pkg/time" + "github.com/werf/3p-helm-for-werf-helm/internal/test" + "github.com/werf/3p-helm-for-werf-helm/pkg/action" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli" + kubefake "github.com/werf/3p-helm-for-werf-helm/pkg/kube/fake" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/storage" + "github.com/werf/3p-helm-for-werf-helm/pkg/storage/driver" + "github.com/werf/3p-helm-for-werf-helm/pkg/time" ) func testTimestamper() time.Time { return time.Unix(242085845, 0).UTC() } diff --git a/cmd/helm/history.go b/cmd/helm/history.go index 002edbcbd41..ddb1b199b20 100644 --- a/cmd/helm/history.go +++ b/cmd/helm/history.go @@ -25,13 +25,13 @@ import ( "github.com/gosuri/uitable" "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/cmd/helm/require" - "github.com/werf/3p-helm-legacy/pkg/action" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/cli/output" - "github.com/werf/3p-helm-legacy/pkg/release" - "github.com/werf/3p-helm-legacy/pkg/releaseutil" - helmtime "github.com/werf/3p-helm-legacy/pkg/time" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/pkg/action" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli/output" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/releaseutil" + helmtime "github.com/werf/3p-helm-for-werf-helm/pkg/time" ) var historyHelp = ` diff --git a/cmd/helm/history_test.go b/cmd/helm/history_test.go index 27a15b2acc2..9aa1dd718d9 100644 --- a/cmd/helm/history_test.go +++ b/cmd/helm/history_test.go @@ -20,7 +20,7 @@ import ( "fmt" "testing" - "github.com/werf/3p-helm-legacy/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) func TestHistoryCmd(t *testing.T) { diff --git a/cmd/helm/install.go b/cmd/helm/install.go index 897305ecae7..f609865a724 100644 --- a/cmd/helm/install.go +++ b/cmd/helm/install.go @@ -29,19 +29,19 @@ import ( "github.com/pkg/errors" "github.com/spf13/cobra" "github.com/spf13/pflag" - "github.com/werf/3p-helm-legacy/pkg/errs" - "github.com/werf/3p-helm-legacy/pkg/phases" - "github.com/werf/3p-helm-legacy/pkg/postrender" - - "github.com/werf/3p-helm-legacy/cmd/helm/require" - "github.com/werf/3p-helm-legacy/pkg/action" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/chart/loader" - "github.com/werf/3p-helm-legacy/pkg/cli/output" - "github.com/werf/3p-helm-legacy/pkg/cli/values" - "github.com/werf/3p-helm-legacy/pkg/downloader" - "github.com/werf/3p-helm-legacy/pkg/getter" - "github.com/werf/3p-helm-legacy/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/errs" + "github.com/werf/3p-helm-for-werf-helm/pkg/phases" + "github.com/werf/3p-helm-for-werf-helm/pkg/postrender" + + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/pkg/action" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart/loader" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli/output" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli/values" + "github.com/werf/3p-helm-for-werf-helm/pkg/downloader" + "github.com/werf/3p-helm-for-werf-helm/pkg/getter" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) const installDesc = ` diff --git a/cmd/helm/install_test.go b/cmd/helm/install_test.go index 7c33c53c97c..b1cd678436d 100644 --- a/cmd/helm/install_test.go +++ b/cmd/helm/install_test.go @@ -23,7 +23,7 @@ import ( "path/filepath" "testing" - "github.com/werf/3p-helm-legacy/pkg/repo/repotest" + "github.com/werf/3p-helm-for-werf-helm/pkg/repo/repotest" ) func TestInstall(t *testing.T) { diff --git a/cmd/helm/lint.go b/cmd/helm/lint.go index a9e9b6b4db2..c43f5536b27 100644 --- a/cmd/helm/lint.go +++ b/cmd/helm/lint.go @@ -26,11 +26,11 @@ import ( "github.com/pkg/errors" "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/pkg/action" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - "github.com/werf/3p-helm-legacy/pkg/cli/values" - "github.com/werf/3p-helm-legacy/pkg/getter" - "github.com/werf/3p-helm-legacy/pkg/lint/support" + "github.com/werf/3p-helm-for-werf-helm/pkg/action" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli/values" + "github.com/werf/3p-helm-for-werf-helm/pkg/getter" + "github.com/werf/3p-helm-for-werf-helm/pkg/lint/support" ) var longLintHelp = ` diff --git a/cmd/helm/list.go b/cmd/helm/list.go index aa6742e665a..751826aa900 100644 --- a/cmd/helm/list.go +++ b/cmd/helm/list.go @@ -25,10 +25,10 @@ import ( "github.com/gosuri/uitable" "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/cmd/helm/require" - "github.com/werf/3p-helm-legacy/pkg/action" - "github.com/werf/3p-helm-legacy/pkg/cli/output" - "github.com/werf/3p-helm-legacy/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/pkg/action" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli/output" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) var listHelp = ` diff --git a/cmd/helm/list_test.go b/cmd/helm/list_test.go index 95fda5a2205..f2b33b30d95 100644 --- a/cmd/helm/list_test.go +++ b/cmd/helm/list_test.go @@ -19,9 +19,9 @@ package helm_v3 import ( "testing" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/release" - "github.com/werf/3p-helm-legacy/pkg/time" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/time" ) func TestListCmd(t *testing.T) { diff --git a/cmd/helm/load_plugins.go b/cmd/helm/load_plugins.go index de4a3175037..03dba13c476 100644 --- a/cmd/helm/load_plugins.go +++ b/cmd/helm/load_plugins.go @@ -31,7 +31,7 @@ import ( "github.com/spf13/cobra" "sigs.k8s.io/yaml" - "github.com/werf/3p-helm-legacy/pkg/plugin" + "github.com/werf/3p-helm-for-werf-helm/pkg/plugin" ) const ( diff --git a/cmd/helm/package.go b/cmd/helm/package.go index fac40aae406..04ef1be8fa9 100644 --- a/cmd/helm/package.go +++ b/cmd/helm/package.go @@ -25,10 +25,10 @@ import ( "github.com/pkg/errors" "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/pkg/action" - "github.com/werf/3p-helm-legacy/pkg/cli/values" - "github.com/werf/3p-helm-legacy/pkg/downloader" - "github.com/werf/3p-helm-legacy/pkg/getter" + "github.com/werf/3p-helm-for-werf-helm/pkg/action" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli/values" + "github.com/werf/3p-helm-for-werf-helm/pkg/downloader" + "github.com/werf/3p-helm-for-werf-helm/pkg/getter" ) const packageDesc = ` diff --git a/cmd/helm/package_test.go b/cmd/helm/package_test.go index 6c64522610d..7fccb8ffc20 100644 --- a/cmd/helm/package_test.go +++ b/cmd/helm/package_test.go @@ -23,8 +23,8 @@ import ( "strings" "testing" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/chart/loader" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart/loader" ) func TestPackage(t *testing.T) { diff --git a/cmd/helm/plugin.go b/cmd/helm/plugin.go index cbfcd0a16f0..afe299dcd15 100644 --- a/cmd/helm/plugin.go +++ b/cmd/helm/plugin.go @@ -23,7 +23,7 @@ import ( "github.com/pkg/errors" "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/pkg/plugin" + "github.com/werf/3p-helm-for-werf-helm/pkg/plugin" ) const pluginHelp = ` diff --git a/cmd/helm/plugin_install.go b/cmd/helm/plugin_install.go index f5ffcc2ae2e..fa55e76b658 100644 --- a/cmd/helm/plugin_install.go +++ b/cmd/helm/plugin_install.go @@ -22,9 +22,9 @@ import ( "github.com/pkg/errors" "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/cmd/helm/require" - "github.com/werf/3p-helm-legacy/pkg/plugin" - "github.com/werf/3p-helm-legacy/pkg/plugin/installer" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/pkg/plugin" + "github.com/werf/3p-helm-for-werf-helm/pkg/plugin/installer" ) type pluginInstallOptions struct { diff --git a/cmd/helm/plugin_list.go b/cmd/helm/plugin_list.go index 05160c6625a..ecf98b40224 100644 --- a/cmd/helm/plugin_list.go +++ b/cmd/helm/plugin_list.go @@ -22,7 +22,7 @@ import ( "github.com/gosuri/uitable" "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/pkg/plugin" + "github.com/werf/3p-helm-for-werf-helm/pkg/plugin" ) func newPluginListCmd(out io.Writer) *cobra.Command { diff --git a/cmd/helm/plugin_test.go b/cmd/helm/plugin_test.go index 90cabcb45fc..b2949bbe2cb 100644 --- a/cmd/helm/plugin_test.go +++ b/cmd/helm/plugin_test.go @@ -26,7 +26,7 @@ import ( "github.com/spf13/cobra" "github.com/spf13/pflag" - "github.com/werf/3p-helm-legacy/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) func TestManuallyProcessArgs(t *testing.T) { diff --git a/cmd/helm/plugin_uninstall.go b/cmd/helm/plugin_uninstall.go index 8102d7754c0..d342141f56d 100644 --- a/cmd/helm/plugin_uninstall.go +++ b/cmd/helm/plugin_uninstall.go @@ -24,7 +24,7 @@ import ( "github.com/pkg/errors" "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/pkg/plugin" + "github.com/werf/3p-helm-for-werf-helm/pkg/plugin" ) type pluginUninstallOptions struct { diff --git a/cmd/helm/plugin_update.go b/cmd/helm/plugin_update.go index 89bb952ba5e..469d574bfcf 100644 --- a/cmd/helm/plugin_update.go +++ b/cmd/helm/plugin_update.go @@ -24,8 +24,8 @@ import ( "github.com/pkg/errors" "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/pkg/plugin" - "github.com/werf/3p-helm-legacy/pkg/plugin/installer" + "github.com/werf/3p-helm-for-werf-helm/pkg/plugin" + "github.com/werf/3p-helm-for-werf-helm/pkg/plugin/installer" ) type pluginUpdateOptions struct { diff --git a/cmd/helm/pull.go b/cmd/helm/pull.go index 473465df9eb..9134b15caf1 100644 --- a/cmd/helm/pull.go +++ b/cmd/helm/pull.go @@ -23,8 +23,8 @@ import ( "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/cmd/helm/require" - "github.com/werf/3p-helm-legacy/pkg/action" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/pkg/action" ) const pullDesc = ` diff --git a/cmd/helm/pull_test.go b/cmd/helm/pull_test.go index 479152e9f2a..96591c35a9a 100644 --- a/cmd/helm/pull_test.go +++ b/cmd/helm/pull_test.go @@ -24,7 +24,7 @@ import ( "path/filepath" "testing" - "github.com/werf/3p-helm-legacy/pkg/repo/repotest" + "github.com/werf/3p-helm-for-werf-helm/pkg/repo/repotest" ) func TestPullCmd(t *testing.T) { diff --git a/cmd/helm/push.go b/cmd/helm/push.go index 6223f798ae2..5141f9be085 100644 --- a/cmd/helm/push.go +++ b/cmd/helm/push.go @@ -22,9 +22,9 @@ import ( "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/cmd/helm/require" - "github.com/werf/3p-helm-legacy/pkg/action" - "github.com/werf/3p-helm-legacy/pkg/pusher" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/pkg/action" + "github.com/werf/3p-helm-for-werf-helm/pkg/pusher" ) const pushDesc = ` diff --git a/cmd/helm/registry.go b/cmd/helm/registry.go index 8ad675070d1..5aadb36bf6b 100644 --- a/cmd/helm/registry.go +++ b/cmd/helm/registry.go @@ -20,7 +20,7 @@ import ( "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/pkg/action" + "github.com/werf/3p-helm-for-werf-helm/pkg/action" ) const registryHelp = ` diff --git a/cmd/helm/registry_login.go b/cmd/helm/registry_login.go index c8cd361f3c8..1ec140f6586 100644 --- a/cmd/helm/registry_login.go +++ b/cmd/helm/registry_login.go @@ -27,8 +27,8 @@ import ( "github.com/moby/term" "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/cmd/helm/require" - "github.com/werf/3p-helm-legacy/pkg/action" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/pkg/action" ) const registryLoginDesc = ` diff --git a/cmd/helm/registry_logout.go b/cmd/helm/registry_logout.go index ac9a4e02f87..a87eea0850f 100644 --- a/cmd/helm/registry_logout.go +++ b/cmd/helm/registry_logout.go @@ -21,8 +21,8 @@ import ( "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/cmd/helm/require" - "github.com/werf/3p-helm-legacy/pkg/action" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/pkg/action" ) const registryLogoutDesc = ` diff --git a/cmd/helm/release_testing.go b/cmd/helm/release_testing.go index 9b2e9ec5bf8..95ce67c001a 100644 --- a/cmd/helm/release_testing.go +++ b/cmd/helm/release_testing.go @@ -25,9 +25,9 @@ import ( "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/cmd/helm/require" - "github.com/werf/3p-helm-legacy/pkg/action" - "github.com/werf/3p-helm-legacy/pkg/cli/output" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/pkg/action" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli/output" ) const releaseTestHelp = ` diff --git a/cmd/helm/repo.go b/cmd/helm/repo.go index c56b78088c7..6b375f3b4bf 100644 --- a/cmd/helm/repo.go +++ b/cmd/helm/repo.go @@ -23,7 +23,7 @@ import ( "github.com/pkg/errors" "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" ) var repoHelm = ` diff --git a/cmd/helm/repo_add.go b/cmd/helm/repo_add.go index 50f66bc472f..6bb31addb14 100644 --- a/cmd/helm/repo_add.go +++ b/cmd/helm/repo_add.go @@ -31,9 +31,9 @@ import ( "golang.org/x/term" "sigs.k8s.io/yaml" - "github.com/werf/3p-helm-legacy/cmd/helm/require" - "github.com/werf/3p-helm-legacy/pkg/getter" - "github.com/werf/3p-helm-legacy/pkg/repo" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/pkg/getter" + "github.com/werf/3p-helm-for-werf-helm/pkg/repo" ) // Repositories that have been permanently deleted and no longer work diff --git a/cmd/helm/repo_add_test.go b/cmd/helm/repo_add_test.go index a96a7b0188b..19c24e0b28d 100644 --- a/cmd/helm/repo_add_test.go +++ b/cmd/helm/repo_add_test.go @@ -27,10 +27,10 @@ import ( "sigs.k8s.io/yaml" - "github.com/werf/3p-helm-legacy/pkg/helmpath" - "github.com/werf/3p-helm-legacy/pkg/helmpath/xdg" - "github.com/werf/3p-helm-legacy/pkg/repo" - "github.com/werf/3p-helm-legacy/pkg/repo/repotest" + "github.com/werf/3p-helm-for-werf-helm/pkg/helmpath" + "github.com/werf/3p-helm-for-werf-helm/pkg/helmpath/xdg" + "github.com/werf/3p-helm-for-werf-helm/pkg/repo" + "github.com/werf/3p-helm-for-werf-helm/pkg/repo/repotest" ) func TestRepoAddCmd(t *testing.T) { diff --git a/cmd/helm/repo_index.go b/cmd/helm/repo_index.go index a4316796d7a..26ec8f36c5e 100644 --- a/cmd/helm/repo_index.go +++ b/cmd/helm/repo_index.go @@ -24,8 +24,8 @@ import ( "github.com/pkg/errors" "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/cmd/helm/require" - "github.com/werf/3p-helm-legacy/pkg/repo" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/pkg/repo" ) const repoIndexDesc = ` diff --git a/cmd/helm/repo_index_test.go b/cmd/helm/repo_index_test.go index b0d72a1137e..8cb02667fdd 100644 --- a/cmd/helm/repo_index_test.go +++ b/cmd/helm/repo_index_test.go @@ -24,7 +24,7 @@ import ( "path/filepath" "testing" - "github.com/werf/3p-helm-legacy/pkg/repo" + "github.com/werf/3p-helm-for-werf-helm/pkg/repo" ) func TestRepoIndexCmd(t *testing.T) { diff --git a/cmd/helm/repo_list.go b/cmd/helm/repo_list.go index 210d38da70f..e5f9d9d57bb 100644 --- a/cmd/helm/repo_list.go +++ b/cmd/helm/repo_list.go @@ -24,9 +24,9 @@ import ( "github.com/pkg/errors" "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/cmd/helm/require" - "github.com/werf/3p-helm-legacy/pkg/cli/output" - "github.com/werf/3p-helm-legacy/pkg/repo" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli/output" + "github.com/werf/3p-helm-for-werf-helm/pkg/repo" ) func newRepoListCmd(out io.Writer) *cobra.Command { diff --git a/cmd/helm/repo_remove.go b/cmd/helm/repo_remove.go index 93125a5d8e6..d89ab9db49c 100644 --- a/cmd/helm/repo_remove.go +++ b/cmd/helm/repo_remove.go @@ -25,9 +25,9 @@ import ( "github.com/pkg/errors" "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/cmd/helm/require" - "github.com/werf/3p-helm-legacy/pkg/helmpath" - "github.com/werf/3p-helm-legacy/pkg/repo" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/pkg/helmpath" + "github.com/werf/3p-helm-for-werf-helm/pkg/repo" ) type repoRemoveOptions struct { diff --git a/cmd/helm/repo_remove_test.go b/cmd/helm/repo_remove_test.go index ff9f0192d3d..c30318fa599 100644 --- a/cmd/helm/repo_remove_test.go +++ b/cmd/helm/repo_remove_test.go @@ -24,9 +24,9 @@ import ( "strings" "testing" - "github.com/werf/3p-helm-legacy/pkg/helmpath" - "github.com/werf/3p-helm-legacy/pkg/repo" - "github.com/werf/3p-helm-legacy/pkg/repo/repotest" + "github.com/werf/3p-helm-for-werf-helm/pkg/helmpath" + "github.com/werf/3p-helm-for-werf-helm/pkg/repo" + "github.com/werf/3p-helm-for-werf-helm/pkg/repo/repotest" ) func TestRepoRemove(t *testing.T) { diff --git a/cmd/helm/repo_update.go b/cmd/helm/repo_update.go index 3ef14ef40e6..db76b30ee23 100644 --- a/cmd/helm/repo_update.go +++ b/cmd/helm/repo_update.go @@ -24,9 +24,9 @@ import ( "github.com/pkg/errors" "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/cmd/helm/require" - "github.com/werf/3p-helm-legacy/pkg/getter" - "github.com/werf/3p-helm-legacy/pkg/repo" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/pkg/getter" + "github.com/werf/3p-helm-for-werf-helm/pkg/repo" ) const updateDesc = ` diff --git a/cmd/helm/repo_update_test.go b/cmd/helm/repo_update_test.go index 21b736892d4..98b06338adb 100644 --- a/cmd/helm/repo_update_test.go +++ b/cmd/helm/repo_update_test.go @@ -24,10 +24,10 @@ import ( "strings" "testing" - "github.com/werf/3p-helm-legacy/internal/test/ensure" - "github.com/werf/3p-helm-legacy/pkg/getter" - "github.com/werf/3p-helm-legacy/pkg/repo" - "github.com/werf/3p-helm-legacy/pkg/repo/repotest" + "github.com/werf/3p-helm-for-werf-helm/internal/test/ensure" + "github.com/werf/3p-helm-for-werf-helm/pkg/getter" + "github.com/werf/3p-helm-for-werf-helm/pkg/repo" + "github.com/werf/3p-helm-for-werf-helm/pkg/repo/repotest" ) func TestUpdateCmd(t *testing.T) { diff --git a/cmd/helm/rollback.go b/cmd/helm/rollback.go index ab34b9382fd..ced3b50b0c6 100644 --- a/cmd/helm/rollback.go +++ b/cmd/helm/rollback.go @@ -23,10 +23,10 @@ import ( "time" "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/cmd/helm/require" - "github.com/werf/3p-helm-legacy/pkg/action" - "github.com/werf/3p-helm-legacy/pkg/errs" - "github.com/werf/3p-helm-legacy/pkg/phases" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/pkg/action" + "github.com/werf/3p-helm-for-werf-helm/pkg/errs" + "github.com/werf/3p-helm-for-werf-helm/pkg/phases" ) const rollbackDesc = ` diff --git a/cmd/helm/rollback_test.go b/cmd/helm/rollback_test.go index 27d3ce6d243..6758a559aa9 100644 --- a/cmd/helm/rollback_test.go +++ b/cmd/helm/rollback_test.go @@ -21,8 +21,8 @@ import ( "reflect" "testing" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) func TestRollbackCmd(t *testing.T) { diff --git a/cmd/helm/root.go b/cmd/helm/root.go index 94c9ea0deaf..8610a7ffa6b 100644 --- a/cmd/helm/root.go +++ b/cmd/helm/root.go @@ -29,9 +29,9 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/client-go/tools/clientcmd" - "github.com/werf/3p-helm-legacy/pkg/action" - "github.com/werf/3p-helm-legacy/pkg/registry" - "github.com/werf/3p-helm-legacy/pkg/repo" + "github.com/werf/3p-helm-for-werf-helm/pkg/action" + "github.com/werf/3p-helm-for-werf-helm/pkg/registry" + "github.com/werf/3p-helm-for-werf-helm/pkg/repo" ) var globalUsage = `The Kubernetes package manager diff --git a/cmd/helm/root_test.go b/cmd/helm/root_test.go index cfa689fefdf..eec12b7d382 100644 --- a/cmd/helm/root_test.go +++ b/cmd/helm/root_test.go @@ -21,9 +21,9 @@ import ( "path/filepath" "testing" - "github.com/werf/3p-helm-legacy/internal/test/ensure" - "github.com/werf/3p-helm-legacy/pkg/helmpath" - "github.com/werf/3p-helm-legacy/pkg/helmpath/xdg" + "github.com/werf/3p-helm-for-werf-helm/internal/test/ensure" + "github.com/werf/3p-helm-for-werf-helm/pkg/helmpath" + "github.com/werf/3p-helm-for-werf-helm/pkg/helmpath/xdg" ) func TestRootCmd(t *testing.T) { diff --git a/cmd/helm/search/search.go b/cmd/helm/search/search.go index ae46506bf11..4c3232da128 100644 --- a/cmd/helm/search/search.go +++ b/cmd/helm/search/search.go @@ -31,7 +31,7 @@ import ( "github.com/Masterminds/semver/v3" - "github.com/werf/3p-helm-legacy/pkg/repo" + "github.com/werf/3p-helm-for-werf-helm/pkg/repo" ) // Result is a search result. diff --git a/cmd/helm/search/search_test.go b/cmd/helm/search/search_test.go index 895d04e2945..faf6165d113 100644 --- a/cmd/helm/search/search_test.go +++ b/cmd/helm/search/search_test.go @@ -20,8 +20,8 @@ import ( "strings" "testing" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/repo" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/repo" ) func TestSortScore(t *testing.T) { diff --git a/cmd/helm/search_hub.go b/cmd/helm/search_hub.go index d98add247f1..eab28e6943c 100644 --- a/cmd/helm/search_hub.go +++ b/cmd/helm/search_hub.go @@ -25,8 +25,8 @@ import ( "github.com/pkg/errors" "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/internal/monocular" - "github.com/werf/3p-helm-legacy/pkg/cli/output" + "github.com/werf/3p-helm-for-werf-helm/internal/monocular" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli/output" ) const searchHubDesc = ` diff --git a/cmd/helm/search_repo.go b/cmd/helm/search_repo.go index 465ea108843..718e9cd51dd 100644 --- a/cmd/helm/search_repo.go +++ b/cmd/helm/search_repo.go @@ -30,10 +30,10 @@ import ( "github.com/pkg/errors" "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/cmd/helm/search" - "github.com/werf/3p-helm-legacy/pkg/cli/output" - "github.com/werf/3p-helm-legacy/pkg/helmpath" - "github.com/werf/3p-helm-legacy/pkg/repo" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/search" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli/output" + "github.com/werf/3p-helm-for-werf-helm/pkg/helmpath" + "github.com/werf/3p-helm-for-werf-helm/pkg/repo" ) const searchRepoDesc = ` diff --git a/cmd/helm/show.go b/cmd/helm/show.go index f69c61a345c..ccccaef3df2 100644 --- a/cmd/helm/show.go +++ b/cmd/helm/show.go @@ -23,9 +23,9 @@ import ( "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/cmd/helm/require" - "github.com/werf/3p-helm-legacy/pkg/action" - "github.com/werf/3p-helm-legacy/pkg/chart/loader" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/pkg/action" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart/loader" ) const showDesc = ` diff --git a/cmd/helm/show_test.go b/cmd/helm/show_test.go index 1a27c77accd..1d5bf100a4c 100644 --- a/cmd/helm/show_test.go +++ b/cmd/helm/show_test.go @@ -22,7 +22,7 @@ import ( "strings" "testing" - "github.com/werf/3p-helm-legacy/pkg/repo/repotest" + "github.com/werf/3p-helm-for-werf-helm/pkg/repo/repotest" ) func TestShowPreReleaseChart(t *testing.T) { diff --git a/cmd/helm/status.go b/cmd/helm/status.go index dd707c167c6..b49f9baf0b1 100644 --- a/cmd/helm/status.go +++ b/cmd/helm/status.go @@ -28,11 +28,11 @@ import ( "k8s.io/kubectl/pkg/cmd/get" - "github.com/werf/3p-helm-legacy/cmd/helm/require" - "github.com/werf/3p-helm-legacy/pkg/action" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - "github.com/werf/3p-helm-legacy/pkg/cli/output" - "github.com/werf/3p-helm-legacy/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/pkg/action" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli/output" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) // NOTE: Keep the list of statuses up-to-date with pkg/release/status.go. diff --git a/cmd/helm/status_test.go b/cmd/helm/status_test.go index 284b1931e97..5f88a99d921 100644 --- a/cmd/helm/status_test.go +++ b/cmd/helm/status_test.go @@ -20,9 +20,9 @@ import ( "testing" "time" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/release" - helmtime "github.com/werf/3p-helm-legacy/pkg/time" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" + helmtime "github.com/werf/3p-helm-for-werf-helm/pkg/time" ) func TestStatusCmd(t *testing.T) { diff --git a/cmd/helm/template.go b/cmd/helm/template.go index f32663d1e6f..311472d990e 100644 --- a/cmd/helm/template.go +++ b/cmd/helm/template.go @@ -28,15 +28,15 @@ import ( "strings" "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/cmd/helm/require" - "github.com/werf/3p-helm-legacy/pkg/action" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - "github.com/werf/3p-helm-legacy/pkg/cli/values" - "github.com/werf/3p-helm-legacy/pkg/errs" - "github.com/werf/3p-helm-legacy/pkg/phases" - "github.com/werf/3p-helm-legacy/pkg/postrender" - "github.com/werf/3p-helm-legacy/pkg/release" - "github.com/werf/3p-helm-legacy/pkg/releaseutil" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/pkg/action" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli/values" + "github.com/werf/3p-helm-for-werf-helm/pkg/errs" + "github.com/werf/3p-helm-for-werf-helm/pkg/phases" + "github.com/werf/3p-helm-for-werf-helm/pkg/postrender" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/releaseutil" ) const templateDesc = ` diff --git a/cmd/helm/uninstall.go b/cmd/helm/uninstall.go index 0fd1efb4161..a9c8d8d4b64 100644 --- a/cmd/helm/uninstall.go +++ b/cmd/helm/uninstall.go @@ -22,9 +22,9 @@ import ( "time" "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/cmd/helm/require" - "github.com/werf/3p-helm-legacy/pkg/action" - "github.com/werf/3p-helm-legacy/pkg/phases" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/pkg/action" + "github.com/werf/3p-helm-for-werf-helm/pkg/phases" ) const uninstallDesc = ` diff --git a/cmd/helm/uninstall_test.go b/cmd/helm/uninstall_test.go index b35f8ba4cb6..8930a1aed1f 100644 --- a/cmd/helm/uninstall_test.go +++ b/cmd/helm/uninstall_test.go @@ -19,7 +19,7 @@ package helm_v3 import ( "testing" - "github.com/werf/3p-helm-legacy/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) func TestUninstall(t *testing.T) { diff --git a/cmd/helm/upgrade.go b/cmd/helm/upgrade.go index 2b2a44a90f9..27f3a5cc157 100644 --- a/cmd/helm/upgrade.go +++ b/cmd/helm/upgrade.go @@ -29,17 +29,17 @@ import ( "github.com/pkg/errors" "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/cmd/helm/require" - "github.com/werf/3p-helm-legacy/pkg/action" - "github.com/werf/3p-helm-legacy/pkg/chart/loader" - "github.com/werf/3p-helm-legacy/pkg/cli/output" - "github.com/werf/3p-helm-legacy/pkg/cli/values" - "github.com/werf/3p-helm-legacy/pkg/downloader" - "github.com/werf/3p-helm-legacy/pkg/errs" - "github.com/werf/3p-helm-legacy/pkg/getter" - "github.com/werf/3p-helm-legacy/pkg/phases" - "github.com/werf/3p-helm-legacy/pkg/postrender" - "github.com/werf/3p-helm-legacy/pkg/storage/driver" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/pkg/action" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart/loader" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli/output" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli/values" + "github.com/werf/3p-helm-for-werf-helm/pkg/downloader" + "github.com/werf/3p-helm-for-werf-helm/pkg/errs" + "github.com/werf/3p-helm-for-werf-helm/pkg/getter" + "github.com/werf/3p-helm-for-werf-helm/pkg/phases" + "github.com/werf/3p-helm-for-werf-helm/pkg/postrender" + "github.com/werf/3p-helm-for-werf-helm/pkg/storage/driver" ) const upgradeDesc = ` diff --git a/cmd/helm/upgrade_test.go b/cmd/helm/upgrade_test.go index 8383508f891..edb26f617f1 100644 --- a/cmd/helm/upgrade_test.go +++ b/cmd/helm/upgrade_test.go @@ -24,10 +24,10 @@ import ( "strings" "testing" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/chart/loader" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - "github.com/werf/3p-helm-legacy/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart/loader" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) func TestUpgradeCmd(t *testing.T) { diff --git a/cmd/helm/verify.go b/cmd/helm/verify.go index c660ddc4284..410c3462aa7 100644 --- a/cmd/helm/verify.go +++ b/cmd/helm/verify.go @@ -21,8 +21,8 @@ import ( "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/cmd/helm/require" - "github.com/werf/3p-helm-legacy/pkg/action" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/pkg/action" ) const verifyDesc = ` diff --git a/cmd/helm/version.go b/cmd/helm/version.go index a67eb45c897..d9081bc1e8d 100644 --- a/cmd/helm/version.go +++ b/cmd/helm/version.go @@ -23,8 +23,8 @@ import ( "github.com/spf13/cobra" - "github.com/werf/3p-helm-legacy/cmd/helm/require" - "github.com/werf/3p-helm-legacy/internal/version" + "github.com/werf/3p-helm-for-werf-helm/cmd/helm/require" + "github.com/werf/3p-helm-for-werf-helm/internal/version" ) const versionDesc = ` diff --git a/go.mod b/go.mod index a3283886ed6..5c73c7aef6b 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/werf/3p-helm-legacy +module github.com/werf/3p-helm-for-werf-helm go 1.21 diff --git a/internal/fileutil/fileutil.go b/internal/fileutil/fileutil.go index ff0d4c51f17..4fba5096d43 100644 --- a/internal/fileutil/fileutil.go +++ b/internal/fileutil/fileutil.go @@ -21,7 +21,7 @@ import ( "os" "path/filepath" - "github.com/werf/3p-helm-legacy/internal/third_party/dep/fs" + "github.com/werf/3p-helm-for-werf-helm/internal/third_party/dep/fs" ) // AtomicWriteFile atomically (as atomic as os.Rename allows) writes a file to a diff --git a/internal/monocular/search.go b/internal/monocular/search.go index d02d75b5e9b..1b80c73b0a2 100644 --- a/internal/monocular/search.go +++ b/internal/monocular/search.go @@ -24,8 +24,8 @@ import ( "path" "time" - "github.com/werf/3p-helm-legacy/internal/version" - "github.com/werf/3p-helm-legacy/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/internal/version" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" ) // SearchPath is the url path to the search API in monocular. diff --git a/internal/resolver/resolver.go b/internal/resolver/resolver.go index fc7ac27e3f6..857fa5c8ba7 100644 --- a/internal/resolver/resolver.go +++ b/internal/resolver/resolver.go @@ -27,12 +27,12 @@ import ( "github.com/Masterminds/semver/v3" "github.com/pkg/errors" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/chart/loader" - "github.com/werf/3p-helm-legacy/pkg/helmpath" - "github.com/werf/3p-helm-legacy/pkg/provenance" - "github.com/werf/3p-helm-legacy/pkg/registry" - "github.com/werf/3p-helm-legacy/pkg/repo" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart/loader" + "github.com/werf/3p-helm-for-werf-helm/pkg/helmpath" + "github.com/werf/3p-helm-for-werf-helm/pkg/provenance" + "github.com/werf/3p-helm-for-werf-helm/pkg/registry" + "github.com/werf/3p-helm-for-werf-helm/pkg/repo" ) // Resolver resolves dependencies from semantic version ranges to a particular version. diff --git a/internal/resolver/resolver_test.go b/internal/resolver/resolver_test.go index 2bc0db1a4e1..9550c587f79 100644 --- a/internal/resolver/resolver_test.go +++ b/internal/resolver/resolver_test.go @@ -19,8 +19,8 @@ import ( "runtime" "testing" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/registry" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/registry" ) func TestResolve(t *testing.T) { diff --git a/internal/test/ensure/ensure.go b/internal/test/ensure/ensure.go index b634565023c..026db965edb 100644 --- a/internal/test/ensure/ensure.go +++ b/internal/test/ensure/ensure.go @@ -21,8 +21,8 @@ import ( "path/filepath" "testing" - "github.com/werf/3p-helm-legacy/pkg/helmpath" - "github.com/werf/3p-helm-legacy/pkg/helmpath/xdg" + "github.com/werf/3p-helm-for-werf-helm/pkg/helmpath" + "github.com/werf/3p-helm-for-werf-helm/pkg/helmpath/xdg" ) // HelmHome sets up a Helm Home in a temp dir. diff --git a/pkg/action/action.go b/pkg/action/action.go index b3f73b083a6..400182cf5a1 100644 --- a/pkg/action/action.go +++ b/pkg/action/action.go @@ -32,17 +32,17 @@ import ( "k8s.io/client-go/kubernetes" "k8s.io/client-go/rest" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - "github.com/werf/3p-helm-legacy/pkg/engine" - "github.com/werf/3p-helm-legacy/pkg/kube" - "github.com/werf/3p-helm-legacy/pkg/postrender" - "github.com/werf/3p-helm-legacy/pkg/registry" - "github.com/werf/3p-helm-legacy/pkg/release" - "github.com/werf/3p-helm-legacy/pkg/releaseutil" - "github.com/werf/3p-helm-legacy/pkg/storage" - "github.com/werf/3p-helm-legacy/pkg/storage/driver" - "github.com/werf/3p-helm-legacy/pkg/time" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/engine" + "github.com/werf/3p-helm-for-werf-helm/pkg/kube" + "github.com/werf/3p-helm-for-werf-helm/pkg/postrender" + "github.com/werf/3p-helm-for-werf-helm/pkg/registry" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/releaseutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/storage" + "github.com/werf/3p-helm-for-werf-helm/pkg/storage/driver" + "github.com/werf/3p-helm-for-werf-helm/pkg/time" ) // Timestamper is a function capable of producing a timestamp.Timestamper. diff --git a/pkg/action/action_test.go b/pkg/action/action_test.go index 0eee8b41e8d..a4ebeadf48b 100644 --- a/pkg/action/action_test.go +++ b/pkg/action/action_test.go @@ -22,14 +22,14 @@ import ( fakeclientset "k8s.io/client-go/kubernetes/fake" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - kubefake "github.com/werf/3p-helm-legacy/pkg/kube/fake" - "github.com/werf/3p-helm-legacy/pkg/registry" - "github.com/werf/3p-helm-legacy/pkg/release" - "github.com/werf/3p-helm-legacy/pkg/storage" - "github.com/werf/3p-helm-legacy/pkg/storage/driver" - "github.com/werf/3p-helm-legacy/pkg/time" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + kubefake "github.com/werf/3p-helm-for-werf-helm/pkg/kube/fake" + "github.com/werf/3p-helm-for-werf-helm/pkg/registry" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/storage" + "github.com/werf/3p-helm-for-werf-helm/pkg/storage/driver" + "github.com/werf/3p-helm-for-werf-helm/pkg/time" ) var verbose = flag.Bool("test.log", false, "enable test logging") diff --git a/pkg/action/dependency.go b/pkg/action/dependency.go index c70fd46c4c0..3a145339d15 100644 --- a/pkg/action/dependency.go +++ b/pkg/action/dependency.go @@ -26,8 +26,8 @@ import ( "github.com/Masterminds/semver/v3" "github.com/gosuri/uitable" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/chart/loader" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart/loader" ) // Dependency is the action for building a given chart's dependency tree. diff --git a/pkg/action/dependency_test.go b/pkg/action/dependency_test.go index 7596d31d6c4..5f5ae26357f 100644 --- a/pkg/action/dependency_test.go +++ b/pkg/action/dependency_test.go @@ -24,9 +24,9 @@ import ( "github.com/stretchr/testify/assert" - "github.com/werf/3p-helm-legacy/internal/test" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/internal/test" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" ) func TestList(t *testing.T) { diff --git a/pkg/action/get.go b/pkg/action/get.go index c0dc83889fe..8653c92f7fb 100644 --- a/pkg/action/get.go +++ b/pkg/action/get.go @@ -17,7 +17,7 @@ limitations under the License. package action import ( - "github.com/werf/3p-helm-legacy/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) // Get is the action for checking a given release's information. diff --git a/pkg/action/get_values.go b/pkg/action/get_values.go index ed895fbd38c..50419cbee42 100644 --- a/pkg/action/get_values.go +++ b/pkg/action/get_values.go @@ -17,7 +17,7 @@ limitations under the License. package action import ( - "github.com/werf/3p-helm-legacy/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" ) // GetValues is the action for checking a given release's values. diff --git a/pkg/action/history.go b/pkg/action/history.go index 9ef2c373890..1e05bf490e8 100644 --- a/pkg/action/history.go +++ b/pkg/action/history.go @@ -19,8 +19,8 @@ package action import ( "github.com/pkg/errors" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - "github.com/werf/3p-helm-legacy/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) // History is the action for checking the release's ledger. diff --git a/pkg/action/hooks.go b/pkg/action/hooks.go index 125bf853746..dcfeec825ea 100644 --- a/pkg/action/hooks.go +++ b/pkg/action/hooks.go @@ -23,9 +23,9 @@ import ( "time" "github.com/pkg/errors" - "github.com/werf/3p-helm-legacy/pkg/kube" - "github.com/werf/3p-helm-legacy/pkg/release" - helmtime "github.com/werf/3p-helm-legacy/pkg/time" + "github.com/werf/3p-helm-for-werf-helm/pkg/kube" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" + helmtime "github.com/werf/3p-helm-for-werf-helm/pkg/time" ) // execHook executes all of the hooks for the given hook event. diff --git a/pkg/action/install.go b/pkg/action/install.go index a6583f4b5ac..c5188636471 100644 --- a/pkg/action/install.go +++ b/pkg/action/install.go @@ -32,9 +32,9 @@ import ( "github.com/Masterminds/sprig/v3" "github.com/pkg/errors" - "github.com/werf/3p-helm-legacy/pkg/phases" - "github.com/werf/3p-helm-legacy/pkg/phases/phasemanagers" - "github.com/werf/3p-helm-legacy/pkg/phases/stages" + "github.com/werf/3p-helm-for-werf-helm/pkg/phases" + "github.com/werf/3p-helm-for-werf-helm/pkg/phases/phasemanagers" + "github.com/werf/3p-helm-for-werf-helm/pkg/phases/stages" v1 "k8s.io/api/core/v1" apierrors "k8s.io/apimachinery/pkg/api/errors" "k8s.io/apimachinery/pkg/api/meta" @@ -42,20 +42,20 @@ import ( "k8s.io/cli-runtime/pkg/resource" "sigs.k8s.io/yaml" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - "github.com/werf/3p-helm-legacy/pkg/cli" - "github.com/werf/3p-helm-legacy/pkg/downloader" - "github.com/werf/3p-helm-legacy/pkg/getter" - "github.com/werf/3p-helm-legacy/pkg/kube" - kubefake "github.com/werf/3p-helm-legacy/pkg/kube/fake" - "github.com/werf/3p-helm-legacy/pkg/postrender" - "github.com/werf/3p-helm-legacy/pkg/registry" - "github.com/werf/3p-helm-legacy/pkg/release" - "github.com/werf/3p-helm-legacy/pkg/releaseutil" - "github.com/werf/3p-helm-legacy/pkg/repo" - "github.com/werf/3p-helm-legacy/pkg/storage" - "github.com/werf/3p-helm-legacy/pkg/storage/driver" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli" + "github.com/werf/3p-helm-for-werf-helm/pkg/downloader" + "github.com/werf/3p-helm-for-werf-helm/pkg/getter" + "github.com/werf/3p-helm-for-werf-helm/pkg/kube" + kubefake "github.com/werf/3p-helm-for-werf-helm/pkg/kube/fake" + "github.com/werf/3p-helm-for-werf-helm/pkg/postrender" + "github.com/werf/3p-helm-for-werf-helm/pkg/registry" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/releaseutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/repo" + "github.com/werf/3p-helm-for-werf-helm/pkg/storage" + "github.com/werf/3p-helm-for-werf-helm/pkg/storage/driver" ) // NOTESFILE_SUFFIX that we want to treat special. It goes through the templating engine diff --git a/pkg/action/install_test.go b/pkg/action/install_test.go index e1a9f4809b3..16644393894 100644 --- a/pkg/action/install_test.go +++ b/pkg/action/install_test.go @@ -31,13 +31,13 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/werf/3p-helm-legacy/internal/test" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - kubefake "github.com/werf/3p-helm-legacy/pkg/kube/fake" - "github.com/werf/3p-helm-legacy/pkg/release" - "github.com/werf/3p-helm-legacy/pkg/storage/driver" - helmtime "github.com/werf/3p-helm-legacy/pkg/time" + "github.com/werf/3p-helm-for-werf-helm/internal/test" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + kubefake "github.com/werf/3p-helm-for-werf-helm/pkg/kube/fake" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/storage/driver" + helmtime "github.com/werf/3p-helm-for-werf-helm/pkg/time" ) type nameTemplateTestCase struct { diff --git a/pkg/action/lint.go b/pkg/action/lint.go index 851faa0f1bc..0ea95b2704e 100644 --- a/pkg/action/lint.go +++ b/pkg/action/lint.go @@ -23,9 +23,9 @@ import ( "github.com/pkg/errors" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - "github.com/werf/3p-helm-legacy/pkg/lint" - "github.com/werf/3p-helm-legacy/pkg/lint/support" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/lint" + "github.com/werf/3p-helm-for-werf-helm/pkg/lint/support" ) // Lint is the action for checking that the semantics of a chart are well-formed. diff --git a/pkg/action/list.go b/pkg/action/list.go index f12c7487ac1..ea2bbae3682 100644 --- a/pkg/action/list.go +++ b/pkg/action/list.go @@ -22,8 +22,8 @@ import ( "k8s.io/apimachinery/pkg/labels" - "github.com/werf/3p-helm-legacy/pkg/release" - "github.com/werf/3p-helm-legacy/pkg/releaseutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/releaseutil" ) // ListStates represents zero or more status codes that a list item may have set diff --git a/pkg/action/list_test.go b/pkg/action/list_test.go index 89c128e8bd5..d7e32bc9572 100644 --- a/pkg/action/list_test.go +++ b/pkg/action/list_test.go @@ -21,8 +21,8 @@ import ( "github.com/stretchr/testify/assert" - "github.com/werf/3p-helm-legacy/pkg/release" - "github.com/werf/3p-helm-legacy/pkg/storage" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/storage" ) func TestListStates(t *testing.T) { diff --git a/pkg/action/package.go b/pkg/action/package.go index 3c04b3c34e6..85643d23574 100644 --- a/pkg/action/package.go +++ b/pkg/action/package.go @@ -26,9 +26,9 @@ import ( "github.com/pkg/errors" "golang.org/x/term" - "github.com/werf/3p-helm-legacy/pkg/chart/loader" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - "github.com/werf/3p-helm-legacy/pkg/provenance" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart/loader" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/provenance" ) // Package is the action for packaging a chart. diff --git a/pkg/action/package_test.go b/pkg/action/package_test.go index d7e6a650db3..c1b540b3dc6 100644 --- a/pkg/action/package_test.go +++ b/pkg/action/package_test.go @@ -23,7 +23,7 @@ import ( "github.com/Masterminds/semver/v3" - "github.com/werf/3p-helm-legacy/internal/test/ensure" + "github.com/werf/3p-helm-for-werf-helm/internal/test/ensure" ) func TestPassphraseFileFetcher(t *testing.T) { diff --git a/pkg/action/pull.go b/pkg/action/pull.go index 38d75d14a4e..e922d89db62 100644 --- a/pkg/action/pull.go +++ b/pkg/action/pull.go @@ -24,12 +24,12 @@ import ( "github.com/pkg/errors" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - "github.com/werf/3p-helm-legacy/pkg/cli" - "github.com/werf/3p-helm-legacy/pkg/downloader" - "github.com/werf/3p-helm-legacy/pkg/getter" - "github.com/werf/3p-helm-legacy/pkg/registry" - "github.com/werf/3p-helm-legacy/pkg/repo" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli" + "github.com/werf/3p-helm-for-werf-helm/pkg/downloader" + "github.com/werf/3p-helm-for-werf-helm/pkg/getter" + "github.com/werf/3p-helm-for-werf-helm/pkg/registry" + "github.com/werf/3p-helm-for-werf-helm/pkg/repo" ) // Pull is the action for checking a given release's information. diff --git a/pkg/action/push.go b/pkg/action/push.go index 1849ff54458..4a50145fb19 100644 --- a/pkg/action/push.go +++ b/pkg/action/push.go @@ -20,10 +20,10 @@ import ( "io" "strings" - "github.com/werf/3p-helm-legacy/pkg/cli" - "github.com/werf/3p-helm-legacy/pkg/pusher" - "github.com/werf/3p-helm-legacy/pkg/registry" - "github.com/werf/3p-helm-legacy/pkg/uploader" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli" + "github.com/werf/3p-helm-for-werf-helm/pkg/pusher" + "github.com/werf/3p-helm-for-werf-helm/pkg/registry" + "github.com/werf/3p-helm-for-werf-helm/pkg/uploader" ) // Push is the action for uploading a chart. diff --git a/pkg/action/registry_login.go b/pkg/action/registry_login.go index e1d761756cc..da82e48971c 100644 --- a/pkg/action/registry_login.go +++ b/pkg/action/registry_login.go @@ -19,7 +19,7 @@ package action import ( "io" - "github.com/werf/3p-helm-legacy/pkg/registry" + "github.com/werf/3p-helm-for-werf-helm/pkg/registry" ) // RegistryLogin performs a registry login operation. diff --git a/pkg/action/release_testing.go b/pkg/action/release_testing.go index 573dc484910..d64f63654f2 100644 --- a/pkg/action/release_testing.go +++ b/pkg/action/release_testing.go @@ -26,8 +26,8 @@ import ( "github.com/pkg/errors" v1 "k8s.io/api/core/v1" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - "github.com/werf/3p-helm-legacy/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) const ( diff --git a/pkg/action/resource_policy.go b/pkg/action/resource_policy.go index 1c4300b8749..ac9f1413091 100644 --- a/pkg/action/resource_policy.go +++ b/pkg/action/resource_policy.go @@ -19,8 +19,8 @@ package action import ( "strings" - "github.com/werf/3p-helm-legacy/pkg/kube" - "github.com/werf/3p-helm-legacy/pkg/releaseutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/kube" + "github.com/werf/3p-helm-for-werf-helm/pkg/releaseutil" ) func filterManifestsToKeep(manifests []releaseutil.Manifest) (keep, remaining []releaseutil.Manifest) { diff --git a/pkg/action/rollback.go b/pkg/action/rollback.go index 779649b98fb..882a2d1768f 100644 --- a/pkg/action/rollback.go +++ b/pkg/action/rollback.go @@ -24,14 +24,14 @@ import ( "time" "github.com/pkg/errors" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - "github.com/werf/3p-helm-legacy/pkg/kube" - "github.com/werf/3p-helm-legacy/pkg/phases" - "github.com/werf/3p-helm-legacy/pkg/phases/phasemanagers" - "github.com/werf/3p-helm-legacy/pkg/phases/stages" - "github.com/werf/3p-helm-legacy/pkg/release" - "github.com/werf/3p-helm-legacy/pkg/releaseutil" - helmtime "github.com/werf/3p-helm-legacy/pkg/time" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/kube" + "github.com/werf/3p-helm-for-werf-helm/pkg/phases" + "github.com/werf/3p-helm-for-werf-helm/pkg/phases/phasemanagers" + "github.com/werf/3p-helm-for-werf-helm/pkg/phases/stages" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/releaseutil" + helmtime "github.com/werf/3p-helm-for-werf-helm/pkg/time" ) // Rollback is the action for rolling back to a given release. diff --git a/pkg/action/show.go b/pkg/action/show.go index 9716cb1e6c6..6281fbdf5aa 100644 --- a/pkg/action/show.go +++ b/pkg/action/show.go @@ -25,10 +25,10 @@ import ( "k8s.io/cli-runtime/pkg/printers" "sigs.k8s.io/yaml" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/chart/loader" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - "github.com/werf/3p-helm-legacy/pkg/registry" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart/loader" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/registry" ) // ShowOutputFormat is the format of the output of `helm show` diff --git a/pkg/action/show_test.go b/pkg/action/show_test.go index f4f6e24b8a1..337611290a0 100644 --- a/pkg/action/show_test.go +++ b/pkg/action/show_test.go @@ -19,7 +19,7 @@ package action import ( "testing" - "github.com/werf/3p-helm-legacy/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" ) func TestShow(t *testing.T) { diff --git a/pkg/action/status.go b/pkg/action/status.go index 5712c8b3fa3..d48df658eb2 100644 --- a/pkg/action/status.go +++ b/pkg/action/status.go @@ -20,8 +20,8 @@ import ( "bytes" "errors" - "github.com/werf/3p-helm-legacy/pkg/kube" - "github.com/werf/3p-helm-legacy/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/kube" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) // Status is the action for checking the deployment status of releases. diff --git a/pkg/action/uninstall.go b/pkg/action/uninstall.go index 05ee5dc63c8..9de5a6b6169 100644 --- a/pkg/action/uninstall.go +++ b/pkg/action/uninstall.go @@ -26,13 +26,13 @@ import ( v1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - "github.com/werf/3p-helm-legacy/pkg/kube" - "github.com/werf/3p-helm-legacy/pkg/phases" - "github.com/werf/3p-helm-legacy/pkg/release" - "github.com/werf/3p-helm-legacy/pkg/releaseutil" - "github.com/werf/3p-helm-legacy/pkg/storage/driver" - helmtime "github.com/werf/3p-helm-legacy/pkg/time" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/kube" + "github.com/werf/3p-helm-for-werf-helm/pkg/phases" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/releaseutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/storage/driver" + helmtime "github.com/werf/3p-helm-for-werf-helm/pkg/time" apierrors "k8s.io/apimachinery/pkg/api/errors" ) diff --git a/pkg/action/uninstall_test.go b/pkg/action/uninstall_test.go index e1b0de20735..a5d99fc11c5 100644 --- a/pkg/action/uninstall_test.go +++ b/pkg/action/uninstall_test.go @@ -22,8 +22,8 @@ import ( "github.com/stretchr/testify/assert" - kubefake "github.com/werf/3p-helm-legacy/pkg/kube/fake" - "github.com/werf/3p-helm-legacy/pkg/release" + kubefake "github.com/werf/3p-helm-for-werf-helm/pkg/kube/fake" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) func uninstallAction(t *testing.T) *Uninstall { diff --git a/pkg/action/upgrade.go b/pkg/action/upgrade.go index 310bd14962d..d9073795561 100644 --- a/pkg/action/upgrade.go +++ b/pkg/action/upgrade.go @@ -26,20 +26,20 @@ import ( "time" "github.com/pkg/errors" - "github.com/werf/3p-helm-legacy/pkg/phases" - "github.com/werf/3p-helm-legacy/pkg/phases/phasemanagers" - "github.com/werf/3p-helm-legacy/pkg/phases/stages" + "github.com/werf/3p-helm-for-werf-helm/pkg/phases" + "github.com/werf/3p-helm-for-werf-helm/pkg/phases/phasemanagers" + "github.com/werf/3p-helm-for-werf-helm/pkg/phases/stages" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/cli-runtime/pkg/resource" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - "github.com/werf/3p-helm-legacy/pkg/kube" - "github.com/werf/3p-helm-legacy/pkg/postrender" - "github.com/werf/3p-helm-legacy/pkg/registry" - "github.com/werf/3p-helm-legacy/pkg/release" - "github.com/werf/3p-helm-legacy/pkg/releaseutil" - "github.com/werf/3p-helm-legacy/pkg/storage/driver" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/kube" + "github.com/werf/3p-helm-for-werf-helm/pkg/postrender" + "github.com/werf/3p-helm-for-werf-helm/pkg/registry" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/releaseutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/storage/driver" ) // Upgrade is the action for upgrading releases. diff --git a/pkg/action/upgrade_test.go b/pkg/action/upgrade_test.go index 016e1fe6a70..45f618d1a45 100644 --- a/pkg/action/upgrade_test.go +++ b/pkg/action/upgrade_test.go @@ -23,15 +23,15 @@ import ( "testing" "time" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/storage/driver" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/storage/driver" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - kubefake "github.com/werf/3p-helm-legacy/pkg/kube/fake" - "github.com/werf/3p-helm-legacy/pkg/release" - helmtime "github.com/werf/3p-helm-legacy/pkg/time" + kubefake "github.com/werf/3p-helm-for-werf-helm/pkg/kube/fake" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" + helmtime "github.com/werf/3p-helm-for-werf-helm/pkg/time" ) func upgradeAction(t *testing.T) *Upgrade { diff --git a/pkg/action/validate.go b/pkg/action/validate.go index ceb0e5c1951..e2e9c61103a 100644 --- a/pkg/action/validate.go +++ b/pkg/action/validate.go @@ -20,8 +20,8 @@ import ( "fmt" "github.com/pkg/errors" - "github.com/werf/3p-helm-legacy/pkg/kube" - "github.com/werf/3p-helm-legacy/pkg/releaseutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/kube" + "github.com/werf/3p-helm-for-werf-helm/pkg/releaseutil" apierrors "k8s.io/apimachinery/pkg/api/errors" "k8s.io/cli-runtime/pkg/resource" ) diff --git a/pkg/action/verify.go b/pkg/action/verify.go index a1a37d446e1..55b0b5bff09 100644 --- a/pkg/action/verify.go +++ b/pkg/action/verify.go @@ -20,7 +20,7 @@ import ( "fmt" "strings" - "github.com/werf/3p-helm-legacy/pkg/downloader" + "github.com/werf/3p-helm-for-werf-helm/pkg/downloader" ) // Verify is the action for building a given chart's Verify tree. diff --git a/pkg/chart/chart_extender.go b/pkg/chart/chart_extender.go index ade448c1a5a..5842d20a955 100644 --- a/pkg/chart/chart_extender.go +++ b/pkg/chart/chart_extender.go @@ -3,7 +3,7 @@ package chart import ( "text/template" - "github.com/werf/3p-helm-legacy/pkg/cli" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli" ) type ChartExtenderBufferedFile struct { diff --git a/pkg/chart/loader/archive.go b/pkg/chart/loader/archive.go index e17b16b1435..637b1b9e05f 100644 --- a/pkg/chart/loader/archive.go +++ b/pkg/chart/loader/archive.go @@ -30,7 +30,7 @@ import ( "github.com/pkg/errors" - "github.com/werf/3p-helm-legacy/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" ) var drivePathPattern = regexp.MustCompile(`^[a-zA-Z]:/`) diff --git a/pkg/chart/loader/directory.go b/pkg/chart/loader/directory.go index 2b76422e4cf..c32b29b455d 100644 --- a/pkg/chart/loader/directory.go +++ b/pkg/chart/loader/directory.go @@ -25,9 +25,9 @@ import ( "github.com/pkg/errors" - "github.com/werf/3p-helm-legacy/internal/sympath" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/ignore" + "github.com/werf/3p-helm-for-werf-helm/internal/sympath" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/ignore" ) var utf8bom = []byte{0xEF, 0xBB, 0xBF} diff --git a/pkg/chart/loader/load.go b/pkg/chart/loader/load.go index e08bf19802f..74db022ef27 100644 --- a/pkg/chart/loader/load.go +++ b/pkg/chart/loader/load.go @@ -26,7 +26,7 @@ import ( "github.com/pkg/errors" "sigs.k8s.io/yaml" - "github.com/werf/3p-helm-legacy/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" ) // ChartLoader loads a chart. diff --git a/pkg/chart/loader/load_test.go b/pkg/chart/loader/load_test.go index 23a9a0272ce..c8bb7f32ca3 100644 --- a/pkg/chart/loader/load_test.go +++ b/pkg/chart/loader/load_test.go @@ -29,7 +29,7 @@ import ( "testing" "time" - "github.com/werf/3p-helm-legacy/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" ) func TestLoadDir(t *testing.T) { diff --git a/pkg/chartutil/capabilities.go b/pkg/chartutil/capabilities.go index 188b0b931e2..1acd0f2ce19 100644 --- a/pkg/chartutil/capabilities.go +++ b/pkg/chartutil/capabilities.go @@ -25,7 +25,7 @@ import ( apiextensionsv1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1" apiextensionsv1beta1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1" - helmversion "github.com/werf/3p-helm-legacy/internal/version" + helmversion "github.com/werf/3p-helm-for-werf-helm/internal/version" ) var ( diff --git a/pkg/chartutil/chartfile.go b/pkg/chartutil/chartfile.go index 93d6abb02a5..a9fd2525555 100644 --- a/pkg/chartutil/chartfile.go +++ b/pkg/chartutil/chartfile.go @@ -23,7 +23,7 @@ import ( "github.com/pkg/errors" "sigs.k8s.io/yaml" - "github.com/werf/3p-helm-legacy/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" ) // LoadChartfile loads a Chart.yaml file into a *chart.Metadata. diff --git a/pkg/chartutil/chartfile_test.go b/pkg/chartutil/chartfile_test.go index e2330c1057e..3e0ea38fcf2 100644 --- a/pkg/chartutil/chartfile_test.go +++ b/pkg/chartutil/chartfile_test.go @@ -19,7 +19,7 @@ package chartutil import ( "testing" - "github.com/werf/3p-helm-legacy/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" ) const testfile = "testdata/chartfiletest.yaml" diff --git a/pkg/chartutil/coalesce.go b/pkg/chartutil/coalesce.go index 9611a8efb0f..8cbc75dee6b 100644 --- a/pkg/chartutil/coalesce.go +++ b/pkg/chartutil/coalesce.go @@ -23,7 +23,7 @@ import ( "github.com/mitchellh/copystructure" "github.com/pkg/errors" - "github.com/werf/3p-helm-legacy/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" ) func concatPrefix(a, b string) string { diff --git a/pkg/chartutil/coalesce_test.go b/pkg/chartutil/coalesce_test.go index b26832a95f4..dc5ed01595d 100644 --- a/pkg/chartutil/coalesce_test.go +++ b/pkg/chartutil/coalesce_test.go @@ -23,7 +23,7 @@ import ( "github.com/stretchr/testify/assert" - "github.com/werf/3p-helm-legacy/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" ) // ref: http://www.yaml.org/spec/1.2/spec.html#id2803362 diff --git a/pkg/chartutil/create.go b/pkg/chartutil/create.go index 17f91ee1cb8..568f5218d12 100644 --- a/pkg/chartutil/create.go +++ b/pkg/chartutil/create.go @@ -27,8 +27,8 @@ import ( "github.com/pkg/errors" "sigs.k8s.io/yaml" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/chart/loader" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart/loader" ) // chartName is a regular expression for testing the supplied name of a chart. diff --git a/pkg/chartutil/create_test.go b/pkg/chartutil/create_test.go index ba3ca16c9b3..405e21d595f 100644 --- a/pkg/chartutil/create_test.go +++ b/pkg/chartutil/create_test.go @@ -22,8 +22,8 @@ import ( "path/filepath" "testing" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/chart/loader" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart/loader" ) func TestCreate(t *testing.T) { diff --git a/pkg/chartutil/dependencies.go b/pkg/chartutil/dependencies.go index 6b9a4e250dc..757f86a2464 100644 --- a/pkg/chartutil/dependencies.go +++ b/pkg/chartutil/dependencies.go @@ -22,7 +22,7 @@ import ( "strings" "github.com/mitchellh/copystructure" - "github.com/werf/3p-helm-legacy/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" ) // ProcessDependencies checks through this chart's dependencies, processing accordingly. diff --git a/pkg/chartutil/dependencies_test.go b/pkg/chartutil/dependencies_test.go index fe2ea8829ee..6924e6011b9 100644 --- a/pkg/chartutil/dependencies_test.go +++ b/pkg/chartutil/dependencies_test.go @@ -21,8 +21,8 @@ import ( "strconv" "testing" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/chart/loader" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart/loader" ) func loadChart(t *testing.T, path string) *chart.Chart { diff --git a/pkg/chartutil/expand.go b/pkg/chartutil/expand.go index f97cb26477d..0fbcfbc2fff 100644 --- a/pkg/chartutil/expand.go +++ b/pkg/chartutil/expand.go @@ -25,8 +25,8 @@ import ( "github.com/pkg/errors" "sigs.k8s.io/yaml" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/chart/loader" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart/loader" ) // Expand uncompresses and extracts a chart into the specified directory. diff --git a/pkg/chartutil/exports.go b/pkg/chartutil/exports.go index f45060791e3..0db29271154 100644 --- a/pkg/chartutil/exports.go +++ b/pkg/chartutil/exports.go @@ -3,7 +3,7 @@ package chartutil import ( "log" - "github.com/werf/3p-helm-legacy/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" ) func CoalesceChartValues(c *chart.Chart, v map[string]interface{}, merge bool) { diff --git a/pkg/chartutil/jsonschema.go b/pkg/chartutil/jsonschema.go index f3b49b3dc6e..0fd00593a70 100644 --- a/pkg/chartutil/jsonschema.go +++ b/pkg/chartutil/jsonschema.go @@ -25,7 +25,7 @@ import ( "github.com/xeipuuv/gojsonschema" "sigs.k8s.io/yaml" - "github.com/werf/3p-helm-legacy/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" ) // ValidateAgainstSchema checks that values does not violate the structure laid out in schema diff --git a/pkg/chartutil/jsonschema_test.go b/pkg/chartutil/jsonschema_test.go index 3974cb52d0b..d8743c6d35b 100644 --- a/pkg/chartutil/jsonschema_test.go +++ b/pkg/chartutil/jsonschema_test.go @@ -20,7 +20,7 @@ import ( "os" "testing" - "github.com/werf/3p-helm-legacy/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" ) func TestValidateAgainstSingleSchema(t *testing.T) { diff --git a/pkg/chartutil/save.go b/pkg/chartutil/save.go index a9188af2af7..610bf0fe6f7 100644 --- a/pkg/chartutil/save.go +++ b/pkg/chartutil/save.go @@ -28,7 +28,7 @@ import ( "github.com/pkg/errors" "sigs.k8s.io/yaml" - "github.com/werf/3p-helm-legacy/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" ) var headerBytes = []byte("+aHR0cHM6Ly95b3V0dS5iZS96OVV6MWljandyTQo=") diff --git a/pkg/chartutil/save_extended.go b/pkg/chartutil/save_extended.go index ece988621f8..928a5846bfb 100644 --- a/pkg/chartutil/save_extended.go +++ b/pkg/chartutil/save_extended.go @@ -4,7 +4,7 @@ import ( "archive/tar" "compress/gzip" - "github.com/werf/3p-helm-legacy/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" ) type SaveIntoTarOptions struct { diff --git a/pkg/chartutil/save_test.go b/pkg/chartutil/save_test.go index 57bc91db2f7..92a35eb3391 100644 --- a/pkg/chartutil/save_test.go +++ b/pkg/chartutil/save_test.go @@ -29,8 +29,8 @@ import ( "testing" "time" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/chart/loader" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart/loader" ) func TestSave(t *testing.T) { diff --git a/pkg/chartutil/values.go b/pkg/chartutil/values.go index 5cab0e15918..f6a79795146 100644 --- a/pkg/chartutil/values.go +++ b/pkg/chartutil/values.go @@ -26,7 +26,7 @@ import ( "github.com/pkg/errors" "sigs.k8s.io/yaml" - "github.com/werf/3p-helm-legacy/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" ) // GlobalKey is the name of the Values key that is used for storing global vars. diff --git a/pkg/chartutil/values_test.go b/pkg/chartutil/values_test.go index e1cf522d74a..18172d1dce3 100644 --- a/pkg/chartutil/values_test.go +++ b/pkg/chartutil/values_test.go @@ -22,7 +22,7 @@ import ( "testing" "text/template" - "github.com/werf/3p-helm-legacy/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" ) func TestReadValues(t *testing.T) { diff --git a/pkg/cli/environment.go b/pkg/cli/environment.go index 38c5ab4d015..ddca616f86f 100644 --- a/pkg/cli/environment.go +++ b/pkg/cli/environment.go @@ -34,8 +34,8 @@ import ( "k8s.io/cli-runtime/pkg/genericclioptions" "k8s.io/client-go/rest" - "github.com/werf/3p-helm-legacy/internal/version" - "github.com/werf/3p-helm-legacy/pkg/helmpath" + "github.com/werf/3p-helm-for-werf-helm/internal/version" + "github.com/werf/3p-helm-for-werf-helm/pkg/helmpath" ) // defaultMaxHistory sets the maximum number of releases to 0: unlimited diff --git a/pkg/cli/environment_test.go b/pkg/cli/environment_test.go index 0c327db6244..7c781c02fb1 100644 --- a/pkg/cli/environment_test.go +++ b/pkg/cli/environment_test.go @@ -24,7 +24,7 @@ import ( "github.com/spf13/pflag" - "github.com/werf/3p-helm-legacy/internal/version" + "github.com/werf/3p-helm-for-werf-helm/internal/version" ) func TestSetNamespace(t *testing.T) { diff --git a/pkg/cli/values/options.go b/pkg/cli/values/options.go index bbd794d4132..9ea44324f2e 100644 --- a/pkg/cli/values/options.go +++ b/pkg/cli/values/options.go @@ -22,13 +22,13 @@ import ( "os" "strings" - "github.com/werf/3p-helm-legacy/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" "github.com/pkg/errors" "sigs.k8s.io/yaml" - "github.com/werf/3p-helm-legacy/pkg/getter" - "github.com/werf/3p-helm-legacy/pkg/strvals" + "github.com/werf/3p-helm-for-werf-helm/pkg/getter" + "github.com/werf/3p-helm-for-werf-helm/pkg/strvals" ) // Options captures the different ways to specify values diff --git a/pkg/cli/values/options_test.go b/pkg/cli/values/options_test.go index d96d678a114..bdda7716a2d 100644 --- a/pkg/cli/values/options_test.go +++ b/pkg/cli/values/options_test.go @@ -20,7 +20,7 @@ import ( "reflect" "testing" - "github.com/werf/3p-helm-legacy/pkg/getter" + "github.com/werf/3p-helm-for-werf-helm/pkg/getter" ) func TestMergeValues(t *testing.T) { diff --git a/pkg/downloader/chart_downloader.go b/pkg/downloader/chart_downloader.go index ffe060ff776..5a842fadb88 100644 --- a/pkg/downloader/chart_downloader.go +++ b/pkg/downloader/chart_downloader.go @@ -26,13 +26,13 @@ import ( "github.com/Masterminds/semver/v3" "github.com/pkg/errors" - "github.com/werf/3p-helm-legacy/internal/fileutil" - "github.com/werf/3p-helm-legacy/internal/urlutil" - "github.com/werf/3p-helm-legacy/pkg/getter" - "github.com/werf/3p-helm-legacy/pkg/helmpath" - "github.com/werf/3p-helm-legacy/pkg/provenance" - "github.com/werf/3p-helm-legacy/pkg/registry" - "github.com/werf/3p-helm-legacy/pkg/repo" + "github.com/werf/3p-helm-for-werf-helm/internal/fileutil" + "github.com/werf/3p-helm-for-werf-helm/internal/urlutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/getter" + "github.com/werf/3p-helm-for-werf-helm/pkg/helmpath" + "github.com/werf/3p-helm-for-werf-helm/pkg/provenance" + "github.com/werf/3p-helm-for-werf-helm/pkg/registry" + "github.com/werf/3p-helm-for-werf-helm/pkg/repo" ) // VerificationStrategy describes a strategy for determining whether to verify a chart. diff --git a/pkg/downloader/chart_downloader_test.go b/pkg/downloader/chart_downloader_test.go index 7aa3b27a66a..fee3ae06599 100644 --- a/pkg/downloader/chart_downloader_test.go +++ b/pkg/downloader/chart_downloader_test.go @@ -20,11 +20,11 @@ import ( "path/filepath" "testing" - "github.com/werf/3p-helm-legacy/internal/test/ensure" - "github.com/werf/3p-helm-legacy/pkg/cli" - "github.com/werf/3p-helm-legacy/pkg/getter" - "github.com/werf/3p-helm-legacy/pkg/repo" - "github.com/werf/3p-helm-legacy/pkg/repo/repotest" + "github.com/werf/3p-helm-for-werf-helm/internal/test/ensure" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli" + "github.com/werf/3p-helm-for-werf-helm/pkg/getter" + "github.com/werf/3p-helm-for-werf-helm/pkg/repo" + "github.com/werf/3p-helm-for-werf-helm/pkg/repo/repotest" ) const ( diff --git a/pkg/downloader/manager.go b/pkg/downloader/manager.go index 0cfae0ac4af..0bc5e2ad055 100644 --- a/pkg/downloader/manager.go +++ b/pkg/downloader/manager.go @@ -33,16 +33,16 @@ import ( "github.com/pkg/errors" "sigs.k8s.io/yaml" - "github.com/werf/3p-helm-legacy/internal/resolver" - "github.com/werf/3p-helm-legacy/internal/third_party/dep/fs" - "github.com/werf/3p-helm-legacy/internal/urlutil" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/chart/loader" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - "github.com/werf/3p-helm-legacy/pkg/getter" - "github.com/werf/3p-helm-legacy/pkg/helmpath" - "github.com/werf/3p-helm-legacy/pkg/registry" - "github.com/werf/3p-helm-legacy/pkg/repo" + "github.com/werf/3p-helm-for-werf-helm/internal/resolver" + "github.com/werf/3p-helm-for-werf-helm/internal/third_party/dep/fs" + "github.com/werf/3p-helm-for-werf-helm/internal/urlutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart/loader" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/getter" + "github.com/werf/3p-helm-for-werf-helm/pkg/helmpath" + "github.com/werf/3p-helm-for-werf-helm/pkg/registry" + "github.com/werf/3p-helm-for-werf-helm/pkg/repo" ) // ErrRepoNotFound indicates that chart repositories can't be found in local repo cache. diff --git a/pkg/downloader/manager_test.go b/pkg/downloader/manager_test.go index fe35026559e..0ee50211f31 100644 --- a/pkg/downloader/manager_test.go +++ b/pkg/downloader/manager_test.go @@ -22,11 +22,11 @@ import ( "reflect" "testing" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/chart/loader" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - "github.com/werf/3p-helm-legacy/pkg/getter" - "github.com/werf/3p-helm-legacy/pkg/repo/repotest" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart/loader" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/getter" + "github.com/werf/3p-helm-for-werf-helm/pkg/repo/repotest" ) func TestVersionEquals(t *testing.T) { diff --git a/pkg/engine/engine.go b/pkg/engine/engine.go index 645e2f3e6f2..9ba0239b1b6 100644 --- a/pkg/engine/engine.go +++ b/pkg/engine/engine.go @@ -29,8 +29,8 @@ import ( "github.com/pkg/errors" "k8s.io/client-go/rest" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" ) // Engine is an implementation of the Helm rendering implementation for templates. diff --git a/pkg/engine/engine_test.go b/pkg/engine/engine_test.go index c5c012beb6b..4e14fde843a 100644 --- a/pkg/engine/engine_test.go +++ b/pkg/engine/engine_test.go @@ -30,8 +30,8 @@ import ( "k8s.io/client-go/dynamic" "k8s.io/client-go/dynamic/fake" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" ) func TestSortTemplates(t *testing.T) { diff --git a/pkg/engine/files.go b/pkg/engine/files.go index 5ec2284bf1c..e189efa2f45 100644 --- a/pkg/engine/files.go +++ b/pkg/engine/files.go @@ -23,7 +23,7 @@ import ( "github.com/gobwas/glob" - "github.com/werf/3p-helm-legacy/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" ) // files is a map of files in a chart that can be accessed from a template. diff --git a/pkg/getter/getter.go b/pkg/getter/getter.go index 504d296f901..9eb711f8dc4 100644 --- a/pkg/getter/getter.go +++ b/pkg/getter/getter.go @@ -23,8 +23,8 @@ import ( "github.com/pkg/errors" - "github.com/werf/3p-helm-legacy/pkg/cli" - "github.com/werf/3p-helm-legacy/pkg/registry" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli" + "github.com/werf/3p-helm-for-werf-helm/pkg/registry" ) // options are generic parameters to be provided to the getter during instantiation. diff --git a/pkg/getter/getter_test.go b/pkg/getter/getter_test.go index 4657b37f2fa..5e2a1323b2a 100644 --- a/pkg/getter/getter_test.go +++ b/pkg/getter/getter_test.go @@ -18,7 +18,7 @@ package getter import ( "testing" - "github.com/werf/3p-helm-legacy/pkg/cli" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli" ) const pluginDir = "testdata/plugins" diff --git a/pkg/getter/httpgetter.go b/pkg/getter/httpgetter.go index 6d646e9635c..3cfe48de322 100644 --- a/pkg/getter/httpgetter.go +++ b/pkg/getter/httpgetter.go @@ -25,9 +25,9 @@ import ( "github.com/pkg/errors" - "github.com/werf/3p-helm-legacy/internal/tlsutil" - "github.com/werf/3p-helm-legacy/internal/urlutil" - "github.com/werf/3p-helm-legacy/internal/version" + "github.com/werf/3p-helm-for-werf-helm/internal/tlsutil" + "github.com/werf/3p-helm-for-werf-helm/internal/urlutil" + "github.com/werf/3p-helm-for-werf-helm/internal/version" ) // HTTPGetter is the default HTTP(/S) backend handler diff --git a/pkg/getter/httpgetter_test.go b/pkg/getter/httpgetter_test.go index 9c3541b2321..eee25da0c8a 100644 --- a/pkg/getter/httpgetter_test.go +++ b/pkg/getter/httpgetter_test.go @@ -30,9 +30,9 @@ import ( "github.com/pkg/errors" - "github.com/werf/3p-helm-legacy/internal/tlsutil" - "github.com/werf/3p-helm-legacy/internal/version" - "github.com/werf/3p-helm-legacy/pkg/cli" + "github.com/werf/3p-helm-for-werf-helm/internal/tlsutil" + "github.com/werf/3p-helm-for-werf-helm/internal/version" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli" ) func TestHTTPGetter(t *testing.T) { diff --git a/pkg/getter/ocigetter.go b/pkg/getter/ocigetter.go index 5b16e02c6ea..b2f38c16b04 100644 --- a/pkg/getter/ocigetter.go +++ b/pkg/getter/ocigetter.go @@ -24,9 +24,9 @@ import ( "sync" "time" - "github.com/werf/3p-helm-legacy/internal/tlsutil" - "github.com/werf/3p-helm-legacy/internal/urlutil" - "github.com/werf/3p-helm-legacy/pkg/registry" + "github.com/werf/3p-helm-for-werf-helm/internal/tlsutil" + "github.com/werf/3p-helm-for-werf-helm/internal/urlutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/registry" ) // OCIGetter is the default HTTP(/S) backend handler diff --git a/pkg/getter/ocigetter_test.go b/pkg/getter/ocigetter_test.go index 78a65429b97..3743d3ce0e0 100644 --- a/pkg/getter/ocigetter_test.go +++ b/pkg/getter/ocigetter_test.go @@ -21,7 +21,7 @@ import ( "testing" "time" - "github.com/werf/3p-helm-legacy/pkg/registry" + "github.com/werf/3p-helm-for-werf-helm/pkg/registry" ) func TestOCIGetter(t *testing.T) { diff --git a/pkg/getter/plugingetter.go b/pkg/getter/plugingetter.go index 1b48dad3f19..bd42bf38ec3 100644 --- a/pkg/getter/plugingetter.go +++ b/pkg/getter/plugingetter.go @@ -25,8 +25,8 @@ import ( "github.com/pkg/errors" - "github.com/werf/3p-helm-legacy/pkg/cli" - "github.com/werf/3p-helm-legacy/pkg/plugin" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli" + "github.com/werf/3p-helm-for-werf-helm/pkg/plugin" ) // collectPlugins scans for getter plugins. diff --git a/pkg/getter/plugingetter_test.go b/pkg/getter/plugingetter_test.go index 75963afbf28..d70e0842573 100644 --- a/pkg/getter/plugingetter_test.go +++ b/pkg/getter/plugingetter_test.go @@ -20,7 +20,7 @@ import ( "strings" "testing" - "github.com/werf/3p-helm-legacy/pkg/cli" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli" ) func TestCollectPlugins(t *testing.T) { diff --git a/pkg/helmpath/home_unix_test.go b/pkg/helmpath/home_unix_test.go index 1db746916e7..ed29e5c1546 100644 --- a/pkg/helmpath/home_unix_test.go +++ b/pkg/helmpath/home_unix_test.go @@ -20,7 +20,7 @@ import ( "runtime" "testing" - "github.com/werf/3p-helm-legacy/pkg/helmpath/xdg" + "github.com/werf/3p-helm-for-werf-helm/pkg/helmpath/xdg" ) func TestHelmHome(t *testing.T) { diff --git a/pkg/helmpath/home_windows_test.go b/pkg/helmpath/home_windows_test.go index c8e207173ae..4d536545074 100644 --- a/pkg/helmpath/home_windows_test.go +++ b/pkg/helmpath/home_windows_test.go @@ -19,7 +19,7 @@ import ( "os" "testing" - "github.com/werf/3p-helm-legacy/pkg/helmpath/xdg" + "github.com/werf/3p-helm-for-werf-helm/pkg/helmpath/xdg" ) func TestHelmHome(t *testing.T) { diff --git a/pkg/helmpath/lazypath.go b/pkg/helmpath/lazypath.go index fd08f1334e3..31cfcb7f6e7 100644 --- a/pkg/helmpath/lazypath.go +++ b/pkg/helmpath/lazypath.go @@ -17,7 +17,7 @@ import ( "os" "path/filepath" - "github.com/werf/3p-helm-legacy/pkg/helmpath/xdg" + "github.com/werf/3p-helm-for-werf-helm/pkg/helmpath/xdg" ) const ( diff --git a/pkg/helmpath/lazypath_darwin_test.go b/pkg/helmpath/lazypath_darwin_test.go index f37c4890bac..38ed44eb07d 100644 --- a/pkg/helmpath/lazypath_darwin_test.go +++ b/pkg/helmpath/lazypath_darwin_test.go @@ -22,7 +22,7 @@ import ( "k8s.io/client-go/util/homedir" - "github.com/werf/3p-helm-legacy/pkg/helmpath/xdg" + "github.com/werf/3p-helm-for-werf-helm/pkg/helmpath/xdg" ) const ( diff --git a/pkg/helmpath/lazypath_unix_test.go b/pkg/helmpath/lazypath_unix_test.go index af400c2827e..086d020d1a6 100644 --- a/pkg/helmpath/lazypath_unix_test.go +++ b/pkg/helmpath/lazypath_unix_test.go @@ -22,7 +22,7 @@ import ( "k8s.io/client-go/util/homedir" - "github.com/werf/3p-helm-legacy/pkg/helmpath/xdg" + "github.com/werf/3p-helm-for-werf-helm/pkg/helmpath/xdg" ) const ( diff --git a/pkg/helmpath/lazypath_windows_test.go b/pkg/helmpath/lazypath_windows_test.go index 7e6c69139db..3d432daba47 100644 --- a/pkg/helmpath/lazypath_windows_test.go +++ b/pkg/helmpath/lazypath_windows_test.go @@ -22,7 +22,7 @@ import ( "k8s.io/client-go/util/homedir" - "github.com/werf/3p-helm-legacy/pkg/helmpath/xdg" + "github.com/werf/3p-helm-for-werf-helm/pkg/helmpath/xdg" ) const ( diff --git a/pkg/kube/client.go b/pkg/kube/client.go index 2f0a14e11d1..594b64d9de6 100644 --- a/pkg/kube/client.go +++ b/pkg/kube/client.go @@ -31,7 +31,7 @@ import ( jsonpatch "github.com/evanphx/json-patch" "github.com/pkg/errors" - "github.com/werf/3p-helm-legacy/pkg/releaseutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/releaseutil" batch "k8s.io/api/batch/v1" v1 "k8s.io/api/core/v1" apiextv1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1" diff --git a/pkg/kube/fake/extensions.go b/pkg/kube/fake/extensions.go index 4a5f2ff8ff5..e617a325ea2 100644 --- a/pkg/kube/fake/extensions.go +++ b/pkg/kube/fake/extensions.go @@ -3,7 +3,7 @@ package fake import ( "context" - "github.com/werf/3p-helm-legacy/pkg/kube" + "github.com/werf/3p-helm-for-werf-helm/pkg/kube" ) func (c *PrintingKubeClient) DeleteNamespace(ctx context.Context, namespace string, opts kube.DeleteOptions) error { diff --git a/pkg/kube/fake/fake.go b/pkg/kube/fake/fake.go index 63485f47a72..88d8fc41eba 100644 --- a/pkg/kube/fake/fake.go +++ b/pkg/kube/fake/fake.go @@ -26,7 +26,7 @@ import ( "k8s.io/apimachinery/pkg/runtime" "k8s.io/cli-runtime/pkg/resource" - "github.com/werf/3p-helm-legacy/pkg/kube" + "github.com/werf/3p-helm-for-werf-helm/pkg/kube" ) // FailingKubeClient implements KubeClient for testing purposes. It also has diff --git a/pkg/kube/fake/printer.go b/pkg/kube/fake/printer.go index e6440c4b377..425232e3030 100644 --- a/pkg/kube/fake/printer.go +++ b/pkg/kube/fake/printer.go @@ -26,7 +26,7 @@ import ( "k8s.io/apimachinery/pkg/runtime" "k8s.io/cli-runtime/pkg/resource" - "github.com/werf/3p-helm-legacy/pkg/kube" + "github.com/werf/3p-helm-for-werf-helm/pkg/kube" ) // PrintingKubeClient implements KubeClient, but simply prints the reader to diff --git a/pkg/kube/ready.go b/pkg/kube/ready.go index 3a724a69312..df85f8512cf 100644 --- a/pkg/kube/ready.go +++ b/pkg/kube/ready.go @@ -35,7 +35,7 @@ import ( "k8s.io/client-go/kubernetes" "k8s.io/client-go/kubernetes/scheme" - deploymentutil "github.com/werf/3p-helm-legacy/internal/third_party/k8s.io/kubernetes/deployment/util" + deploymentutil "github.com/werf/3p-helm-for-werf-helm/internal/third_party/k8s.io/kubernetes/deployment/util" ) // ReadyCheckerOption is a function that configures a ReadyChecker. diff --git a/pkg/lint/lint.go b/pkg/lint/lint.go index 7258fbb4052..845f3f83964 100644 --- a/pkg/lint/lint.go +++ b/pkg/lint/lint.go @@ -19,9 +19,9 @@ package lint // import "helm.sh/helm/v3/pkg/lint" import ( "path/filepath" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - "github.com/werf/3p-helm-legacy/pkg/lint/rules" - "github.com/werf/3p-helm-legacy/pkg/lint/support" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/lint/rules" + "github.com/werf/3p-helm-for-werf-helm/pkg/lint/support" ) // All runs all of the available linters on the given base directory. diff --git a/pkg/lint/lint_test.go b/pkg/lint/lint_test.go index a28abddfaaf..a8beb6d54d9 100644 --- a/pkg/lint/lint_test.go +++ b/pkg/lint/lint_test.go @@ -21,8 +21,8 @@ import ( "testing" "time" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - "github.com/werf/3p-helm-legacy/pkg/lint/support" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/lint/support" ) var values map[string]interface{} diff --git a/pkg/lint/rules/chartfile.go b/pkg/lint/rules/chartfile.go index 7dab0245661..6d483c653f7 100644 --- a/pkg/lint/rules/chartfile.go +++ b/pkg/lint/rules/chartfile.go @@ -26,9 +26,9 @@ import ( "github.com/pkg/errors" "sigs.k8s.io/yaml" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - "github.com/werf/3p-helm-legacy/pkg/lint/support" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/lint/support" ) // Chartfile runs a set of linter rules related to Chart.yaml file diff --git a/pkg/lint/rules/chartfile_test.go b/pkg/lint/rules/chartfile_test.go index 1437719afee..207f53e07de 100644 --- a/pkg/lint/rules/chartfile_test.go +++ b/pkg/lint/rules/chartfile_test.go @@ -24,9 +24,9 @@ import ( "github.com/pkg/errors" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - "github.com/werf/3p-helm-legacy/pkg/lint/support" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/lint/support" ) const ( diff --git a/pkg/lint/rules/dependencies.go b/pkg/lint/rules/dependencies.go index 9d4b4df5edf..45e41f01b5f 100644 --- a/pkg/lint/rules/dependencies.go +++ b/pkg/lint/rules/dependencies.go @@ -22,9 +22,9 @@ import ( "github.com/pkg/errors" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/chart/loader" - "github.com/werf/3p-helm-legacy/pkg/lint/support" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart/loader" + "github.com/werf/3p-helm-for-werf-helm/pkg/lint/support" ) // Dependencies runs lints against a chart's dependencies diff --git a/pkg/lint/rules/dependencies_test.go b/pkg/lint/rules/dependencies_test.go index bf2476de295..5778946a879 100644 --- a/pkg/lint/rules/dependencies_test.go +++ b/pkg/lint/rules/dependencies_test.go @@ -19,9 +19,9 @@ import ( "path/filepath" "testing" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - "github.com/werf/3p-helm-legacy/pkg/lint/support" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/lint/support" ) func chartWithBadDependencies() chart.Chart { diff --git a/pkg/lint/rules/deprecations.go b/pkg/lint/rules/deprecations.go index d715c1ecc54..2705e40dd19 100644 --- a/pkg/lint/rules/deprecations.go +++ b/pkg/lint/rules/deprecations.go @@ -25,7 +25,7 @@ import ( "k8s.io/apiserver/pkg/endpoints/deprecation" kscheme "k8s.io/client-go/kubernetes/scheme" - "github.com/werf/3p-helm-legacy/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" ) var ( diff --git a/pkg/lint/rules/template.go b/pkg/lint/rules/template.go index b7e088f3b53..2329c7acd58 100644 --- a/pkg/lint/rules/template.go +++ b/pkg/lint/rules/template.go @@ -33,10 +33,10 @@ import ( "k8s.io/apimachinery/pkg/util/validation/field" "k8s.io/apimachinery/pkg/util/yaml" - "github.com/werf/3p-helm-legacy/pkg/chart/loader" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - "github.com/werf/3p-helm-legacy/pkg/engine" - "github.com/werf/3p-helm-legacy/pkg/lint/support" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart/loader" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/engine" + "github.com/werf/3p-helm-for-werf-helm/pkg/lint/support" ) var ( diff --git a/pkg/lint/rules/template_test.go b/pkg/lint/rules/template_test.go index 46ef0514d6f..985d21c67df 100644 --- a/pkg/lint/rules/template_test.go +++ b/pkg/lint/rules/template_test.go @@ -23,9 +23,9 @@ import ( "strings" "testing" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - "github.com/werf/3p-helm-legacy/pkg/lint/support" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/lint/support" ) const templateTestBasedir = "./testdata/albatross" diff --git a/pkg/lint/rules/values.go b/pkg/lint/rules/values.go index 1a245344fc7..efe76e62f06 100644 --- a/pkg/lint/rules/values.go +++ b/pkg/lint/rules/values.go @@ -22,8 +22,8 @@ import ( "github.com/pkg/errors" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - "github.com/werf/3p-helm-legacy/pkg/lint/support" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/lint/support" ) // Values lints a chart's values.yaml file. diff --git a/pkg/lint/rules/values_test.go b/pkg/lint/rules/values_test.go index a0e2205c18f..a199eb1e406 100644 --- a/pkg/lint/rules/values_test.go +++ b/pkg/lint/rules/values_test.go @@ -23,7 +23,7 @@ import ( "github.com/stretchr/testify/assert" - "github.com/werf/3p-helm-legacy/internal/test/ensure" + "github.com/werf/3p-helm-for-werf-helm/internal/test/ensure" ) var nonExistingValuesFilePath = filepath.Join("/fake/dir", "values.yaml") diff --git a/pkg/lint/support/message.go b/pkg/lint/support/message.go index 253f6f65311..219416a2504 100644 --- a/pkg/lint/support/message.go +++ b/pkg/lint/support/message.go @@ -19,7 +19,7 @@ package support import ( "fmt" - "github.com/werf/3p-helm-legacy/pkg/errs" + "github.com/werf/3p-helm-for-werf-helm/pkg/errs" ) // Severity indicates the severity of a Message. diff --git a/pkg/phases/deployed_resources_calculator.go b/pkg/phases/deployed_resources_calculator.go index 4965e12efec..43dd0cb773e 100644 --- a/pkg/phases/deployed_resources_calculator.go +++ b/pkg/phases/deployed_resources_calculator.go @@ -4,8 +4,8 @@ import ( "fmt" "math" - "github.com/werf/3p-helm-legacy/pkg/kube" - rel "github.com/werf/3p-helm-legacy/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/kube" + rel "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) func NewDeployedResourcesCalculator(history []*rel.Release, stagesSplitter Splitter, kubeClient kube.Interface) *DeployedResourcesCalculator { diff --git a/pkg/phases/interfaces.go b/pkg/phases/interfaces.go index 5517bbb4e2c..fd02dadf9cf 100644 --- a/pkg/phases/interfaces.go +++ b/pkg/phases/interfaces.go @@ -1,8 +1,8 @@ package phases import ( - "github.com/werf/3p-helm-legacy/pkg/kube" - "github.com/werf/3p-helm-legacy/pkg/phases/stages" + "github.com/werf/3p-helm-for-werf-helm/pkg/kube" + "github.com/werf/3p-helm-for-werf-helm/pkg/phases/stages" ) type Splitter interface { diff --git a/pkg/phases/no_external_deps_generator.go b/pkg/phases/no_external_deps_generator.go index 0dfeb81ec3f..c99bd0fa9d5 100644 --- a/pkg/phases/no_external_deps_generator.go +++ b/pkg/phases/no_external_deps_generator.go @@ -1,7 +1,7 @@ package phases import ( - "github.com/werf/3p-helm-legacy/pkg/phases/stages" + "github.com/werf/3p-helm-for-werf-helm/pkg/phases/stages" ) type NoExternalDepsGenerator struct{} diff --git a/pkg/phases/phasemanagers/rollout_phase_manager.go b/pkg/phases/phasemanagers/rollout_phase_manager.go index df6159d8adb..d67c1008cfe 100644 --- a/pkg/phases/phasemanagers/rollout_phase_manager.go +++ b/pkg/phases/phasemanagers/rollout_phase_manager.go @@ -4,11 +4,11 @@ import ( "fmt" "strings" - "github.com/werf/3p-helm-legacy/pkg/kube" - "github.com/werf/3p-helm-legacy/pkg/phases" - "github.com/werf/3p-helm-legacy/pkg/phases/stages" - rel "github.com/werf/3p-helm-legacy/pkg/release" - "github.com/werf/3p-helm-legacy/pkg/storage" + "github.com/werf/3p-helm-for-werf-helm/pkg/kube" + "github.com/werf/3p-helm-for-werf-helm/pkg/phases" + "github.com/werf/3p-helm-for-werf-helm/pkg/phases/stages" + rel "github.com/werf/3p-helm-for-werf-helm/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/storage" ) func NewRolloutPhaseManager(rolloutPhase *phases.RolloutPhase, deployedResCalc *phases.DeployedResourcesCalculator, release *rel.Release, storage *storage.Storage, kubeClient kube.Interface) *RolloutPhaseManager { diff --git a/pkg/phases/rollout_phase.go b/pkg/phases/rollout_phase.go index 64cf4bee0e1..dd3ed8a372b 100644 --- a/pkg/phases/rollout_phase.go +++ b/pkg/phases/rollout_phase.go @@ -4,9 +4,9 @@ import ( "bytes" "fmt" - "github.com/werf/3p-helm-legacy/pkg/kube" - "github.com/werf/3p-helm-legacy/pkg/phases/stages" - rel "github.com/werf/3p-helm-legacy/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/kube" + "github.com/werf/3p-helm-for-werf-helm/pkg/phases/stages" + rel "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) func NewRolloutPhase(release *rel.Release, stagesSplitter Splitter, kubeClient kube.Interface) *RolloutPhase { diff --git a/pkg/phases/single_stage_splitter.go b/pkg/phases/single_stage_splitter.go index 72c63803ca6..6b60487ae45 100644 --- a/pkg/phases/single_stage_splitter.go +++ b/pkg/phases/single_stage_splitter.go @@ -3,8 +3,8 @@ package phases import ( "fmt" - "github.com/werf/3p-helm-legacy/pkg/kube" - "github.com/werf/3p-helm-legacy/pkg/phases/stages" + "github.com/werf/3p-helm-for-werf-helm/pkg/kube" + "github.com/werf/3p-helm-for-werf-helm/pkg/phases/stages" "k8s.io/cli-runtime/pkg/resource" ) diff --git a/pkg/phases/stages/externaldeps/external_dependency_list.go b/pkg/phases/stages/externaldeps/external_dependency_list.go index 7787510f2f6..1f305a52240 100644 --- a/pkg/phases/stages/externaldeps/external_dependency_list.go +++ b/pkg/phases/stages/externaldeps/external_dependency_list.go @@ -1,7 +1,7 @@ package externaldeps import ( - "github.com/werf/3p-helm-legacy/pkg/kube" + "github.com/werf/3p-helm-for-werf-helm/pkg/kube" ) type ExternalDependencyList []*ExternalDependency diff --git a/pkg/phases/stages/sorted_stage_list.go b/pkg/phases/stages/sorted_stage_list.go index e23abf9e825..dcbb4729725 100644 --- a/pkg/phases/stages/sorted_stage_list.go +++ b/pkg/phases/stages/sorted_stage_list.go @@ -1,7 +1,7 @@ package stages import ( - "github.com/werf/3p-helm-legacy/pkg/kube" + "github.com/werf/3p-helm-for-werf-helm/pkg/kube" ) type SortedStageList []*Stage diff --git a/pkg/phases/stages/stage.go b/pkg/phases/stages/stage.go index 4219c4aee7b..163c07b2378 100644 --- a/pkg/phases/stages/stage.go +++ b/pkg/phases/stages/stage.go @@ -1,8 +1,8 @@ package stages import ( - "github.com/werf/3p-helm-legacy/pkg/kube" - "github.com/werf/3p-helm-legacy/pkg/phases/stages/externaldeps" + "github.com/werf/3p-helm-for-werf-helm/pkg/kube" + "github.com/werf/3p-helm-for-werf-helm/pkg/phases/stages/externaldeps" ) type Stage struct { diff --git a/pkg/plugin/installer/base.go b/pkg/plugin/installer/base.go index 12963939edf..d759fcb919e 100644 --- a/pkg/plugin/installer/base.go +++ b/pkg/plugin/installer/base.go @@ -18,7 +18,7 @@ package installer // import "helm.sh/helm/v3/pkg/plugin/installer" import ( "path/filepath" - "github.com/werf/3p-helm-legacy/pkg/cli" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli" ) type base struct { diff --git a/pkg/plugin/installer/http_installer.go b/pkg/plugin/installer/http_installer.go index 695df668dc1..6234ed10a23 100644 --- a/pkg/plugin/installer/http_installer.go +++ b/pkg/plugin/installer/http_installer.go @@ -29,11 +29,11 @@ import ( securejoin "github.com/cyphar/filepath-securejoin" "github.com/pkg/errors" - "github.com/werf/3p-helm-legacy/internal/third_party/dep/fs" - "github.com/werf/3p-helm-legacy/pkg/cli" - "github.com/werf/3p-helm-legacy/pkg/getter" - "github.com/werf/3p-helm-legacy/pkg/helmpath" - "github.com/werf/3p-helm-legacy/pkg/plugin/cache" + "github.com/werf/3p-helm-for-werf-helm/internal/third_party/dep/fs" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli" + "github.com/werf/3p-helm-for-werf-helm/pkg/getter" + "github.com/werf/3p-helm-for-werf-helm/pkg/helmpath" + "github.com/werf/3p-helm-for-werf-helm/pkg/plugin/cache" ) // HTTPInstaller installs plugins from an archive served by a web server. diff --git a/pkg/plugin/installer/http_installer_test.go b/pkg/plugin/installer/http_installer_test.go index 4b66a619154..8a27ad3d6f6 100644 --- a/pkg/plugin/installer/http_installer_test.go +++ b/pkg/plugin/installer/http_installer_test.go @@ -31,9 +31,9 @@ import ( "github.com/pkg/errors" - "github.com/werf/3p-helm-legacy/internal/test/ensure" - "github.com/werf/3p-helm-legacy/pkg/getter" - "github.com/werf/3p-helm-legacy/pkg/helmpath" + "github.com/werf/3p-helm-for-werf-helm/internal/test/ensure" + "github.com/werf/3p-helm-for-werf-helm/pkg/getter" + "github.com/werf/3p-helm-for-werf-helm/pkg/helmpath" ) var _ Installer = new(HTTPInstaller) diff --git a/pkg/plugin/installer/installer.go b/pkg/plugin/installer/installer.go index 5e5ef5355c8..aab529a6a48 100644 --- a/pkg/plugin/installer/installer.go +++ b/pkg/plugin/installer/installer.go @@ -25,7 +25,7 @@ import ( "github.com/pkg/errors" - "github.com/werf/3p-helm-legacy/pkg/plugin" + "github.com/werf/3p-helm-for-werf-helm/pkg/plugin" ) // ErrMissingMetadata indicates that plugin.yaml is missing. diff --git a/pkg/plugin/installer/local_installer_test.go b/pkg/plugin/installer/local_installer_test.go index 988eb7e4cd1..88142e492bc 100644 --- a/pkg/plugin/installer/local_installer_test.go +++ b/pkg/plugin/installer/local_installer_test.go @@ -20,7 +20,7 @@ import ( "path/filepath" "testing" - "github.com/werf/3p-helm-legacy/pkg/helmpath" + "github.com/werf/3p-helm-for-werf-helm/pkg/helmpath" ) var _ Installer = new(LocalInstaller) diff --git a/pkg/plugin/installer/vcs_installer.go b/pkg/plugin/installer/vcs_installer.go index 105de50a69d..4830e35e223 100644 --- a/pkg/plugin/installer/vcs_installer.go +++ b/pkg/plugin/installer/vcs_installer.go @@ -23,9 +23,9 @@ import ( "github.com/Masterminds/vcs" "github.com/pkg/errors" - "github.com/werf/3p-helm-legacy/internal/third_party/dep/fs" - "github.com/werf/3p-helm-legacy/pkg/helmpath" - "github.com/werf/3p-helm-legacy/pkg/plugin/cache" + "github.com/werf/3p-helm-for-werf-helm/internal/third_party/dep/fs" + "github.com/werf/3p-helm-for-werf-helm/pkg/helmpath" + "github.com/werf/3p-helm-for-werf-helm/pkg/plugin/cache" ) // VCSInstaller installs plugins from remote a repository. diff --git a/pkg/plugin/installer/vcs_installer_test.go b/pkg/plugin/installer/vcs_installer_test.go index f603fe23496..478d6e5323f 100644 --- a/pkg/plugin/installer/vcs_installer_test.go +++ b/pkg/plugin/installer/vcs_installer_test.go @@ -23,8 +23,8 @@ import ( "github.com/Masterminds/vcs" - "github.com/werf/3p-helm-legacy/internal/test/ensure" - "github.com/werf/3p-helm-legacy/pkg/helmpath" + "github.com/werf/3p-helm-for-werf-helm/internal/test/ensure" + "github.com/werf/3p-helm-for-werf-helm/pkg/helmpath" ) var _ Installer = new(VCSInstaller) diff --git a/pkg/plugin/plugin.go b/pkg/plugin/plugin.go index 63d75ad8d58..0704273585f 100644 --- a/pkg/plugin/plugin.go +++ b/pkg/plugin/plugin.go @@ -27,7 +27,7 @@ import ( "github.com/pkg/errors" "sigs.k8s.io/yaml" - "github.com/werf/3p-helm-legacy/pkg/cli" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli" ) const PluginFileName = "plugin.yaml" diff --git a/pkg/plugin/plugin_test.go b/pkg/plugin/plugin_test.go index abc5ff8deb3..ba3bb83e936 100644 --- a/pkg/plugin/plugin_test.go +++ b/pkg/plugin/plugin_test.go @@ -23,7 +23,7 @@ import ( "runtime" "testing" - "github.com/werf/3p-helm-legacy/pkg/cli" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli" ) func checkCommand(p *Plugin, extraArgs []string, osStrCmp string, t *testing.T) { diff --git a/pkg/provenance/sign.go b/pkg/provenance/sign.go index 8fc05b9a748..4429bbcdfce 100644 --- a/pkg/provenance/sign.go +++ b/pkg/provenance/sign.go @@ -30,8 +30,8 @@ import ( "golang.org/x/crypto/openpgp/packet" // nolint "sigs.k8s.io/yaml" - hapi "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/chart/loader" + hapi "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart/loader" ) var defaultPGPConfig = packet.Config{ diff --git a/pkg/pusher/ocipusher.go b/pkg/pusher/ocipusher.go index 5275c9433ea..bfa8358bdbc 100644 --- a/pkg/pusher/ocipusher.go +++ b/pkg/pusher/ocipusher.go @@ -26,9 +26,9 @@ import ( "github.com/pkg/errors" - "github.com/werf/3p-helm-legacy/internal/tlsutil" - "github.com/werf/3p-helm-legacy/pkg/chart/loader" - "github.com/werf/3p-helm-legacy/pkg/registry" + "github.com/werf/3p-helm-for-werf-helm/internal/tlsutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart/loader" + "github.com/werf/3p-helm-for-werf-helm/pkg/registry" ) // OCIPusher is the default OCI backend handler diff --git a/pkg/pusher/ocipusher_test.go b/pkg/pusher/ocipusher_test.go index 384ff4f5bcd..feed8b8a6de 100644 --- a/pkg/pusher/ocipusher_test.go +++ b/pkg/pusher/ocipusher_test.go @@ -19,7 +19,7 @@ import ( "path/filepath" "testing" - "github.com/werf/3p-helm-legacy/pkg/registry" + "github.com/werf/3p-helm-for-werf-helm/pkg/registry" ) func TestNewOCIPusher(t *testing.T) { diff --git a/pkg/pusher/pusher.go b/pkg/pusher/pusher.go index 60802868d49..1db8aea599e 100644 --- a/pkg/pusher/pusher.go +++ b/pkg/pusher/pusher.go @@ -19,8 +19,8 @@ package pusher import ( "github.com/pkg/errors" - "github.com/werf/3p-helm-legacy/pkg/cli" - "github.com/werf/3p-helm-legacy/pkg/registry" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli" + "github.com/werf/3p-helm-for-werf-helm/pkg/registry" ) // options are generic parameters to be provided to the pusher during instantiation. diff --git a/pkg/pusher/pusher_test.go b/pkg/pusher/pusher_test.go index 8fcfb715246..0f2a551228f 100644 --- a/pkg/pusher/pusher_test.go +++ b/pkg/pusher/pusher_test.go @@ -18,8 +18,8 @@ package pusher import ( "testing" - "github.com/werf/3p-helm-legacy/pkg/cli" - "github.com/werf/3p-helm-legacy/pkg/registry" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli" + "github.com/werf/3p-helm-for-werf-helm/pkg/registry" ) func TestProvider(t *testing.T) { diff --git a/pkg/registry/client.go b/pkg/registry/client.go index 28f625a6472..6c4ad0cbc4e 100644 --- a/pkg/registry/client.go +++ b/pkg/registry/client.go @@ -38,9 +38,9 @@ import ( registryremote "oras.land/oras-go/pkg/registry/remote" registryauth "oras.land/oras-go/pkg/registry/remote/auth" - "github.com/werf/3p-helm-legacy/internal/version" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/helmpath" + "github.com/werf/3p-helm-for-werf-helm/internal/version" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/helmpath" ) // See https://github.com/helm/helm/issues/10166 diff --git a/pkg/registry/util.go b/pkg/registry/util.go index f7fdc250abb..a1b12b2c209 100644 --- a/pkg/registry/util.go +++ b/pkg/registry/util.go @@ -25,7 +25,7 @@ import ( "strings" "time" - helmtime "github.com/werf/3p-helm-legacy/pkg/time" + helmtime "github.com/werf/3p-helm-for-werf-helm/pkg/time" "github.com/Masterminds/semver/v3" ocispec "github.com/opencontainers/image-spec/specs-go/v1" @@ -34,9 +34,9 @@ import ( orascontext "oras.land/oras-go/pkg/context" "oras.land/oras-go/pkg/registry" - "github.com/werf/3p-helm-legacy/internal/tlsutil" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/chart/loader" + "github.com/werf/3p-helm-for-werf-helm/internal/tlsutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart/loader" ) var immutableOciAnnotations = []string{ diff --git a/pkg/registry/util_test.go b/pkg/registry/util_test.go index a7d16787174..3a338339add 100644 --- a/pkg/registry/util_test.go +++ b/pkg/registry/util_test.go @@ -23,8 +23,8 @@ import ( ocispec "github.com/opencontainers/image-spec/specs-go/v1" - "github.com/werf/3p-helm-legacy/pkg/chart" - helmtime "github.com/werf/3p-helm-legacy/pkg/time" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + helmtime "github.com/werf/3p-helm-for-werf-helm/pkg/time" ) func TestGenerateOCIChartAnnotations(t *testing.T) { diff --git a/pkg/registry/utils_test.go b/pkg/registry/utils_test.go index ede8292a24c..b75a895b8fa 100644 --- a/pkg/registry/utils_test.go +++ b/pkg/registry/utils_test.go @@ -40,7 +40,7 @@ import ( "github.com/stretchr/testify/suite" "golang.org/x/crypto/bcrypt" - "github.com/werf/3p-helm-legacy/internal/tlsutil" + "github.com/werf/3p-helm-for-werf-helm/internal/tlsutil" ) const ( diff --git a/pkg/release/hook.go b/pkg/release/hook.go index 02cf64e8644..7ebe21ee310 100644 --- a/pkg/release/hook.go +++ b/pkg/release/hook.go @@ -17,7 +17,7 @@ limitations under the License. package release import ( - "github.com/werf/3p-helm-legacy/pkg/time" + "github.com/werf/3p-helm-for-werf-helm/pkg/time" ) // HookEvent specifies the hook event diff --git a/pkg/release/info.go b/pkg/release/info.go index 67d8cc60828..0281fd97abc 100644 --- a/pkg/release/info.go +++ b/pkg/release/info.go @@ -18,7 +18,7 @@ package release import ( "k8s.io/apimachinery/pkg/runtime" - "github.com/werf/3p-helm-legacy/pkg/time" + "github.com/werf/3p-helm-for-werf-helm/pkg/time" ) // Info describes release information. diff --git a/pkg/release/mock.go b/pkg/release/mock.go index a1a6105ab70..c0a039764a0 100644 --- a/pkg/release/mock.go +++ b/pkg/release/mock.go @@ -20,8 +20,8 @@ import ( "fmt" "math/rand" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/time" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/time" ) // MockHookTemplate is the hook template used for all mock release objects. diff --git a/pkg/release/release.go b/pkg/release/release.go index 7729a6d786b..c6be2fdf119 100644 --- a/pkg/release/release.go +++ b/pkg/release/release.go @@ -15,7 +15,7 @@ limitations under the License. package release -import "github.com/werf/3p-helm-legacy/pkg/chart" +import "github.com/werf/3p-helm-for-werf-helm/pkg/chart" // Release describes a deployment of a chart, together with the chart // and the variables used to deploy that chart. diff --git a/pkg/release/report.go b/pkg/release/report.go index 91d2de78efe..80fa7a3789e 100644 --- a/pkg/release/report.go +++ b/pkg/release/report.go @@ -4,7 +4,7 @@ import ( "encoding/json" "fmt" - "github.com/werf/3p-helm-legacy/pkg/time" + "github.com/werf/3p-helm-for-werf-helm/pkg/time" ) func NewDeployReport() *DeployReport { diff --git a/pkg/releaseutil/filter.go b/pkg/releaseutil/filter.go index 71c649546d2..ae377b93b89 100644 --- a/pkg/releaseutil/filter.go +++ b/pkg/releaseutil/filter.go @@ -16,7 +16,7 @@ limitations under the License. package releaseutil // import "helm.sh/helm/v3/pkg/releaseutil" -import rspb "github.com/werf/3p-helm-legacy/pkg/release" +import rspb "github.com/werf/3p-helm-for-werf-helm/pkg/release" // FilterFunc returns true if the release object satisfies // the predicate of the underlying filter func. diff --git a/pkg/releaseutil/filter_test.go b/pkg/releaseutil/filter_test.go index 6b53f524324..59ddf26a452 100644 --- a/pkg/releaseutil/filter_test.go +++ b/pkg/releaseutil/filter_test.go @@ -19,7 +19,7 @@ package releaseutil // import "helm.sh/helm/v3/pkg/releaseutil" import ( "testing" - rspb "github.com/werf/3p-helm-legacy/pkg/release" + rspb "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) func TestFilterAny(t *testing.T) { diff --git a/pkg/releaseutil/kind_sorter.go b/pkg/releaseutil/kind_sorter.go index 460d6e11323..4e80e332702 100644 --- a/pkg/releaseutil/kind_sorter.go +++ b/pkg/releaseutil/kind_sorter.go @@ -19,7 +19,7 @@ package releaseutil import ( "sort" - "github.com/werf/3p-helm-legacy/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) // KindSortOrder is an ordering of Kinds. diff --git a/pkg/releaseutil/kind_sorter_test.go b/pkg/releaseutil/kind_sorter_test.go index 2822d1a0b98..2c7ab80e734 100644 --- a/pkg/releaseutil/kind_sorter_test.go +++ b/pkg/releaseutil/kind_sorter_test.go @@ -20,7 +20,7 @@ import ( "bytes" "testing" - "github.com/werf/3p-helm-legacy/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) func TestKindSorter(t *testing.T) { diff --git a/pkg/releaseutil/manifest_sorter.go b/pkg/releaseutil/manifest_sorter.go index 934b5ee2aac..4fbc10e7221 100644 --- a/pkg/releaseutil/manifest_sorter.go +++ b/pkg/releaseutil/manifest_sorter.go @@ -26,8 +26,8 @@ import ( "github.com/pkg/errors" "sigs.k8s.io/yaml" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - "github.com/werf/3p-helm-legacy/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) // Manifest represents a manifest file, which has a name and some content. diff --git a/pkg/releaseutil/manifest_sorter_test.go b/pkg/releaseutil/manifest_sorter_test.go index 9cd777914a7..e3984e95bd8 100644 --- a/pkg/releaseutil/manifest_sorter_test.go +++ b/pkg/releaseutil/manifest_sorter_test.go @@ -22,8 +22,8 @@ import ( "sigs.k8s.io/yaml" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - "github.com/werf/3p-helm-legacy/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) func TestSortManifests(t *testing.T) { diff --git a/pkg/releaseutil/sorter.go b/pkg/releaseutil/sorter.go index 47ed3e4b9a9..3c6864d5b56 100644 --- a/pkg/releaseutil/sorter.go +++ b/pkg/releaseutil/sorter.go @@ -19,7 +19,7 @@ package releaseutil // import "helm.sh/helm/v3/pkg/releaseutil" import ( "sort" - rspb "github.com/werf/3p-helm-legacy/pkg/release" + rspb "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) type list []*rspb.Release diff --git a/pkg/releaseutil/sorter_test.go b/pkg/releaseutil/sorter_test.go index 1b94b86b317..6489a5c2d98 100644 --- a/pkg/releaseutil/sorter_test.go +++ b/pkg/releaseutil/sorter_test.go @@ -20,8 +20,8 @@ import ( "testing" "time" - rspb "github.com/werf/3p-helm-legacy/pkg/release" - helmtime "github.com/werf/3p-helm-legacy/pkg/time" + rspb "github.com/werf/3p-helm-for-werf-helm/pkg/release" + helmtime "github.com/werf/3p-helm-for-werf-helm/pkg/time" ) // note: this test data is shared with filter_test.go. diff --git a/pkg/repo/chartrepo.go b/pkg/repo/chartrepo.go index f2a51d5247d..2125fa256e7 100644 --- a/pkg/repo/chartrepo.go +++ b/pkg/repo/chartrepo.go @@ -31,10 +31,10 @@ import ( "github.com/pkg/errors" "sigs.k8s.io/yaml" - "github.com/werf/3p-helm-legacy/pkg/chart/loader" - "github.com/werf/3p-helm-legacy/pkg/getter" - "github.com/werf/3p-helm-legacy/pkg/helmpath" - "github.com/werf/3p-helm-legacy/pkg/provenance" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart/loader" + "github.com/werf/3p-helm-for-werf-helm/pkg/getter" + "github.com/werf/3p-helm-for-werf-helm/pkg/helmpath" + "github.com/werf/3p-helm-for-werf-helm/pkg/provenance" ) // Entry represents a collection of parameters for chart repository diff --git a/pkg/repo/chartrepo_test.go b/pkg/repo/chartrepo_test.go index 38b2753c6a5..4895892fffb 100644 --- a/pkg/repo/chartrepo_test.go +++ b/pkg/repo/chartrepo_test.go @@ -30,9 +30,9 @@ import ( "sigs.k8s.io/yaml" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/cli" - "github.com/werf/3p-helm-legacy/pkg/getter" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli" + "github.com/werf/3p-helm-for-werf-helm/pkg/getter" ) const ( diff --git a/pkg/repo/index.go b/pkg/repo/index.go index a8073fb52f6..f3393b9a61e 100644 --- a/pkg/repo/index.go +++ b/pkg/repo/index.go @@ -31,11 +31,11 @@ import ( "github.com/pkg/errors" "sigs.k8s.io/yaml" - "github.com/werf/3p-helm-legacy/internal/fileutil" - "github.com/werf/3p-helm-legacy/internal/urlutil" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/chart/loader" - "github.com/werf/3p-helm-legacy/pkg/provenance" + "github.com/werf/3p-helm-for-werf-helm/internal/fileutil" + "github.com/werf/3p-helm-for-werf-helm/internal/urlutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart/loader" + "github.com/werf/3p-helm-for-werf-helm/pkg/provenance" ) var indexPath = "index.yaml" diff --git a/pkg/repo/index_test.go b/pkg/repo/index_test.go index 68cf524222f..40cc93b4d6f 100644 --- a/pkg/repo/index_test.go +++ b/pkg/repo/index_test.go @@ -28,10 +28,10 @@ import ( "strings" "testing" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/cli" - "github.com/werf/3p-helm-legacy/pkg/getter" - "github.com/werf/3p-helm-legacy/pkg/helmpath" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/cli" + "github.com/werf/3p-helm-for-werf-helm/pkg/getter" + "github.com/werf/3p-helm-for-werf-helm/pkg/helmpath" ) const ( diff --git a/pkg/repo/repotest/server.go b/pkg/repo/repotest/server.go index d76792c48b7..f76990c98ea 100644 --- a/pkg/repo/repotest/server.go +++ b/pkg/repo/repotest/server.go @@ -33,12 +33,12 @@ import ( "golang.org/x/crypto/bcrypt" "sigs.k8s.io/yaml" - "github.com/werf/3p-helm-legacy/internal/tlsutil" - "github.com/werf/3p-helm-legacy/pkg/chart" - "github.com/werf/3p-helm-legacy/pkg/chart/loader" - "github.com/werf/3p-helm-legacy/pkg/chartutil" - ociRegistry "github.com/werf/3p-helm-legacy/pkg/registry" - "github.com/werf/3p-helm-legacy/pkg/repo" + "github.com/werf/3p-helm-for-werf-helm/internal/tlsutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart" + "github.com/werf/3p-helm-for-werf-helm/pkg/chart/loader" + "github.com/werf/3p-helm-for-werf-helm/pkg/chartutil" + ociRegistry "github.com/werf/3p-helm-for-werf-helm/pkg/registry" + "github.com/werf/3p-helm-for-werf-helm/pkg/repo" ) // NewTempServerWithCleanup creates a server inside of a temp dir. diff --git a/pkg/repo/repotest/server_test.go b/pkg/repo/repotest/server_test.go index 29f34e636ec..4ef39f2bf13 100644 --- a/pkg/repo/repotest/server_test.go +++ b/pkg/repo/repotest/server_test.go @@ -23,8 +23,8 @@ import ( "sigs.k8s.io/yaml" - "github.com/werf/3p-helm-legacy/internal/test/ensure" - "github.com/werf/3p-helm-legacy/pkg/repo" + "github.com/werf/3p-helm-for-werf-helm/internal/test/ensure" + "github.com/werf/3p-helm-for-werf-helm/pkg/repo" ) // Young'n, in these here parts, we test our tests. diff --git a/pkg/storage/driver/cfgmaps.go b/pkg/storage/driver/cfgmaps.go index 6f8a943a453..8cdb92efc14 100644 --- a/pkg/storage/driver/cfgmaps.go +++ b/pkg/storage/driver/cfgmaps.go @@ -30,7 +30,7 @@ import ( "k8s.io/apimachinery/pkg/util/validation" corev1 "k8s.io/client-go/kubernetes/typed/core/v1" - rspb "github.com/werf/3p-helm-legacy/pkg/release" + rspb "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) var _ Driver = (*ConfigMaps)(nil) diff --git a/pkg/storage/driver/cfgmaps_test.go b/pkg/storage/driver/cfgmaps_test.go index 266ae84be74..940abea7c8e 100644 --- a/pkg/storage/driver/cfgmaps_test.go +++ b/pkg/storage/driver/cfgmaps_test.go @@ -21,7 +21,7 @@ import ( v1 "k8s.io/api/core/v1" - rspb "github.com/werf/3p-helm-legacy/pkg/release" + rspb "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) func TestConfigMapName(t *testing.T) { diff --git a/pkg/storage/driver/driver.go b/pkg/storage/driver/driver.go index ccdc7aa80c0..6d798f6a667 100644 --- a/pkg/storage/driver/driver.go +++ b/pkg/storage/driver/driver.go @@ -21,7 +21,7 @@ import ( "github.com/pkg/errors" - rspb "github.com/werf/3p-helm-legacy/pkg/release" + rspb "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) var ( diff --git a/pkg/storage/driver/memory.go b/pkg/storage/driver/memory.go index e4096b0abf8..715ed0b8f75 100644 --- a/pkg/storage/driver/memory.go +++ b/pkg/storage/driver/memory.go @@ -21,7 +21,7 @@ import ( "strings" "sync" - rspb "github.com/werf/3p-helm-legacy/pkg/release" + rspb "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) var _ Driver = (*Memory)(nil) diff --git a/pkg/storage/driver/memory_test.go b/pkg/storage/driver/memory_test.go index 391e9b110f1..cee84f48acc 100644 --- a/pkg/storage/driver/memory_test.go +++ b/pkg/storage/driver/memory_test.go @@ -21,7 +21,7 @@ import ( "reflect" "testing" - rspb "github.com/werf/3p-helm-legacy/pkg/release" + rspb "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) func TestMemoryName(t *testing.T) { diff --git a/pkg/storage/driver/mock_test.go b/pkg/storage/driver/mock_test.go index 057f59171eb..7213f4b8c36 100644 --- a/pkg/storage/driver/mock_test.go +++ b/pkg/storage/driver/mock_test.go @@ -31,7 +31,7 @@ import ( kblabels "k8s.io/apimachinery/pkg/labels" corev1 "k8s.io/client-go/kubernetes/typed/core/v1" - rspb "github.com/werf/3p-helm-legacy/pkg/release" + rspb "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) func releaseStub(name string, vers int, namespace string, status rspb.Status) *rspb.Release { diff --git a/pkg/storage/driver/records.go b/pkg/storage/driver/records.go index b7c475449e9..06c8378bba3 100644 --- a/pkg/storage/driver/records.go +++ b/pkg/storage/driver/records.go @@ -20,7 +20,7 @@ import ( "sort" "strconv" - rspb "github.com/werf/3p-helm-legacy/pkg/release" + rspb "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) // records holds a list of in-memory release records diff --git a/pkg/storage/driver/records_test.go b/pkg/storage/driver/records_test.go index 01e742afc43..fc522620072 100644 --- a/pkg/storage/driver/records_test.go +++ b/pkg/storage/driver/records_test.go @@ -20,7 +20,7 @@ import ( "reflect" "testing" - rspb "github.com/werf/3p-helm-legacy/pkg/release" + rspb "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) func TestRecordsAdd(t *testing.T) { diff --git a/pkg/storage/driver/secrets.go b/pkg/storage/driver/secrets.go index 0201c976004..ad4b8df474e 100644 --- a/pkg/storage/driver/secrets.go +++ b/pkg/storage/driver/secrets.go @@ -30,7 +30,7 @@ import ( "k8s.io/apimachinery/pkg/util/validation" corev1 "k8s.io/client-go/kubernetes/typed/core/v1" - rspb "github.com/werf/3p-helm-legacy/pkg/release" + rspb "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) var _ Driver = (*Secrets)(nil) diff --git a/pkg/storage/driver/secrets_test.go b/pkg/storage/driver/secrets_test.go index b49c3ea9cfa..bb1d6a97eda 100644 --- a/pkg/storage/driver/secrets_test.go +++ b/pkg/storage/driver/secrets_test.go @@ -21,7 +21,7 @@ import ( v1 "k8s.io/api/core/v1" - rspb "github.com/werf/3p-helm-legacy/pkg/release" + rspb "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) func TestSecretName(t *testing.T) { diff --git a/pkg/storage/driver/sql.go b/pkg/storage/driver/sql.go index c22ce2e839d..a36c7fccecd 100644 --- a/pkg/storage/driver/sql.go +++ b/pkg/storage/driver/sql.go @@ -30,7 +30,7 @@ import ( // Import pq for postgres dialect _ "github.com/lib/pq" - rspb "github.com/werf/3p-helm-legacy/pkg/release" + rspb "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) var _ Driver = (*SQL)(nil) diff --git a/pkg/storage/driver/sql_test.go b/pkg/storage/driver/sql_test.go index 655fafbde65..dc969847f61 100644 --- a/pkg/storage/driver/sql_test.go +++ b/pkg/storage/driver/sql_test.go @@ -23,7 +23,7 @@ import ( sqlmock "github.com/DATA-DOG/go-sqlmock" migrate "github.com/rubenv/sql-migrate" - rspb "github.com/werf/3p-helm-legacy/pkg/release" + rspb "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) func TestSQLName(t *testing.T) { diff --git a/pkg/storage/driver/util.go b/pkg/storage/driver/util.go index 93f298c6eab..812ea6e8902 100644 --- a/pkg/storage/driver/util.go +++ b/pkg/storage/driver/util.go @@ -23,7 +23,7 @@ import ( "encoding/json" "io" - rspb "github.com/werf/3p-helm-legacy/pkg/release" + rspb "github.com/werf/3p-helm-for-werf-helm/pkg/release" ) var b64 = base64.StdEncoding diff --git a/pkg/storage/storage.go b/pkg/storage/storage.go index 1046e0c6db2..af9916c8794 100644 --- a/pkg/storage/storage.go +++ b/pkg/storage/storage.go @@ -22,9 +22,9 @@ import ( "github.com/pkg/errors" - rspb "github.com/werf/3p-helm-legacy/pkg/release" - relutil "github.com/werf/3p-helm-legacy/pkg/releaseutil" - "github.com/werf/3p-helm-legacy/pkg/storage/driver" + rspb "github.com/werf/3p-helm-for-werf-helm/pkg/release" + relutil "github.com/werf/3p-helm-for-werf-helm/pkg/releaseutil" + "github.com/werf/3p-helm-for-werf-helm/pkg/storage/driver" ) // HelmStorageType is the type field of the Kubernetes storage object which stores the Helm release diff --git a/pkg/storage/storage_test.go b/pkg/storage/storage_test.go index 466ce89a86c..a521b5604bd 100644 --- a/pkg/storage/storage_test.go +++ b/pkg/storage/storage_test.go @@ -23,8 +23,8 @@ import ( "github.com/pkg/errors" - rspb "github.com/werf/3p-helm-legacy/pkg/release" - "github.com/werf/3p-helm-legacy/pkg/storage/driver" + rspb "github.com/werf/3p-helm-for-werf-helm/pkg/release" + "github.com/werf/3p-helm-for-werf-helm/pkg/storage/driver" ) func TestStorageCreate(t *testing.T) { diff --git a/pkg/uploader/chart_uploader.go b/pkg/uploader/chart_uploader.go index 160e9ca25c6..81b949e8ee5 100644 --- a/pkg/uploader/chart_uploader.go +++ b/pkg/uploader/chart_uploader.go @@ -22,8 +22,8 @@ import ( "github.com/pkg/errors" - "github.com/werf/3p-helm-legacy/pkg/pusher" - "github.com/werf/3p-helm-legacy/pkg/registry" + "github.com/werf/3p-helm-for-werf-helm/pkg/pusher" + "github.com/werf/3p-helm-for-werf-helm/pkg/registry" ) // ChartUploader handles uploading a chart.