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

go.mod: updated dependencies to released versions #166

Merged
merged 4 commits into from
Aug 25, 2023

Conversation

thaJeztah
Copy link
Collaborator

  • go.mod: golang.org/x/sys v0.1.0
  • go.mod: golang.org/x/sync v0.1.0 (update to a tagged release, but keeping it at the lowest version)
  • go.mod: github.com/stretchr/testify v1.8.4 (update to the current release to not get an older version of gopkg.in/yaml.v3 in the dependency tree)
  • go.mod: github.com/containerd/continuity v0.4.1
    We were already using v0.4.0-dev (commit from master). Use a tagged release;
    containerd/continuity@2a963a2...v0.4.1

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
update to a tagged release, but keeping it at the lowest version.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
update to the current release to not get an older version
of gopkg.in/yaml.v3 in the dependency tree.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
We were already using v0.4.0-dev (commit from master). Use a tagged release;

full diff: containerd/continuity@2a963a2...v0.4.1

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@tonistiigi tonistiigi merged commit 0ff5373 into tonistiigi:master Aug 25, 2023
5 checks passed
@thaJeztah thaJeztah deleted the update_continuity branch August 25, 2023 22:40
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.

3 participants