File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ go 1.25.0
44
55require (
66 github.com/google/go-cmp v0.7.0
7- github.com/numtide/multigres-operator/api v0.0.0-20260105144757-e2b8632f1d7d
8- github.com/numtide/multigres-operator/pkg/resolver v0.0.0-20260104102817-8d88e85c84f8
7+ github.com/numtide/multigres-operator/api v0.0.0-20260106174142-cde0544f0a59
8+ github.com/numtide/multigres-operator/pkg/resolver v0.0.0-20260106174142-cde0544f0a59
99 github.com/numtide/multigres-operator/pkg/testutil v0.0.0-20251214105213-458b940d04bd
1010 k8s.io/api v0.34.3
1111 k8s.io/apimachinery v0.34.3
Original file line number Diff line number Diff line change @@ -98,10 +98,14 @@ github.com/numtide/multigres-operator/api v0.0.0-20260103140733-0f8c992a263e h1:
9898github.com/numtide/multigres-operator/api v0.0.0-20260103140733-0f8c992a263e /go.mod h1:A1bBmTxHr+362dGZ5G6u2S4xsP6enbgdUS/UJUOmKbc =
9999github.com/numtide/multigres-operator/api v0.0.0-20260105144757-e2b8632f1d7d h1:LKKRQdcmXnrURweVRnfJMudMFuE8AeIb06KB+VPw43c =
100100github.com/numtide/multigres-operator/api v0.0.0-20260105144757-e2b8632f1d7d /go.mod h1:A1bBmTxHr+362dGZ5G6u2S4xsP6enbgdUS/UJUOmKbc =
101+ github.com/numtide/multigres-operator/api v0.0.0-20260106174142-cde0544f0a59 h1:558JHDsbrNVxhvQsNR/cDmtHztPe2EZ+HDsBGvOizaE =
102+ github.com/numtide/multigres-operator/api v0.0.0-20260106174142-cde0544f0a59 /go.mod h1:A1bBmTxHr+362dGZ5G6u2S4xsP6enbgdUS/UJUOmKbc =
101103github.com/numtide/multigres-operator/pkg/resolver v0.0.0-20260102120521-b5526742f4d1 h1:ZIni3ZVAryKwv8Mo1B/wzffZaY+yOmqwMgiOGpp0lfU =
102104github.com/numtide/multigres-operator/pkg/resolver v0.0.0-20260102120521-b5526742f4d1 /go.mod h1:sM5pJBpBfMmU4IY8prQLBPilNtVk9XVlkn5iphJ0TxA =
103105github.com/numtide/multigres-operator/pkg/resolver v0.0.0-20260104102817-8d88e85c84f8 h1:XB9WePp8DydQEEXnqANAkMeHmAK0vqFX/30FH2mnSC4 =
104106github.com/numtide/multigres-operator/pkg/resolver v0.0.0-20260104102817-8d88e85c84f8 /go.mod h1:Ve3BcwlUsNFfYyTw6DAq87XU8SPIzGDMlPqsB17HLJ0 =
107+ github.com/numtide/multigres-operator/pkg/resolver v0.0.0-20260106174142-cde0544f0a59 h1:pJI60XGBgWxmNt3A9CEoRk8RTRk23EPNgkm5AQcLiVc =
108+ github.com/numtide/multigres-operator/pkg/resolver v0.0.0-20260106174142-cde0544f0a59 /go.mod h1:0inFzDvNkuJpt9GNxpg7DrMeP8ehT9eNerjjc23MJBA =
105109github.com/numtide/multigres-operator/pkg/testutil v0.0.0-20251214105213-458b940d04bd h1:gp55gShKenPt4r9K1EC3SKKeOMDDreypivBWzAD6XjQ =
106110github.com/numtide/multigres-operator/pkg/testutil v0.0.0-20251214105213-458b940d04bd /go.mod h1:+NQa7dSvQqxhBOE9XcE9RWXLvOvNaw0keCc29Y7pjyQ =
107111github.com/onsi/ginkgo/v2 v2.25.3 h1:Ty8+Yi/ayDAGtk4XxmmfUy4GabvM+MegeB4cDLRi6nw =
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.25.0
44
55require (
66 github.com/google/go-cmp v0.7.0
7- github.com/numtide/multigres-operator/api v0.0.0-20260105144757-e2b8632f1d7d
7+ github.com/numtide/multigres-operator/api v0.0.0-20260106174142-cde0544f0a59
88 k8s.io/api v0.34.3
99 k8s.io/apimachinery v0.34.3
1010 k8s.io/utils v0.0.0-20251002143259-bc988d571ff4
Original file line number Diff line number Diff line change @@ -84,6 +84,8 @@ github.com/numtide/multigres-operator/api v0.0.0-20260103121224-057738b43b3b h1:
8484github.com/numtide/multigres-operator/api v0.0.0-20260103121224-057738b43b3b /go.mod h1:A1bBmTxHr+362dGZ5G6u2S4xsP6enbgdUS/UJUOmKbc =
8585github.com/numtide/multigres-operator/api v0.0.0-20260105144757-e2b8632f1d7d h1:LKKRQdcmXnrURweVRnfJMudMFuE8AeIb06KB+VPw43c =
8686github.com/numtide/multigres-operator/api v0.0.0-20260105144757-e2b8632f1d7d /go.mod h1:A1bBmTxHr+362dGZ5G6u2S4xsP6enbgdUS/UJUOmKbc =
87+ github.com/numtide/multigres-operator/api v0.0.0-20260106174142-cde0544f0a59 h1:558JHDsbrNVxhvQsNR/cDmtHztPe2EZ+HDsBGvOizaE =
88+ github.com/numtide/multigres-operator/api v0.0.0-20260106174142-cde0544f0a59 /go.mod h1:A1bBmTxHr+362dGZ5G6u2S4xsP6enbgdUS/UJUOmKbc =
8789github.com/onsi/ginkgo/v2 v2.25.3 h1:Ty8+Yi/ayDAGtk4XxmmfUy4GabvM+MegeB4cDLRi6nw =
8890github.com/onsi/ginkgo/v2 v2.25.3 /go.mod h1:43uiyQC4Ed2tkOzLsEYm7hnrb7UJTWHYNsuy3bG/snE =
8991github.com/onsi/gomega v1.38.3 h1:eTX+W6dobAYfFeGC2PV6RwXRu/MyT+cQguijutvkpSM =
You can’t perform that action at this time.
0 commit comments