Skip to content

Commit

Permalink
Merge pull request #404 from mvshao/fix-module
Browse files Browse the repository at this point in the history
Change invalid `shoot-comparator` module name
  • Loading branch information
kyma-bot authored Oct 1, 2024
2 parents 22e21e6 + 87a9902 commit aac3fdb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion hack/shoot-comparator/cmd/comparator/directories.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"log/slog"
"time"

"github.com/kyma-project/infrastructure-manager/tools/shoot-comparator/internal/directories"
"github.com/kyma-project/infrastructure-manager/hack/shoot-comparator/internal/directories"
"github.com/spf13/cobra"
)

Expand Down
2 changes: 1 addition & 1 deletion hack/shoot-comparator/cmd/comparator/files.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package comparator
import (
"fmt"

"github.com/kyma-project/infrastructure-manager/tools/shoot-comparator/internal/files"
"github.com/kyma-project/infrastructure-manager/hack/shoot-comparator/internal/files"
"github.com/spf13/cobra"
)

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

import (
"github.com/kyma-project/infrastructure-manager/tools/shoot-comparator/cmd/comparator"
"github.com/kyma-project/infrastructure-manager/hack/shoot-comparator/cmd/comparator"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion hack/shoot-comparator/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/kyma-project/infrastructure-manager/tools/shoot-comparator
module github.com/kyma-project/infrastructure-manager/hack/shoot-comparator

go 1.23.0

Expand Down
2 changes: 1 addition & 1 deletion hack/shoot-comparator/internal/directories/comparator.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"time"

gardener "github.com/gardener/gardener/pkg/apis/core/v1beta1"
"github.com/kyma-project/infrastructure-manager/tools/shoot-comparator/internal/files"
"github.com/kyma-project/infrastructure-manager/hack/shoot-comparator/internal/files"
"sigs.k8s.io/yaml"
)

Expand Down
2 changes: 1 addition & 1 deletion hack/shoot-comparator/internal/files/comparator.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"os"

"github.com/gardener/gardener/pkg/apis/core/v1beta1"
"github.com/kyma-project/infrastructure-manager/tools/shoot-comparator/pkg/shoot"
"github.com/kyma-project/infrastructure-manager/hack/shoot-comparator/pkg/shoot"
"sigs.k8s.io/yaml"
)

Expand Down

0 comments on commit aac3fdb

Please sign in to comment.