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 #217

Merged
merged 2 commits into from
Mar 14, 2021
Merged

Commits on Mar 14, 2021

  1. go.mod: github.com/pkg/errors v0.9.1

    This version provides compatibility with Go 1.3+ native error wrapping
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    059fb72 View commit details
    Browse the repository at this point in the history
  2. go.mod: github.com/google/go-cmp v0.5.5

    Version v0.5.x provides various improvements to  the reporter output;
    https://github.com/google/go-cmp/releases
    
    full diff: google/go-cmp@v0.4.0...v0.5.5
    
    Looks like go-cmp filter now may result in results to be returned in
    random random order; this sorts the results before comparing, but I'm
    not sure if order is important (in which case this could actually be
    a bug)
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit 65c6ba6)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    77bb3d3 View commit details
    Browse the repository at this point in the history