Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update github.com/pluralsh/console/go/controller digest to a093194 #600

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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-20250203213339-a09319419ca4
github.com/pluralsh/gqlclient v1.12.2
github.com/pluralsh/plural-operator v0.5.5
github.com/pluralsh/polly v0.2.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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-20250203213339-a09319419ca4 h1:UTHX3zxku9bRqbcjk6sriSP1IAZgWBWKnz1Uxnt8DJc=
github.com/pluralsh/console/go/controller v0.0.0-20250203213339-a09319419ca4/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=
Expand Down
Loading