Skip to content

Commit

Permalink
Missed some
Browse files Browse the repository at this point in the history
  • Loading branch information
MissedTheMark committed Sep 20, 2024
1 parent aa0b9f0 commit 9adefb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmd/helm-migrate-values/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ package main

import (
"fmt"
"github.com/octopusdeploylabs/helm-migrate-values/internal"
"github.com/octopusdeploylabs/helm-migrate-values/pkg"
"github.com/pkg/errors"
"github.com/spf13/cobra"
"github.com/spf13/pflag"
"gopkg.in/yaml.v2"
"helm-migrate-values/internal"
"helm-migrate-values/pkg"
"helm.sh/helm/v3/pkg/action"
"helm.sh/helm/v3/pkg/cli"
"io"
Expand Down
2 changes: 1 addition & 1 deletion pkg/integration_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package pkg

import (
"github.com/octopusdeploylabs/helm-migrate-values/internal"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"helm-migrate-values/internal"
"helm.sh/helm/v3/pkg/action"
"helm.sh/helm/v3/pkg/chart/loader"
"helm.sh/helm/v3/pkg/release"
Expand Down

0 comments on commit 9adefb7

Please sign in to comment.