Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chifu1234 committed Oct 30, 2023
1 parent ace970d commit 2c360de
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import (
"log"
"os"

"github.com/buttahtoast/svc-ingress-propagator/pkg/controller"
"github.com/go-logr/logr"
"github.com/go-logr/stdr"
"github.com/oliverbaehler/svc-ingress-propagator/pkg/controller"
"github.com/spf13/cobra"
"k8s.io/client-go/tools/clientcmd"
"sigs.k8s.io/controller-runtime/pkg/client"
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 github.com/oliverbaehler/svc-ingress-propagator
module github.com/buttahtoast/svc-ingress-propagator

go 1.20

Expand Down
2 changes: 1 addition & 1 deletion pkg/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"fmt"

"github.com/oliverbaehler/svc-ingress-propagator/pkg/propagation"
"github.com/buttahtoast/svc-ingress-propagator/pkg/propagation"

"github.com/go-logr/logr"
"github.com/pkg/errors"
Expand Down
2 changes: 1 addition & 1 deletion pkg/controller/target.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package controller
import (
"context"

"github.com/oliverbaehler/svc-ingress-propagator/pkg/propagation"
"github.com/buttahtoast/svc-ingress-propagator/pkg/propagation"

v1 "k8s.io/api/core/v1"
k8serrors "k8s.io/apimachinery/pkg/api/errors"
Expand Down
2 changes: 1 addition & 1 deletion pkg/controller/transform.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"fmt"

"github.com/oliverbaehler/svc-ingress-propagator/pkg/propagation"
"github.com/buttahtoast/svc-ingress-propagator/pkg/propagation"

"sigs.k8s.io/controller-runtime/pkg/client"

Expand Down

0 comments on commit 2c360de

Please sign in to comment.