Skip to content

Commit ed15682

Browse files
Merge pull request #126 from numtide/bump-cascading
Bumping module version for cluster handler and webhook
2 parents 5de2bf6 + 72927d9 commit ed15682

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

go.mod

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

55
require (
66
github.com/numtide/multigres-operator/api v0.0.0-20260110025154-da9aa10fb701
7-
github.com/numtide/multigres-operator/pkg/cluster-handler v0.0.0-20260117103319-0310da4fde93
7+
github.com/numtide/multigres-operator/pkg/cluster-handler v0.0.0-20260119180828-5de2bf61aae8
88
github.com/numtide/multigres-operator/pkg/resolver v0.0.0-20260116114253-fd867f056f16
99
github.com/numtide/multigres-operator/pkg/resource-handler v0.0.0-20260110015531-40fb79c0dda3
10-
github.com/numtide/multigres-operator/pkg/webhook v0.0.0-20260115201516-44b30bf5dd8e
10+
github.com/numtide/multigres-operator/pkg/webhook v0.0.0-20260119180828-5de2bf61aae8
1111
k8s.io/api v0.35.0
1212
k8s.io/apimachinery v0.35.0
1313
k8s.io/client-go v0.35.0

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ github.com/numtide/multigres-operator/pkg/cluster-handler v0.0.0-20260115201516-
120120
github.com/numtide/multigres-operator/pkg/cluster-handler v0.0.0-20260115201516-44b30bf5dd8e/go.mod h1:MSMdL/Be0qtXsV7qGWidDeepGGCFc9MmTqG7hk/h1pQ=
121121
github.com/numtide/multigres-operator/pkg/cluster-handler v0.0.0-20260117103319-0310da4fde93 h1:cZgIfvDyCknmq4nk738SkakXKj8qn9iAvKcbWsLW92g=
122122
github.com/numtide/multigres-operator/pkg/cluster-handler v0.0.0-20260117103319-0310da4fde93/go.mod h1:zhIRec/iMZmV4gtVqJQ524SdMd+VmWmRV57/kNqm33k=
123+
github.com/numtide/multigres-operator/pkg/cluster-handler v0.0.0-20260119180828-5de2bf61aae8 h1:8KKbNyEQ99PCauTbDpUuSsLkNRg5hDTvyP85A+IKofI=
124+
github.com/numtide/multigres-operator/pkg/cluster-handler v0.0.0-20260119180828-5de2bf61aae8/go.mod h1:zhIRec/iMZmV4gtVqJQ524SdMd+VmWmRV57/kNqm33k=
123125
github.com/numtide/multigres-operator/pkg/resolver v0.0.0-20260116114253-fd867f056f16 h1:eUvOealF9GlRCObAspNuDh6PTm46r3G7E58bDujJL8M=
124126
github.com/numtide/multigres-operator/pkg/resolver v0.0.0-20260116114253-fd867f056f16/go.mod h1:8urAPFN6zF8V6KmQWWU31DL6WtZ6seLkm6UrwBVGArU=
125127
github.com/numtide/multigres-operator/pkg/resource-handler v0.0.0-20260110015531-40fb79c0dda3 h1:1iGWxJPk4ucAjDOR8rcSPfVVKHtlXDSLq8gpAOonq8I=
@@ -128,6 +130,8 @@ github.com/numtide/multigres-operator/pkg/testutil v0.0.0-20260115201516-44b30bf
128130
github.com/numtide/multigres-operator/pkg/testutil v0.0.0-20260115201516-44b30bf5dd8e/go.mod h1:+NQa7dSvQqxhBOE9XcE9RWXLvOvNaw0keCc29Y7pjyQ=
129131
github.com/numtide/multigres-operator/pkg/webhook v0.0.0-20260115201516-44b30bf5dd8e h1:MrQXRa+6/Tw5FhaWoDQQUJZYlkGYYnK4ezVFCzjsh0s=
130132
github.com/numtide/multigres-operator/pkg/webhook v0.0.0-20260115201516-44b30bf5dd8e/go.mod h1:r1W5LXXbuBfgwJh9BCuwn4AOushxC+tyMxnJkW8ltps=
133+
github.com/numtide/multigres-operator/pkg/webhook v0.0.0-20260119180828-5de2bf61aae8 h1:h4b3ZXPXK3ejghDN8h1cQ1EItpgZZTyk/RMh3YRBOes=
134+
github.com/numtide/multigres-operator/pkg/webhook v0.0.0-20260119180828-5de2bf61aae8/go.mod h1:91v1CQZ/t3460dJZdtESjZ4WGDNMIi0g6T9YwLYhxMo=
131135
github.com/onsi/ginkgo/v2 v2.27.2 h1:LzwLj0b89qtIy6SSASkzlNvX6WktqurSHwkk2ipF/Ns=
132136
github.com/onsi/ginkgo/v2 v2.27.2/go.mod h1:ArE1D/XhNXBXCBkKOLkbsb2c81dQHCRcF5zwn/ykDRo=
133137
github.com/onsi/gomega v1.38.3 h1:eTX+W6dobAYfFeGC2PV6RwXRu/MyT+cQguijutvkpSM=

0 commit comments

Comments
 (0)