containerd / nydus-snapshotter

A containerd snapshotter with data deduplication and lazy loading in P2P fashion
https://nydus.dev/
Apache License 2.0
173 stars 100 forks source link

go.mod: dario.cat/mergo v1.0.0 #608

Closed thaJeztah closed 3 months ago

thaJeztah commented 4 months ago

The module was renamed to dario.cat/mergo. The old dependency isn't fully gone yet, because kubernetes still uses the old location, but that may go away eventually; https://github.com/kubernetes/client-go/blob/v0.26.2/go.mod#L18

full diff: https://github.com/darccio/mergo/compare/v0.3.13...v1.0.0

thaJeztah commented 4 months ago

@changweige @imeoer ptal 🤗

thaJeztah commented 4 months ago

The old dependency isn't fully gone yet, because kubernetes still uses the old location, but that may go away eventually; https://github.com/kubernetes/client-go/blob/v0.26.2/go.mod#L18

I opened a PR in kubernetes to switch it to the new name;

apostasie commented 3 months ago

@thaJeztah same as the other - if you could rebase to get a clean CI run, that would be lovely cc @imeoer