Skip to content

Commit

Permalink
Use the mathers from another source
Browse files Browse the repository at this point in the history
  • Loading branch information
mvshao committed Oct 14, 2024
1 parent 41c0d37 commit 1832682
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 315 deletions.
5 changes: 3 additions & 2 deletions hack/runtime-migrator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.23.1

require (
github.com/gardener/gardener v1.100.0
github.com/kyma-project/infrastructure-manager v0.0.0-20241009045946-e3051118000c
github.com/onsi/gomega v1.34.1
github.com/kyma-project/infrastructure-manager v0.0.0-20241010165136-c9d296aadebd
github.com/kyma-project/infrastructure-manager/hack/shoot-comparator v0.0.0-20241010165136-c9d296aadebd
github.com/pkg/errors v0.9.1
k8s.io/api v0.31.1
k8s.io/apimachinery v0.31.1
Expand Down Expand Up @@ -39,6 +39,7 @@ require (
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/onsi/gomega v1.34.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
Expand Down
6 changes: 6 additions & 0 deletions hack/runtime-migrator/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kyma-project/infrastructure-manager v0.0.0-20241009045946-e3051118000c h1:1AjsXtTYczyVyu6HRjhNwI/b1DnCpbo0A310iPfFitU=
github.com/kyma-project/infrastructure-manager v0.0.0-20241009045946-e3051118000c/go.mod h1:zXB6/LSW8Y50NmZlg3SvQQfpKmepC+Je3WGADjXutKg=
github.com/kyma-project/infrastructure-manager v0.0.0-20241010165136-c9d296aadebd h1:YykXh2PP2H6pMBW5dmLKT/KwServdFce4zbEPgUvHro=
github.com/kyma-project/infrastructure-manager v0.0.0-20241010165136-c9d296aadebd/go.mod h1:zXB6/LSW8Y50NmZlg3SvQQfpKmepC+Je3WGADjXutKg=
github.com/kyma-project/infrastructure-manager/hack/shoot-comparator v0.0.0-20241009045946-e3051118000c h1:PfrVLyxDEjT255csGWP6qxxLPtD86Lx8jP5iK36hhYM=
github.com/kyma-project/infrastructure-manager/hack/shoot-comparator v0.0.0-20241009045946-e3051118000c/go.mod h1:4bf+z9t4M8+5incqcRpmoq6lv4+tRJC8reLtP1pYO+c=
github.com/kyma-project/infrastructure-manager/hack/shoot-comparator v0.0.0-20241010165136-c9d296aadebd h1:g+Nsu3aSZ29PrYpvg+PeLjoI66cXxLKcigs3uqmpE7E=
github.com/kyma-project/infrastructure-manager/hack/shoot-comparator v0.0.0-20241010165136-c9d296aadebd/go.mod h1:4bf+z9t4M8+5incqcRpmoq6lv4+tRJC8reLtP1pYO+c=
github.com/leodido/go-urn v1.4.0 h1:WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ=
github.com/leodido/go-urn v1.4.0/go.mod h1:bvxc+MVxLKB4z00jd1z+Dvzr47oO32F/QSNjSBOlFxI=
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
Expand Down
2 changes: 1 addition & 1 deletion hack/runtime-migrator/internal/comparator/comparator.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package comparator

import (
"github.com/gardener/gardener/pkg/apis/core/v1beta1"
"github.com/kyma-project/infrastructure-manager/hack/runtime-migrator-app/internal/shoot"
"github.com/kyma-project/infrastructure-manager/hack/shoot-comparator/pkg/shoot"
)

type Result struct {
Expand Down
72 changes: 0 additions & 72 deletions hack/runtime-migrator/internal/shoot/extensionmatcher.go

This file was deleted.

240 changes: 0 additions & 240 deletions hack/runtime-migrator/internal/shoot/matcher.go

This file was deleted.

0 comments on commit 1832682

Please sign in to comment.