Skip to content

Commit

Permalink
Update module
Browse files Browse the repository at this point in the history
  • Loading branch information
MissedTheMark committed Sep 20, 2024
1 parent 1feb78c commit cef0e81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/helm-migrate-values/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import (
"fmt"
"helm-migrate-values/internal"
"github.com/octopusdeploylabs/helm-migrate-values/internal"
"helm.sh/helm/v3/pkg/action"
"helm.sh/helm/v3/pkg/cli"
"log"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module helm-migrate-values
module github.com/octopusdeploylabs/helm-migrate-values

go 1.23.0

Expand Down
2 changes: 1 addition & 1 deletion pkg/migrator_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"
"testing"
)

Expand Down

0 comments on commit cef0e81

Please sign in to comment.