From eb3484d4a8e3317c32016d00f8100dd3c0de94cf Mon Sep 17 00:00:00 2001 From: austin ce Date: Wed, 18 May 2022 09:03:43 -0400 Subject: [PATCH] Rename module to github.com/helmfile/helmfile Also updates a few more references to the roboll/helmfile repository, where possible. Signed-off-by: austin ce --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- CONTRIBUTING.md | 2 +- Makefile | 8 ++++---- .../charts/argocd-helmfile-deployment/helmfile.yaml | 2 +- go.mod | 2 +- main.go | 10 +++++----- pkg/app/app.go | 10 +++++----- pkg/app/app_apply_nokubectx_test.go | 6 +++--- pkg/app/app_apply_test.go | 6 +++--- pkg/app/app_sync_test.go | 6 +++--- pkg/app/app_test.go | 12 ++++++------ pkg/app/context.go | 2 +- pkg/app/desired_state_file_loader.go | 8 ++++---- pkg/app/destroy_nokubectx_test.go | 6 +++--- pkg/app/destroy_test.go | 6 +++--- pkg/app/diff_nokubectx_test.go | 6 +++--- pkg/app/diff_test.go | 6 +++--- pkg/app/formatters_test.go | 2 +- pkg/app/load_opts.go | 2 +- pkg/app/mocks_test.go | 2 +- pkg/app/run.go | 6 +++--- pkg/app/two_pass_renderer.go | 6 +++--- pkg/app/two_pass_renderer_test.go | 8 ++++---- pkg/argparser/args.go | 2 +- pkg/argparser/args_test.go | 2 +- pkg/environment/environment.go | 2 +- pkg/event/bus.go | 6 +++--- pkg/event/bus_test.go | 2 +- pkg/exectest/helm.go | 2 +- pkg/remote/remote_test.go | 4 ++-- pkg/state/chart_dependency.go | 4 ++-- pkg/state/create.go | 8 ++++---- pkg/state/create_test.go | 6 +++--- pkg/state/envvals_loader.go | 8 ++++---- pkg/state/envvals_loader_test.go | 2 +- pkg/state/helmx.go | 4 ++-- pkg/state/release.go | 2 +- pkg/state/state.go | 10 +++++----- pkg/state/state_exec_tmpl.go | 2 +- pkg/state/state_exec_tmpl_test.go | 2 +- pkg/state/state_gogetter_test.go | 2 +- pkg/state/state_run.go | 2 +- pkg/state/state_test.go | 6 +++--- pkg/state/types.go | 2 +- pkg/tmpl/context_funcs.go | 2 +- pkg/tmpl/expand_secret_ref.go | 2 +- pkg/tmpl/file_renderer_test.go | 2 +- 47 files changed, 106 insertions(+), 106 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 515c47de..fdd68ab8 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -6,7 +6,7 @@ body: value: | Before opening a bug report, please search for the behaviour in the existing issues. - Go ahead to https://github.com/roboll/helmfile/search?q=&type= and fill in the error message you received from Helmfile or the keywords you think appropriate. + Go ahead to https://github.com/helmfile/helmfile/search?q=&type= and fill in the error message you received from Helmfile or the keywords you think appropriate. - type: markdown id: thankyou attributes: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d5f0e90f..2c6a4c26 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ By contributing to `helmfile`, you accept and agree to the following DCO and lic conditions for your present and future Contributions submitted to the `helmfile` project. [DCO](https://developercertificate.org/) -[License](https://github.com/roboll/helmfile/blob/master/LICENSE) +[License](https://github.com/helmfile/helmfile/blob/master/LICENSE) # Developing helmfile diff --git a/Makefile b/Makefile index 5fcc5c80..683a8f73 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ ORG ?= $(shell basename $(realpath ..)) PKGS := $(shell go list ./... | grep -v /vendor/) build: - go build -ldflags '-X github.com/roboll/helmfile/pkg/app/version.Version=${TAG}' ${TARGETS} + go build -ldflags '-X github.com/helmfile/helmfile/pkg/app/version.Version=${TAG}' ${TARGETS} .PHONY: build generate: @@ -40,15 +40,15 @@ integration/vagrant: .PHONY: integration/vagrant cross: - env CGO_ENABLED=0 gox -parallel 4 -os 'windows darwin linux' -arch '386 amd64 arm64' -osarch '!darwin/386' -output "dist/{{.Dir}}_{{.OS}}_{{.Arch}}" -ldflags '-X github.com/roboll/helmfile/pkg/app/version.Version=${TAG}' ${TARGETS} + env CGO_ENABLED=0 gox -parallel 4 -os 'windows darwin linux' -arch '386 amd64 arm64' -osarch '!darwin/386' -output "dist/{{.Dir}}_{{.OS}}_{{.Arch}}" -ldflags '-X github.com/helmfile/helmfile/pkg/app/version.Version=${TAG}' ${TARGETS} .PHONY: cross static-linux: - env CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GOFLAGS=-mod=readonly go build -o "dist/helmfile_linux_amd64" -ldflags '-X github.com/roboll/helmfile/pkg/app/version.Version=${TAG}' ${TARGETS} + env CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GOFLAGS=-mod=readonly go build -o "dist/helmfile_linux_amd64" -ldflags '-X github.com/helmfile/helmfile/pkg/app/version.Version=${TAG}' ${TARGETS} .PHONY: static-linux install: - env CGO_ENABLED=0 go install -ldflags '-X github.com/roboll/helmfile/pkg/app/version.Version=${TAG}' ${TARGETS} + env CGO_ENABLED=0 go install -ldflags '-X github.com/helmfile/helmfile/pkg/app/version.Version=${TAG}' ${TARGETS} .PHONY: install clean: diff --git a/examples/charts/argocd-helmfile-deployment/helmfile.yaml b/examples/charts/argocd-helmfile-deployment/helmfile.yaml index c1ed0fd9..bc717664 100644 --- a/examples/charts/argocd-helmfile-deployment/helmfile.yaml +++ b/examples/charts/argocd-helmfile-deployment/helmfile.yaml @@ -1,5 +1,5 @@ # What is a helmfile? Read here... -# https://github.com/roboll/helmfile +# https://github.com/helmfile/helmfile # Before deployment, export the required env vars # export HELM_SECRETS_DRIVER=vault diff --git a/go.mod b/go.mod index 43987b1d..5b8fe200 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/roboll/helmfile +module github.com/helmfile/helmfile go 1.17 diff --git a/main.go b/main.go index 112c17c8..e99cacad 100644 --- a/main.go +++ b/main.go @@ -5,11 +5,11 @@ import ( "os" "strings" - "github.com/roboll/helmfile/pkg/app" - "github.com/roboll/helmfile/pkg/app/version" - "github.com/roboll/helmfile/pkg/helmexec" - "github.com/roboll/helmfile/pkg/maputil" - "github.com/roboll/helmfile/pkg/state" + "github.com/helmfile/helmfile/pkg/app" + "github.com/helmfile/helmfile/pkg/app/version" + "github.com/helmfile/helmfile/pkg/helmexec" + "github.com/helmfile/helmfile/pkg/maputil" + "github.com/helmfile/helmfile/pkg/state" "github.com/urfave/cli" "go.uber.org/zap" "golang.org/x/crypto/ssh/terminal" diff --git a/pkg/app/app.go b/pkg/app/app.go index 8d841f63..7bc3e797 100644 --- a/pkg/app/app.go +++ b/pkg/app/app.go @@ -13,11 +13,11 @@ import ( "syscall" "text/tabwriter" - "github.com/roboll/helmfile/pkg/argparser" - "github.com/roboll/helmfile/pkg/helmexec" - "github.com/roboll/helmfile/pkg/plugins" - "github.com/roboll/helmfile/pkg/remote" - "github.com/roboll/helmfile/pkg/state" + "github.com/helmfile/helmfile/pkg/argparser" + "github.com/helmfile/helmfile/pkg/helmexec" + "github.com/helmfile/helmfile/pkg/plugins" + "github.com/helmfile/helmfile/pkg/remote" + "github.com/helmfile/helmfile/pkg/state" "github.com/variantdev/vals" "go.uber.org/zap" ) diff --git a/pkg/app/app_apply_nokubectx_test.go b/pkg/app/app_apply_nokubectx_test.go index 451b15d3..b839364b 100644 --- a/pkg/app/app_apply_nokubectx_test.go +++ b/pkg/app/app_apply_nokubectx_test.go @@ -9,9 +9,9 @@ import ( "testing" "github.com/google/go-cmp/cmp" - "github.com/roboll/helmfile/pkg/exectest" - "github.com/roboll/helmfile/pkg/helmexec" - "github.com/roboll/helmfile/pkg/testhelper" + "github.com/helmfile/helmfile/pkg/exectest" + "github.com/helmfile/helmfile/pkg/helmexec" + "github.com/helmfile/helmfile/pkg/testhelper" "github.com/variantdev/vals" ) diff --git a/pkg/app/app_apply_test.go b/pkg/app/app_apply_test.go index a22baca4..bb27be18 100644 --- a/pkg/app/app_apply_test.go +++ b/pkg/app/app_apply_test.go @@ -9,9 +9,9 @@ import ( "testing" "github.com/google/go-cmp/cmp" - "github.com/roboll/helmfile/pkg/exectest" - "github.com/roboll/helmfile/pkg/helmexec" - "github.com/roboll/helmfile/pkg/testhelper" + "github.com/helmfile/helmfile/pkg/exectest" + "github.com/helmfile/helmfile/pkg/helmexec" + "github.com/helmfile/helmfile/pkg/testhelper" "github.com/variantdev/vals" ) diff --git a/pkg/app/app_sync_test.go b/pkg/app/app_sync_test.go index 60a3e2d9..c04b7bba 100644 --- a/pkg/app/app_sync_test.go +++ b/pkg/app/app_sync_test.go @@ -9,9 +9,9 @@ import ( "testing" "github.com/google/go-cmp/cmp" - "github.com/roboll/helmfile/pkg/exectest" - "github.com/roboll/helmfile/pkg/helmexec" - "github.com/roboll/helmfile/pkg/testhelper" + "github.com/helmfile/helmfile/pkg/exectest" + "github.com/helmfile/helmfile/pkg/helmexec" + "github.com/helmfile/helmfile/pkg/testhelper" "github.com/variantdev/vals" ) diff --git a/pkg/app/app_test.go b/pkg/app/app_test.go index 0f905633..a036265f 100644 --- a/pkg/app/app_test.go +++ b/pkg/app/app_test.go @@ -16,18 +16,18 @@ import ( "github.com/google/go-cmp/cmp" - "github.com/roboll/helmfile/pkg/remote" - "github.com/roboll/helmfile/pkg/testutil" + "github.com/helmfile/helmfile/pkg/remote" + "github.com/helmfile/helmfile/pkg/testutil" "github.com/stretchr/testify/assert" - "github.com/roboll/helmfile/pkg/exectest" + "github.com/helmfile/helmfile/pkg/exectest" "github.com/variantdev/vals" - "github.com/roboll/helmfile/pkg/helmexec" - "github.com/roboll/helmfile/pkg/state" - "github.com/roboll/helmfile/pkg/testhelper" + "github.com/helmfile/helmfile/pkg/helmexec" + "github.com/helmfile/helmfile/pkg/state" + "github.com/helmfile/helmfile/pkg/testhelper" "go.uber.org/zap" ) diff --git a/pkg/app/context.go b/pkg/app/context.go index db9f5f4a..c7ab1213 100644 --- a/pkg/app/context.go +++ b/pkg/app/context.go @@ -1,7 +1,7 @@ package app import ( - "github.com/roboll/helmfile/pkg/state" + "github.com/helmfile/helmfile/pkg/state" ) type Context struct { diff --git a/pkg/app/desired_state_file_loader.go b/pkg/app/desired_state_file_loader.go index 51aaee61..0ee71662 100644 --- a/pkg/app/desired_state_file_loader.go +++ b/pkg/app/desired_state_file_loader.go @@ -6,11 +6,11 @@ import ( "fmt" "path/filepath" + "github.com/helmfile/helmfile/pkg/environment" + "github.com/helmfile/helmfile/pkg/helmexec" + "github.com/helmfile/helmfile/pkg/remote" + "github.com/helmfile/helmfile/pkg/state" "github.com/imdario/mergo" - "github.com/roboll/helmfile/pkg/environment" - "github.com/roboll/helmfile/pkg/helmexec" - "github.com/roboll/helmfile/pkg/remote" - "github.com/roboll/helmfile/pkg/state" "github.com/variantdev/vals" "go.uber.org/zap" ) diff --git a/pkg/app/destroy_nokubectx_test.go b/pkg/app/destroy_nokubectx_test.go index 0a3f5c04..4e45805a 100644 --- a/pkg/app/destroy_nokubectx_test.go +++ b/pkg/app/destroy_nokubectx_test.go @@ -8,9 +8,9 @@ import ( "sync" "testing" - "github.com/roboll/helmfile/pkg/exectest" - "github.com/roboll/helmfile/pkg/helmexec" - "github.com/roboll/helmfile/pkg/testhelper" + "github.com/helmfile/helmfile/pkg/exectest" + "github.com/helmfile/helmfile/pkg/helmexec" + "github.com/helmfile/helmfile/pkg/testhelper" "github.com/variantdev/vals" ) diff --git a/pkg/app/destroy_test.go b/pkg/app/destroy_test.go index 638624f2..dd4e6e38 100644 --- a/pkg/app/destroy_test.go +++ b/pkg/app/destroy_test.go @@ -8,9 +8,9 @@ import ( "sync" "testing" - "github.com/roboll/helmfile/pkg/exectest" - "github.com/roboll/helmfile/pkg/helmexec" - "github.com/roboll/helmfile/pkg/testhelper" + "github.com/helmfile/helmfile/pkg/exectest" + "github.com/helmfile/helmfile/pkg/helmexec" + "github.com/helmfile/helmfile/pkg/testhelper" "github.com/variantdev/vals" "go.uber.org/zap" ) diff --git a/pkg/app/diff_nokubectx_test.go b/pkg/app/diff_nokubectx_test.go index ddd7f1dd..2890fdce 100644 --- a/pkg/app/diff_nokubectx_test.go +++ b/pkg/app/diff_nokubectx_test.go @@ -9,9 +9,9 @@ import ( "testing" "github.com/google/go-cmp/cmp" - "github.com/roboll/helmfile/pkg/exectest" - "github.com/roboll/helmfile/pkg/helmexec" - "github.com/roboll/helmfile/pkg/testhelper" + "github.com/helmfile/helmfile/pkg/exectest" + "github.com/helmfile/helmfile/pkg/helmexec" + "github.com/helmfile/helmfile/pkg/testhelper" "github.com/variantdev/vals" ) diff --git a/pkg/app/diff_test.go b/pkg/app/diff_test.go index 4370af77..0cea14e3 100644 --- a/pkg/app/diff_test.go +++ b/pkg/app/diff_test.go @@ -9,9 +9,9 @@ import ( "testing" "github.com/google/go-cmp/cmp" - "github.com/roboll/helmfile/pkg/exectest" - "github.com/roboll/helmfile/pkg/helmexec" - "github.com/roboll/helmfile/pkg/testhelper" + "github.com/helmfile/helmfile/pkg/exectest" + "github.com/helmfile/helmfile/pkg/helmexec" + "github.com/helmfile/helmfile/pkg/testhelper" "github.com/variantdev/vals" "go.uber.org/zap" ) diff --git a/pkg/app/formatters_test.go b/pkg/app/formatters_test.go index e21e5e20..bb7a6fe5 100644 --- a/pkg/app/formatters_test.go +++ b/pkg/app/formatters_test.go @@ -4,7 +4,7 @@ import ( "os" "testing" - "github.com/roboll/helmfile/pkg/testutil" + "github.com/helmfile/helmfile/pkg/testutil" ) // TestFormatAsTable tests the FormatAsTable function. diff --git a/pkg/app/load_opts.go b/pkg/app/load_opts.go index 7b3b2ae2..56b3c8ee 100644 --- a/pkg/app/load_opts.go +++ b/pkg/app/load_opts.go @@ -1,7 +1,7 @@ package app import ( - "github.com/roboll/helmfile/pkg/state" + "github.com/helmfile/helmfile/pkg/state" "gopkg.in/yaml.v2" ) diff --git a/pkg/app/mocks_test.go b/pkg/app/mocks_test.go index 5657d3a4..40a96836 100644 --- a/pkg/app/mocks_test.go +++ b/pkg/app/mocks_test.go @@ -1,6 +1,6 @@ package app -import "github.com/roboll/helmfile/pkg/helmexec" +import "github.com/helmfile/helmfile/pkg/helmexec" type noCallHelmExec struct { } diff --git a/pkg/app/run.go b/pkg/app/run.go index f866133e..501202b1 100644 --- a/pkg/app/run.go +++ b/pkg/app/run.go @@ -6,9 +6,9 @@ import ( "sort" "strings" - "github.com/roboll/helmfile/pkg/argparser" - "github.com/roboll/helmfile/pkg/helmexec" - "github.com/roboll/helmfile/pkg/state" + "github.com/helmfile/helmfile/pkg/argparser" + "github.com/helmfile/helmfile/pkg/helmexec" + "github.com/helmfile/helmfile/pkg/state" ) type Run struct { diff --git a/pkg/app/two_pass_renderer.go b/pkg/app/two_pass_renderer.go index 561c2ca7..7c1f8a13 100644 --- a/pkg/app/two_pass_renderer.go +++ b/pkg/app/two_pass_renderer.go @@ -6,9 +6,9 @@ import ( "strings" "github.com/google/go-cmp/cmp" - "github.com/roboll/helmfile/pkg/environment" - "github.com/roboll/helmfile/pkg/state" - "github.com/roboll/helmfile/pkg/tmpl" + "github.com/helmfile/helmfile/pkg/environment" + "github.com/helmfile/helmfile/pkg/state" + "github.com/helmfile/helmfile/pkg/tmpl" ) func prependLineNumbers(text string) string { diff --git a/pkg/app/two_pass_renderer_test.go b/pkg/app/two_pass_renderer_test.go index 731b449b..21c9adc9 100644 --- a/pkg/app/two_pass_renderer_test.go +++ b/pkg/app/two_pass_renderer_test.go @@ -5,11 +5,11 @@ import ( "strings" "testing" - "github.com/roboll/helmfile/pkg/remote" + "github.com/helmfile/helmfile/pkg/remote" - "github.com/roboll/helmfile/pkg/helmexec" - "github.com/roboll/helmfile/pkg/state" - "github.com/roboll/helmfile/pkg/testhelper" + "github.com/helmfile/helmfile/pkg/helmexec" + "github.com/helmfile/helmfile/pkg/state" + "github.com/helmfile/helmfile/pkg/testhelper" "gopkg.in/yaml.v2" ) diff --git a/pkg/argparser/args.go b/pkg/argparser/args.go index ae6ad9df..1ab90b5c 100644 --- a/pkg/argparser/args.go +++ b/pkg/argparser/args.go @@ -4,7 +4,7 @@ import ( "fmt" "strings" - "github.com/roboll/helmfile/pkg/state" + "github.com/helmfile/helmfile/pkg/state" ) type keyVal struct { diff --git a/pkg/argparser/args_test.go b/pkg/argparser/args_test.go index 8f372d7d..35b98160 100644 --- a/pkg/argparser/args_test.go +++ b/pkg/argparser/args_test.go @@ -4,7 +4,7 @@ import ( "strings" "testing" - "github.com/roboll/helmfile/pkg/state" + "github.com/helmfile/helmfile/pkg/state" "github.com/stretchr/testify/require" ) diff --git a/pkg/environment/environment.go b/pkg/environment/environment.go index 29579ed0..ef674c19 100644 --- a/pkg/environment/environment.go +++ b/pkg/environment/environment.go @@ -1,8 +1,8 @@ package environment import ( + "github.com/helmfile/helmfile/pkg/maputil" "github.com/imdario/mergo" - "github.com/roboll/helmfile/pkg/maputil" "gopkg.in/yaml.v2" ) diff --git a/pkg/event/bus.go b/pkg/event/bus.go index af760921..1a062f0d 100644 --- a/pkg/event/bus.go +++ b/pkg/event/bus.go @@ -4,9 +4,9 @@ import ( "fmt" "strings" - "github.com/roboll/helmfile/pkg/environment" - "github.com/roboll/helmfile/pkg/helmexec" - "github.com/roboll/helmfile/pkg/tmpl" + "github.com/helmfile/helmfile/pkg/environment" + "github.com/helmfile/helmfile/pkg/helmexec" + "github.com/helmfile/helmfile/pkg/tmpl" "go.uber.org/zap" ) diff --git a/pkg/event/bus_test.go b/pkg/event/bus_test.go index c8eb8465..601f947f 100644 --- a/pkg/event/bus_test.go +++ b/pkg/event/bus_test.go @@ -5,7 +5,7 @@ import ( "io" "testing" - "github.com/roboll/helmfile/pkg/environment" + "github.com/helmfile/helmfile/pkg/environment" "go.uber.org/zap" "go.uber.org/zap/zaptest/observer" ) diff --git a/pkg/exectest/helm.go b/pkg/exectest/helm.go index 5da0cb7a..6f94222e 100644 --- a/pkg/exectest/helm.go +++ b/pkg/exectest/helm.go @@ -7,7 +7,7 @@ import ( "sync" "github.com/Masterminds/semver/v3" - "github.com/roboll/helmfile/pkg/helmexec" + "github.com/helmfile/helmfile/pkg/helmexec" ) type ListKey struct { diff --git a/pkg/remote/remote_test.go b/pkg/remote/remote_test.go index 52657e15..4d7bdc0a 100644 --- a/pkg/remote/remote_test.go +++ b/pkg/remote/remote_test.go @@ -7,8 +7,8 @@ import ( "testing" "github.com/google/go-cmp/cmp" - "github.com/roboll/helmfile/pkg/helmexec" - "github.com/roboll/helmfile/pkg/testhelper" + "github.com/helmfile/helmfile/pkg/helmexec" + "github.com/helmfile/helmfile/pkg/testhelper" ) func TestRemote_HttpsGitHub(t *testing.T) { diff --git a/pkg/state/chart_dependency.go b/pkg/state/chart_dependency.go index a9390f65..b29aa256 100644 --- a/pkg/state/chart_dependency.go +++ b/pkg/state/chart_dependency.go @@ -9,9 +9,9 @@ import ( "github.com/Masterminds/semver/v3" goversion "github.com/hashicorp/go-version" + "github.com/helmfile/helmfile/pkg/app/version" + "github.com/helmfile/helmfile/pkg/helmexec" "github.com/r3labs/diff" - "github.com/roboll/helmfile/pkg/app/version" - "github.com/roboll/helmfile/pkg/helmexec" "go.uber.org/zap" "gopkg.in/yaml.v2" ) diff --git a/pkg/state/create.go b/pkg/state/create.go index 43d7c010..816774d3 100644 --- a/pkg/state/create.go +++ b/pkg/state/create.go @@ -7,12 +7,12 @@ import ( "io" "os" - "github.com/roboll/helmfile/pkg/helmexec" - "github.com/roboll/helmfile/pkg/remote" + "github.com/helmfile/helmfile/pkg/helmexec" + "github.com/helmfile/helmfile/pkg/remote" + "github.com/helmfile/helmfile/pkg/environment" + "github.com/helmfile/helmfile/pkg/maputil" "github.com/imdario/mergo" - "github.com/roboll/helmfile/pkg/environment" - "github.com/roboll/helmfile/pkg/maputil" "github.com/variantdev/vals" "go.uber.org/zap" "gopkg.in/yaml.v2" diff --git a/pkg/state/create_test.go b/pkg/state/create_test.go index 70b72f50..90ecaa23 100644 --- a/pkg/state/create_test.go +++ b/pkg/state/create_test.go @@ -6,10 +6,10 @@ import ( "reflect" "testing" - "github.com/roboll/helmfile/pkg/environment" - "github.com/roboll/helmfile/pkg/remote" + "github.com/helmfile/helmfile/pkg/environment" + "github.com/helmfile/helmfile/pkg/remote" - "github.com/roboll/helmfile/pkg/testhelper" + "github.com/helmfile/helmfile/pkg/testhelper" "go.uber.org/zap" "github.com/stretchr/testify/require" diff --git a/pkg/state/envvals_loader.go b/pkg/state/envvals_loader.go index c1ea0ec5..6b08efa3 100644 --- a/pkg/state/envvals_loader.go +++ b/pkg/state/envvals_loader.go @@ -4,11 +4,11 @@ import ( "fmt" "path/filepath" + "github.com/helmfile/helmfile/pkg/environment" + "github.com/helmfile/helmfile/pkg/maputil" + "github.com/helmfile/helmfile/pkg/remote" + "github.com/helmfile/helmfile/pkg/tmpl" "github.com/imdario/mergo" - "github.com/roboll/helmfile/pkg/environment" - "github.com/roboll/helmfile/pkg/maputil" - "github.com/roboll/helmfile/pkg/remote" - "github.com/roboll/helmfile/pkg/tmpl" "go.uber.org/zap" "gopkg.in/yaml.v2" ) diff --git a/pkg/state/envvals_loader_test.go b/pkg/state/envvals_loader_test.go index 1aa507fe..9d583878 100644 --- a/pkg/state/envvals_loader_test.go +++ b/pkg/state/envvals_loader_test.go @@ -6,7 +6,7 @@ import ( "testing" "github.com/google/go-cmp/cmp" - "github.com/roboll/helmfile/pkg/remote" + "github.com/helmfile/helmfile/pkg/remote" "go.uber.org/zap" ) diff --git a/pkg/state/helmx.go b/pkg/state/helmx.go index 14599493..f12aeebf 100644 --- a/pkg/state/helmx.go +++ b/pkg/state/helmx.go @@ -5,8 +5,8 @@ import ( "os" "path/filepath" - "github.com/roboll/helmfile/pkg/helmexec" - "github.com/roboll/helmfile/pkg/remote" + "github.com/helmfile/helmfile/pkg/helmexec" + "github.com/helmfile/helmfile/pkg/remote" "github.com/variantdev/chartify" ) diff --git a/pkg/state/release.go b/pkg/state/release.go index 3db60b1f..ccb46f05 100644 --- a/pkg/state/release.go +++ b/pkg/state/release.go @@ -3,7 +3,7 @@ package state import ( "fmt" - "github.com/roboll/helmfile/pkg/tmpl" + "github.com/helmfile/helmfile/pkg/tmpl" "gopkg.in/yaml.v2" ) diff --git a/pkg/state/state.go b/pkg/state/state.go index da867d70..e2991f91 100644 --- a/pkg/state/state.go +++ b/pkg/state/state.go @@ -20,11 +20,11 @@ import ( "github.com/imdario/mergo" "github.com/variantdev/chartify" - "github.com/roboll/helmfile/pkg/environment" - "github.com/roboll/helmfile/pkg/event" - "github.com/roboll/helmfile/pkg/helmexec" - "github.com/roboll/helmfile/pkg/remote" - "github.com/roboll/helmfile/pkg/tmpl" + "github.com/helmfile/helmfile/pkg/environment" + "github.com/helmfile/helmfile/pkg/event" + "github.com/helmfile/helmfile/pkg/helmexec" + "github.com/helmfile/helmfile/pkg/remote" + "github.com/helmfile/helmfile/pkg/tmpl" "github.com/tatsushid/go-prettytable" "github.com/variantdev/vals" diff --git a/pkg/state/state_exec_tmpl.go b/pkg/state/state_exec_tmpl.go index 9e3ab616..cdfba86a 100644 --- a/pkg/state/state_exec_tmpl.go +++ b/pkg/state/state_exec_tmpl.go @@ -4,7 +4,7 @@ import ( "fmt" "reflect" - "github.com/roboll/helmfile/pkg/tmpl" + "github.com/helmfile/helmfile/pkg/tmpl" "gopkg.in/yaml.v2" ) diff --git a/pkg/state/state_exec_tmpl_test.go b/pkg/state/state_exec_tmpl_test.go index 57c7ed1c..55433d38 100644 --- a/pkg/state/state_exec_tmpl_test.go +++ b/pkg/state/state_exec_tmpl_test.go @@ -7,7 +7,7 @@ import ( "testing" "github.com/go-test/deep" - "github.com/roboll/helmfile/pkg/environment" + "github.com/helmfile/helmfile/pkg/environment" ) func boolPtrToString(ptr *bool) string { diff --git a/pkg/state/state_gogetter_test.go b/pkg/state/state_gogetter_test.go index bf4dd74c..4de43463 100644 --- a/pkg/state/state_gogetter_test.go +++ b/pkg/state/state_gogetter_test.go @@ -6,7 +6,7 @@ import ( "testing" "github.com/google/go-cmp/cmp" - "github.com/roboll/helmfile/pkg/helmexec" + "github.com/helmfile/helmfile/pkg/helmexec" ) func TestGoGetter(t *testing.T) { diff --git a/pkg/state/state_run.go b/pkg/state/state_run.go index 62f0b681..06eb3f31 100644 --- a/pkg/state/state_run.go +++ b/pkg/state/state_run.go @@ -7,7 +7,7 @@ import ( "strings" "sync" - "github.com/roboll/helmfile/pkg/helmexec" + "github.com/helmfile/helmfile/pkg/helmexec" "github.com/variantdev/dag/pkg/dag" ) diff --git a/pkg/state/state_test.go b/pkg/state/state_test.go index 74a6213f..4fdf9b86 100644 --- a/pkg/state/state_test.go +++ b/pkg/state/state_test.go @@ -8,9 +8,9 @@ import ( "testing" "github.com/Masterminds/semver/v3" - "github.com/roboll/helmfile/pkg/exectest" - "github.com/roboll/helmfile/pkg/helmexec" - "github.com/roboll/helmfile/pkg/testhelper" + "github.com/helmfile/helmfile/pkg/exectest" + "github.com/helmfile/helmfile/pkg/helmexec" + "github.com/helmfile/helmfile/pkg/testhelper" "github.com/variantdev/vals" ) diff --git a/pkg/state/types.go b/pkg/state/types.go index 6ae91c3a..76cbcd97 100644 --- a/pkg/state/types.go +++ b/pkg/state/types.go @@ -1,7 +1,7 @@ package state import ( - "github.com/roboll/helmfile/pkg/environment" + "github.com/helmfile/helmfile/pkg/environment" ) // TemplateSpec defines the structure of a reusable and composable template for helm releases. diff --git a/pkg/tmpl/context_funcs.go b/pkg/tmpl/context_funcs.go index c2f00159..f21f1be9 100644 --- a/pkg/tmpl/context_funcs.go +++ b/pkg/tmpl/context_funcs.go @@ -12,7 +12,7 @@ import ( "text/template" "github.com/ghodss/yaml" - "github.com/roboll/helmfile/pkg/helmexec" + "github.com/helmfile/helmfile/pkg/helmexec" "golang.org/x/sync/errgroup" ) diff --git a/pkg/tmpl/expand_secret_ref.go b/pkg/tmpl/expand_secret_ref.go index 33d9bcb4..808b4546 100644 --- a/pkg/tmpl/expand_secret_ref.go +++ b/pkg/tmpl/expand_secret_ref.go @@ -4,7 +4,7 @@ import ( "fmt" "sync" - "github.com/roboll/helmfile/pkg/plugins" + "github.com/helmfile/helmfile/pkg/plugins" "github.com/variantdev/vals" ) diff --git a/pkg/tmpl/file_renderer_test.go b/pkg/tmpl/file_renderer_test.go index 12d3e2ca..4938bcd6 100644 --- a/pkg/tmpl/file_renderer_test.go +++ b/pkg/tmpl/file_renderer_test.go @@ -2,7 +2,7 @@ package tmpl import ( "fmt" - "github.com/roboll/helmfile/pkg/environment" + "github.com/helmfile/helmfile/pkg/environment" "reflect" "testing" )