Skip to content

Commit 9851564

Browse files
committed
Update sigs.k8s.io/cli-utils to v0.22.2
This is the first release that includes a patch of the `CachingClusterReader` so that it continues on all list errors. Signed-off-by: Hidde Beydals <[email protected]>
1 parent 15acc03 commit 9851564

File tree

2 files changed

+56
-82
lines changed

2 files changed

+56
-82
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/fluxcd/source-controller/api v0.9.0
1717
github.com/go-logr/logr v0.3.0
1818
github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c
19-
github.com/onsi/ginkgo v1.14.1
19+
github.com/onsi/ginkgo v1.14.2
2020
github.com/onsi/gomega v1.10.2
2121
github.com/spf13/pflag v1.0.5
2222
go.mozilla.org/gopgagent v0.0.0-20170926210634-4d7ea76ff71a
@@ -28,7 +28,7 @@ require (
2828
k8s.io/apimachinery v0.20.2
2929
k8s.io/cli-runtime v0.20.2 // indirect
3030
k8s.io/client-go v0.20.2
31-
sigs.k8s.io/cli-utils v0.20.2
31+
sigs.k8s.io/cli-utils v0.22.2
3232
sigs.k8s.io/controller-runtime v0.8.2
3333
sigs.k8s.io/kustomize/api v0.7.4
3434
sigs.k8s.io/yaml v1.2.0

0 commit comments

Comments
 (0)