diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -69,8 +69,8 @@ require ( golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0 gopkg.in/fsnotify.v1 v1.4.7 // indirect gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b - k8s.io/api v0.22.3 - k8s.io/apimachinery v0.22.3 + k8s.io/api v0.22.4 + k8s.io/apimachinery v0.22.4 ) replace github.com/onsi/gomega => github.com/onsi/gomega v1.16.0 |