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: update dependencies #79

Merged
merged 4 commits into from
Mar 16, 2021
Merged

Conversation

thaJeztah
Copy link
Member

go.mod: github.com/gogo/protobuf v1.3.2

Matching the version that's currently used by containerd;
https://github.com/containerd/containerd/blob/v1.5.0-beta.3/go.mod#L32

go.mod: google.golang.org/grpc v1.27.1

Matching the version that containerd is pinning in its "replace" rule;
https://github.com/containerd/containerd/blob/v1.5.0-beta.3/go.mod#L75
https://github.com/containerd/containerd/blob/v1.5.0-beta.3/vendor/modules.txt#L395-L396

go.mod: google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63

Matching the version that containerd is pinning in its "replace" rule;
https://github.com/containerd/containerd/blob/v1.5.0-beta.3/go.mod#L74
https://github.com/containerd/containerd/blob/v1.5.0-beta.3/vendor/modules.txt#L393

go.mod: github.com/prometheus/procfs v0.6.0

Matching the version used by k8s.io/component-base@v0.20.1 (which is what containerd currently uses);
https://github.com/containerd/containerd/blob/v1.5.0-beta.3/vendor/modules.txt#L300

full diff: prometheus/procfs@bc1a522...v0.6.0

Matching the version that's currently used by containerd;
https://github.com/containerd/containerd/blob/v1.5.0-beta.3/go.mod#L32

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Matching the version used by k8s.io/component-base@v0.20.1
(which is what containerd currently uses);
https://github.com/containerd/containerd/blob/v1.5.0-beta.3/vendor/modules.txt#L300

full diff: prometheus/procfs@bc1a522...v0.6.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah
Copy link
Member Author

@dmcgowan @fuweid ptal 🤗

Copy link
Member

@estesp estesp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@estesp estesp merged commit 9191ec9 into containerd:master Mar 16, 2021
@thaJeztah thaJeztah deleted the bump_deps branch March 16, 2021 12:21
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