diff --git a/go.mod b/go.mod index 5e021790..4ecf6ce4 100644 --- a/go.mod +++ b/go.mod @@ -40,7 +40,7 @@ require ( github.com/packethost/packngo v0.31.0 github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c github.com/pluralsh/console/go/client v1.26.4 - github.com/pluralsh/console/go/controller v0.0.0-20250124073105-7100db0ff9e4 + github.com/pluralsh/console/go/controller v0.0.0-20250131122042-68c3fe52f9f2 github.com/pluralsh/gqlclient v1.12.2 github.com/pluralsh/plural-operator v0.5.5 github.com/pluralsh/polly v0.2.0 diff --git a/go.sum b/go.sum index ee005101..674cbba6 100644 --- a/go.sum +++ b/go.sum @@ -581,6 +581,8 @@ github.com/pluralsh/console/go/client v1.26.4 h1:EF2c9eXKHdu3SoAnaBX9QQMFI8XE5No github.com/pluralsh/console/go/client v1.26.4/go.mod h1:lpoWASYsM9keNePS3dpFiEisUHEfObIVlSL3tzpKn8k= github.com/pluralsh/console/go/controller v0.0.0-20250124073105-7100db0ff9e4 h1:xpEj9EeTf2fbhOmA95Lm7hpUIGDhhgONq0l6nG5J1m8= github.com/pluralsh/console/go/controller v0.0.0-20250124073105-7100db0ff9e4/go.mod h1:iVks8N4IuSw8zTFmShK77q6b2zRaQOnsqHYgnNUie7Y= +github.com/pluralsh/console/go/controller v0.0.0-20250131122042-68c3fe52f9f2 h1:5Do5Z7ISu9BoqmW39XkaGrakpT9bh0am4N6an7O7Xf0= +github.com/pluralsh/console/go/controller v0.0.0-20250131122042-68c3fe52f9f2/go.mod h1:iVks8N4IuSw8zTFmShK77q6b2zRaQOnsqHYgnNUie7Y= github.com/pluralsh/controller-reconcile-helper v0.1.0 h1:BV3dYZFH5rn8ZvZjtpkACSv/GmLEtRftNQj/Y4ddHEo= github.com/pluralsh/controller-reconcile-helper v0.1.0/go.mod h1:RxAbvSB4/jkvx616krCdNQXPbpGJXW3J1L3rASxeFOA= github.com/pluralsh/gqlclient v1.12.2 h1:BrEFAASktf4quFw57CIaLAd+NZUTLhG08fe6tnhBQN4=