networkop / meshnet-cni

a (K8s) CNI plugin to create arbitrary virtual network topologies
BSD 3-Clause "New" or "Revised" License
116 stars 27 forks source link

Fix incompatible go proxy format #15

Closed jsimonetti closed 4 years ago

jsimonetti commented 4 years ago

This fixes a bug that existed in a previous go proxy implementation. It uses a workaround to pin k8s.io/client-go v12 to it's corresponding commit hash. This will allow go mod download to work properly.

See https://github.com/golang/go/issues/33558 for more information.

Signed-off-by: Jeroen Simonetti jeroen@simonetti.nl

networkop commented 4 years ago

LGTM. thanks