Skip to content

Commit c02430f

Browse files
Merge pull request #113 from numtide/bump-module-version
Updating go mod references to latest version of resolver and API
2 parents cde0544 + d078eda commit c02430f

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

pkg/cluster-handler/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.25.0
44

55
require (
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

pkg/cluster-handler/go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,14 @@ github.com/numtide/multigres-operator/api v0.0.0-20260103140733-0f8c992a263e h1:
9898
github.com/numtide/multigres-operator/api v0.0.0-20260103140733-0f8c992a263e/go.mod h1:A1bBmTxHr+362dGZ5G6u2S4xsP6enbgdUS/UJUOmKbc=
9999
github.com/numtide/multigres-operator/api v0.0.0-20260105144757-e2b8632f1d7d h1:LKKRQdcmXnrURweVRnfJMudMFuE8AeIb06KB+VPw43c=
100100
github.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=
101103
github.com/numtide/multigres-operator/pkg/resolver v0.0.0-20260102120521-b5526742f4d1 h1:ZIni3ZVAryKwv8Mo1B/wzffZaY+yOmqwMgiOGpp0lfU=
102104
github.com/numtide/multigres-operator/pkg/resolver v0.0.0-20260102120521-b5526742f4d1/go.mod h1:sM5pJBpBfMmU4IY8prQLBPilNtVk9XVlkn5iphJ0TxA=
103105
github.com/numtide/multigres-operator/pkg/resolver v0.0.0-20260104102817-8d88e85c84f8 h1:XB9WePp8DydQEEXnqANAkMeHmAK0vqFX/30FH2mnSC4=
104106
github.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=
105109
github.com/numtide/multigres-operator/pkg/testutil v0.0.0-20251214105213-458b940d04bd h1:gp55gShKenPt4r9K1EC3SKKeOMDDreypivBWzAD6XjQ=
106110
github.com/numtide/multigres-operator/pkg/testutil v0.0.0-20251214105213-458b940d04bd/go.mod h1:+NQa7dSvQqxhBOE9XcE9RWXLvOvNaw0keCc29Y7pjyQ=
107111
github.com/onsi/ginkgo/v2 v2.25.3 h1:Ty8+Yi/ayDAGtk4XxmmfUy4GabvM+MegeB4cDLRi6nw=

pkg/resolver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25.0
44

55
require (
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

pkg/resolver/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ github.com/numtide/multigres-operator/api v0.0.0-20260103121224-057738b43b3b h1:
8484
github.com/numtide/multigres-operator/api v0.0.0-20260103121224-057738b43b3b/go.mod h1:A1bBmTxHr+362dGZ5G6u2S4xsP6enbgdUS/UJUOmKbc=
8585
github.com/numtide/multigres-operator/api v0.0.0-20260105144757-e2b8632f1d7d h1:LKKRQdcmXnrURweVRnfJMudMFuE8AeIb06KB+VPw43c=
8686
github.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=
8789
github.com/onsi/ginkgo/v2 v2.25.3 h1:Ty8+Yi/ayDAGtk4XxmmfUy4GabvM+MegeB4cDLRi6nw=
8890
github.com/onsi/ginkgo/v2 v2.25.3/go.mod h1:43uiyQC4Ed2tkOzLsEYm7hnrb7UJTWHYNsuy3bG/snE=
8991
github.com/onsi/gomega v1.38.3 h1:eTX+W6dobAYfFeGC2PV6RwXRu/MyT+cQguijutvkpSM=

0 commit comments

Comments
 (0)