Skip to content

Commit d8623d4

Browse files
authored
Merge pull request #19 from maxgio92/issue/18
chore: rename module chainguard-dev/pombump
2 parents aee6952 + a96a2cd commit d8623d4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmd/pombump/root.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import (
88
charmlog "github.com/charmbracelet/log"
99

1010
"github.com/chainguard-dev/gopom"
11+
"github.com/chainguard-dev/pombump/pkg"
1112
"github.com/spf13/cobra"
12-
"github.com/vaikas/pombump/pkg"
1313
"sigs.k8s.io/release-utils/version"
1414
)
1515

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/vaikas/pombump
1+
module github.com/chainguard-dev/pombump
22

33
go 1.22.3
44

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"os"
77
"os/signal"
88

9-
"github.com/vaikas/pombump/cmd/pombump"
9+
"github.com/chainguard-dev/pombump/cmd/pombump"
1010
)
1111

1212
func main() {

0 commit comments

Comments
 (0)