Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update go.mod deps #3903

Merged
merged 1 commit into from
Jan 29, 2023
Merged

update go.mod deps #3903

merged 1 commit into from
Jan 29, 2023

Conversation

deitch
Copy link
Collaborator

@deitch deitch commented Jan 24, 2023

- What I did

Updated the docker/docker, moby/moby, moby/buildkit, oras.land/oras-go and estesp/manifest-tool dependencies.

Most are on the latest; the only one I cannot get to latest (and thus remains with a replace on go.mod) is oras.land/oras-go. This is because estesp/manifest-tool depends upon an older version of it, which, in turn, depends on an older version of docker/docker, etc. If we can update manifest-tool, we should be able to get this as well.

- How I did it

Lots of go get -u followed by go mod tidy and go mod vendor, and then testing

- How to verify it

CI. If it builds and runs, it works.

- Description for the changelog

Update library dependencies

Signed-off-by: Avi Deitcher <avi@deitcher.net>
@deitch deitch merged commit 500fdb1 into linuxkit:master Jan 29, 2023
@deitch deitch deleted the update-moby-deps branch January 29, 2023 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant