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

Commits on Mar 16, 2021

  1. 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
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    7c78be3 View commit details
    Browse the repository at this point in the history
  2. 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
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    4640e27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ea5780 View commit details
    Browse the repository at this point in the history
  4. 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
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    849845f View commit details
    Browse the repository at this point in the history