diff --git a/go.mod b/go.mod index 33f5cb1f..bd371764 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/numtide/multigres-operator go 1.25.0 require ( - github.com/numtide/multigres-operator/api v0.0.0-20260120201135-e72eb4b1bd4a + github.com/numtide/multigres-operator/api v0.0.0-20260122120956-3706cba9e0ed github.com/numtide/multigres-operator/pkg/cluster-handler v0.0.0-20260119180828-5de2bf61aae8 github.com/numtide/multigres-operator/pkg/resolver v0.0.0-20260120201135-e72eb4b1bd4a github.com/numtide/multigres-operator/pkg/resource-handler v0.0.0-20260110015531-40fb79c0dda3 diff --git a/go.sum b/go.sum index 43f893f0..e2a8ce64 100644 --- a/go.sum +++ b/go.sum @@ -118,6 +118,8 @@ github.com/numtide/multigres-operator/api v0.0.0-20260110025154-da9aa10fb701 h1: github.com/numtide/multigres-operator/api v0.0.0-20260110025154-da9aa10fb701/go.mod h1:A1bBmTxHr+362dGZ5G6u2S4xsP6enbgdUS/UJUOmKbc= github.com/numtide/multigres-operator/api v0.0.0-20260120201135-e72eb4b1bd4a h1:L8TAxL4M8Sz6Fj11AlYX1+7X+OamXv9lkcvq3IA2TyY= github.com/numtide/multigres-operator/api v0.0.0-20260120201135-e72eb4b1bd4a/go.mod h1:A1bBmTxHr+362dGZ5G6u2S4xsP6enbgdUS/UJUOmKbc= +github.com/numtide/multigres-operator/api v0.0.0-20260122120956-3706cba9e0ed h1:DVb1AcZv7x0mjpiZq76DELviCr5GFu2e7icxuzbo8VE= +github.com/numtide/multigres-operator/api v0.0.0-20260122120956-3706cba9e0ed/go.mod h1:A1bBmTxHr+362dGZ5G6u2S4xsP6enbgdUS/UJUOmKbc= github.com/numtide/multigres-operator/pkg/cluster-handler v0.0.0-20260115201516-44b30bf5dd8e h1:JInA6FlDGZknvvrDvEV1NqqhkU6UUpYo5OY94XMFmtc= github.com/numtide/multigres-operator/pkg/cluster-handler v0.0.0-20260115201516-44b30bf5dd8e/go.mod h1:MSMdL/Be0qtXsV7qGWidDeepGGCFc9MmTqG7hk/h1pQ= github.com/numtide/multigres-operator/pkg/cluster-handler v0.0.0-20260117103319-0310da4fde93 h1:cZgIfvDyCknmq4nk738SkakXKj8qn9iAvKcbWsLW92g= diff --git a/pkg/cluster-handler/go.mod b/pkg/cluster-handler/go.mod index ad837a37..7c7e1f19 100644 --- a/pkg/cluster-handler/go.mod +++ b/pkg/cluster-handler/go.mod @@ -3,7 +3,7 @@ module github.com/numtide/multigres-operator/pkg/cluster-handler go 1.25.0 require ( - github.com/numtide/multigres-operator/api v0.0.0-20260120201135-e72eb4b1bd4a + github.com/numtide/multigres-operator/api v0.0.0-20260122120956-3706cba9e0ed github.com/numtide/multigres-operator/pkg/resolver v0.0.0-20260120201135-e72eb4b1bd4a github.com/numtide/multigres-operator/pkg/testutil v0.0.0-20260115201516-44b30bf5dd8e k8s.io/api v0.34.3 diff --git a/pkg/cluster-handler/go.sum b/pkg/cluster-handler/go.sum index 96d3ce08..d8af569e 100644 --- a/pkg/cluster-handler/go.sum +++ b/pkg/cluster-handler/go.sum @@ -94,6 +94,8 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/numtide/multigres-operator/api v0.0.0-20260120201135-e72eb4b1bd4a h1:L8TAxL4M8Sz6Fj11AlYX1+7X+OamXv9lkcvq3IA2TyY= github.com/numtide/multigres-operator/api v0.0.0-20260120201135-e72eb4b1bd4a/go.mod h1:A1bBmTxHr+362dGZ5G6u2S4xsP6enbgdUS/UJUOmKbc= +github.com/numtide/multigres-operator/api v0.0.0-20260122120956-3706cba9e0ed h1:DVb1AcZv7x0mjpiZq76DELviCr5GFu2e7icxuzbo8VE= +github.com/numtide/multigres-operator/api v0.0.0-20260122120956-3706cba9e0ed/go.mod h1:A1bBmTxHr+362dGZ5G6u2S4xsP6enbgdUS/UJUOmKbc= github.com/numtide/multigres-operator/pkg/resolver v0.0.0-20260120201135-e72eb4b1bd4a h1:cNaaVd2lF2HcRdKNQoYhBSiElSkQmokOv/yCJNfI8lg= github.com/numtide/multigres-operator/pkg/resolver v0.0.0-20260120201135-e72eb4b1bd4a/go.mod h1:8urAPFN6zF8V6KmQWWU31DL6WtZ6seLkm6UrwBVGArU= github.com/numtide/multigres-operator/pkg/testutil v0.0.0-20260115201516-44b30bf5dd8e h1:HGtBToLG0qS5exOHD8Fqy3aAAJ6LPW2Az5il1fnnbPM= diff --git a/pkg/resolver/go.mod b/pkg/resolver/go.mod index 66214a45..93136f98 100644 --- a/pkg/resolver/go.mod +++ b/pkg/resolver/go.mod @@ -4,7 +4,7 @@ go 1.25.0 require ( github.com/google/go-cmp v0.7.0 - github.com/numtide/multigres-operator/api v0.0.0-20260120201135-e72eb4b1bd4a + github.com/numtide/multigres-operator/api v0.0.0-20260122120956-3706cba9e0ed github.com/numtide/multigres-operator/pkg/testutil v0.0.0-20260115201516-44b30bf5dd8e k8s.io/api v0.34.3 k8s.io/apimachinery v0.34.3 diff --git a/pkg/resolver/go.sum b/pkg/resolver/go.sum index d67b84d7..09f6f2aa 100644 --- a/pkg/resolver/go.sum +++ b/pkg/resolver/go.sum @@ -96,6 +96,8 @@ github.com/numtide/multigres-operator/api v0.0.0-20260110025154-da9aa10fb701 h1: github.com/numtide/multigres-operator/api v0.0.0-20260110025154-da9aa10fb701/go.mod h1:A1bBmTxHr+362dGZ5G6u2S4xsP6enbgdUS/UJUOmKbc= github.com/numtide/multigres-operator/api v0.0.0-20260120201135-e72eb4b1bd4a h1:L8TAxL4M8Sz6Fj11AlYX1+7X+OamXv9lkcvq3IA2TyY= github.com/numtide/multigres-operator/api v0.0.0-20260120201135-e72eb4b1bd4a/go.mod h1:A1bBmTxHr+362dGZ5G6u2S4xsP6enbgdUS/UJUOmKbc= +github.com/numtide/multigres-operator/api v0.0.0-20260122120956-3706cba9e0ed h1:DVb1AcZv7x0mjpiZq76DELviCr5GFu2e7icxuzbo8VE= +github.com/numtide/multigres-operator/api v0.0.0-20260122120956-3706cba9e0ed/go.mod h1:A1bBmTxHr+362dGZ5G6u2S4xsP6enbgdUS/UJUOmKbc= github.com/numtide/multigres-operator/pkg/testutil v0.0.0-20260115201516-44b30bf5dd8e h1:HGtBToLG0qS5exOHD8Fqy3aAAJ6LPW2Az5il1fnnbPM= github.com/numtide/multigres-operator/pkg/testutil v0.0.0-20260115201516-44b30bf5dd8e/go.mod h1:+NQa7dSvQqxhBOE9XcE9RWXLvOvNaw0keCc29Y7pjyQ= github.com/onsi/ginkgo/v2 v2.25.3 h1:Ty8+Yi/ayDAGtk4XxmmfUy4GabvM+MegeB4cDLRi6nw= diff --git a/pkg/webhook/go.mod b/pkg/webhook/go.mod index 637a02a3..ff19f417 100644 --- a/pkg/webhook/go.mod +++ b/pkg/webhook/go.mod @@ -3,7 +3,7 @@ module github.com/numtide/multigres-operator/pkg/webhook go 1.25.0 require ( - github.com/numtide/multigres-operator/api v0.0.0-20260120201135-e72eb4b1bd4a + github.com/numtide/multigres-operator/api v0.0.0-20260122120956-3706cba9e0ed github.com/numtide/multigres-operator/pkg/resolver v0.0.0-20260120201135-e72eb4b1bd4a github.com/numtide/multigres-operator/pkg/testutil v0.0.0-20260116114253-fd867f056f16 k8s.io/api v0.34.3 diff --git a/pkg/webhook/go.sum b/pkg/webhook/go.sum index 638585a0..d9d7d899 100644 --- a/pkg/webhook/go.sum +++ b/pkg/webhook/go.sum @@ -98,6 +98,8 @@ github.com/numtide/multigres-operator/api v0.0.0-20260110025154-da9aa10fb701 h1: github.com/numtide/multigres-operator/api v0.0.0-20260110025154-da9aa10fb701/go.mod h1:A1bBmTxHr+362dGZ5G6u2S4xsP6enbgdUS/UJUOmKbc= github.com/numtide/multigres-operator/api v0.0.0-20260120201135-e72eb4b1bd4a h1:L8TAxL4M8Sz6Fj11AlYX1+7X+OamXv9lkcvq3IA2TyY= github.com/numtide/multigres-operator/api v0.0.0-20260120201135-e72eb4b1bd4a/go.mod h1:A1bBmTxHr+362dGZ5G6u2S4xsP6enbgdUS/UJUOmKbc= +github.com/numtide/multigres-operator/api v0.0.0-20260122120956-3706cba9e0ed h1:DVb1AcZv7x0mjpiZq76DELviCr5GFu2e7icxuzbo8VE= +github.com/numtide/multigres-operator/api v0.0.0-20260122120956-3706cba9e0ed/go.mod h1:A1bBmTxHr+362dGZ5G6u2S4xsP6enbgdUS/UJUOmKbc= github.com/numtide/multigres-operator/pkg/resolver v0.0.0-20260106180404-c02430f41b11 h1:zZTF/NSklH8kqlw9srPJoXm/JRmmp9SIg5MGVT6XYhY= github.com/numtide/multigres-operator/pkg/resolver v0.0.0-20260106180404-c02430f41b11/go.mod h1:e/+O28FuzzqC0uPaltae87ZDCAIaE+V7ZtywMjMCqXo= github.com/numtide/multigres-operator/pkg/resolver v0.0.0-20260115201516-44b30bf5dd8e h1:sHKM36+Rc8u+ycJP1lkh2SVEddFRhl9oYZQjriPtFbc=