Update go dependencies to fix build logr errors

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-09-02 08:00:44 -04:00
parent 32e4e0aa09
commit f55a47e461
2 changed files with 36 additions and 2 deletions

4
go.mod
View file

@ -9,7 +9,7 @@ require (
github.com/fsnotify/fsnotify v1.4.9
github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa // indirect
github.com/gavv/httpexpect/v2 v2.1.0
github.com/imdario/mergo v0.3.9
github.com/imdario/mergo v0.3.10
github.com/json-iterator/go v1.1.10
github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348
github.com/mitchellh/go-ps v1.0.0
@ -44,7 +44,7 @@ require (
k8s.io/klog/v2 v2.2.0
k8s.io/kubernetes v1.19.0
pault.ag/go/sniff v0.0.0-20200207005214-cf7e4d167732
sigs.k8s.io/controller-runtime v0.6.2
sigs.k8s.io/controller-runtime v0.6.1-0.20200831170621-ab55aa710b06
)
replace (