do not pin kubernetes client
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
This commit is contained in:
parent
80adc9adfe
commit
58b1ec4055
2
go.mod
2
go.mod
|
@ -374,8 +374,6 @@ require (
|
|||
sigs.k8s.io/yaml v1.3.0 // indirect
|
||||
)
|
||||
|
||||
replace k8s.io/client => github.com/kubernetes-client/go v0.0.0-20190928040339-c757968c4c36
|
||||
|
||||
replace github.com/eclipse/paho.mqtt.golang => github.com/shivamkm07/paho.mqtt.golang v1.3.6-0.20220106130409-e28a1db639f8
|
||||
|
||||
replace github.com/gobwas/pool => github.com/gobwas/pool v0.2.1
|
||||
|
|
Loading…
Reference in New Issue