containerd / zfs

ZFS snapshotter plugin for containerd
Apache License 2.0
67 stars 29 forks source link

Update deps to get rid of k8s.io/kubernetes #32

Closed dims closed 3 years ago

dims commented 3 years ago

containerd/containerd depends on this repo and the go.mod/sum ends up pulling in k8s.io/kubernetes transitively to many other projects that vendor containerd including hcsshim and kubernetes.

Signed-off-by: Davanum Srinivas davanum@gmail.com

estesp commented 3 years ago

I just opened #34 as I didn't realize we still had one or more subprojects on Travis! Of course I also had to do some vendor mucking to make my actions pass a run. So--how to coordinate your fixes with #34.. we might just have to ignore Travis output for a few PR runs!

estesp commented 3 years ago

Let's finish fixing up any vendoring changes in the GH actions PR (#34) since it is based on Go 1.16