mirror of
https://github.com/fluxcd/flux2.git
synced 2026-05-03 16:48:51 +00:00
Fix wrong deletion message on flux diff
If implemented, when an error happens when dry-running an object, we return early. This match pkg ssa implementation Signed-off-by: Soule BA <soule@weave.works>
This commit is contained in:
parent
4b4e6b1be3
commit
8b444283e6
2 changed files with 7 additions and 8 deletions
2
go.mod
2
go.mod
|
|
@ -26,7 +26,7 @@ require (
|
|||
github.com/gonvenience/ytbx v1.4.2
|
||||
github.com/google/go-cmp v0.5.6
|
||||
github.com/google/go-containerregistry v0.2.0
|
||||
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
||||
github.com/hashicorp/go-multierror v1.1.1
|
||||
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
|
||||
github.com/homeport/dyff v1.4.6
|
||||
github.com/lucasb-eyer/go-colorful v1.2.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue