/vndr-updater

Tool to update VNDR versions

Primary LanguageGo

#vndr-updater Small tool to update VNDR vendor.conf file versions from remote vendor.conf. You can use this tool to update local versions to match with remote versions.

Example

go run ./cmd/vndr-updater/ https://raw.githubusercontent.com/containerd/containerd/v1.1.0/vendor.conf

Update all dependencies in local vendor.conf to match with versions in the remote vendor.conf file.