client-go 1.5.2 has been retracted and having it here as a dependency forces not just Multus, but everyone who imports Multus to do the same replace dance with tons of Kube dependencies.
From what I can see, there is simply no need to replace tons of dependencies. So I cleaned it up and go mod tidy and go build are happy.
coverage: 56.454% (-7.4%) from 63.857%
when pulling 808185b10f6855d494999ca32cd3b9045328f184 on xrstf:master
into e1a0d2a3fd4f490861ff1872840fdf0a69200747 on k8snetworkplumbingwg:master.
client-go 1.5.2 has been retracted and having it here as a dependency forces not just Multus, but everyone who imports Multus to do the same
replace
dance with tons of Kube dependencies.From what I can see, there is simply no need to replace tons of dependencies. So I cleaned it up and
go mod tidy
andgo build
are happy.