Skip to content

Commit

Permalink
chore: rename the package to github.com/tuusberg/velero-plugin-suspen…
Browse files Browse the repository at this point in the history
…d-cronjobs
  • Loading branch information
tuusberg committed Dec 27, 2023
1 parent 1791783 commit 34e0ff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/vmware-tanzu/velero-plugin-example
module github.com/tuusberg/velero-plugin-suspend-cronjobs

go 1.21

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package main

import (
"github.com/sirupsen/logrus"
"github.com/vmware-tanzu/velero-plugin-example/internal/plugin"
"github.com/tuusberg/velero-plugin-suspend-cronjobs/internal/plugin"
"github.com/vmware-tanzu/velero/pkg/plugin/framework"
)

Expand Down

0 comments on commit 34e0ff1

Please sign in to comment.