pdtpartners / nix-snapshotter

Brings native understanding of Nix packages to containerd
MIT License
576 stars 15 forks source link

Remove containerd patch and update go.mod to be consistent with upstream #70

Closed elpdt852 closed 1 year ago

elpdt852 commented 1 year ago

This PR makes the golang dependency & overlay pin to be the same version of containerd: https://github.com/containerd/containerd/commit/a617005750ecf0ee77c538706d54b213205c94eb

I also did a refresh go.mod tidy because I think it was manually edited at some point.