Skip to content

Commit

Permalink
update old module path
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Wilkerson <[email protected]>
  • Loading branch information
wilkermichael committed Feb 7, 2024
1 parent 0a94bfc commit 03869e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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/wilkermichael/rollouts-plugin-trafficrouter-consul
module github.com/argoproj-labs/rollouts-plugin-trafficrouter-consul

go 1.21.6

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

import (
"github.com/wilkermichael/rollouts-plugin-trafficrouter-consul/pkg/plugin"
"github.com/argoproj-labs/rollouts-plugin-trafficrouter-consul/pkg/plugin"

rolloutsPlugin "github.com/argoproj/argo-rollouts/rollout/trafficrouting/plugin/rpc"
goPlugin "github.com/hashicorp/go-plugin"
Expand Down
2 changes: 1 addition & 1 deletion pkg/plugin/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"k8s.io/apimachinery/pkg/types"
"sigs.k8s.io/controller-runtime/pkg/client"

"github.com/wilkermichael/rollouts-plugin-trafficrouter-consul/pkg/utils"
"github.com/argoproj-labs/rollouts-plugin-trafficrouter-consul/pkg/utils"
)

const (
Expand Down

0 comments on commit 03869e4

Please sign in to comment.