1
0
mirror of synced 2026-02-13 13:06:56 +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:
Soule BA
2022-02-04 16:45:25 +01:00
parent 4b4e6b1be3
commit 8b444283e6
2 changed files with 7 additions and 8 deletions

2
go.mod
View File

@@ -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