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 various dependencies #3069

Merged
merged 10 commits into from
Nov 24, 2022
Merged

Commits on Nov 24, 2022

  1. vendor: github.com/Microsoft/go-winio v0.5.2

    to match the version used in moby
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    00d4d33 View commit details
    Browse the repository at this point in the history
  2. vendor: github.com/docker/libkv v0.2.2-0.20211217103745-e480589147e3

    to match the version used in moby, and to get rid of the (unmaintained)
    github.com/boltdb/bolt v1.3.1 indirect dependency.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    33ff8f2 View commit details
    Browse the repository at this point in the history
  3. vendor: github.com/stretchr/testify v1.8.0, gopkg.in/yaml.v3 v3.0.1

    This updates the indirect gopkg.in/yaml.v3 dependency to v3.0.1, which
    contains a fix for a CVE.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    2ce2e56 View commit details
    Browse the repository at this point in the history
  4. vendor: github.com/hashicorp/go-immutable-radix v1.3.1

    to match the version used in moby
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    c32140f View commit details
    Browse the repository at this point in the history
  5. vendor: github.com/fsnotify/fsnotify v1.5.1

    to match the version used in moby
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    a95c651 View commit details
    Browse the repository at this point in the history
  6. vendor: github.com/docker/distribution v2.8.1

    to match the version used in moby
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    d208199 View commit details
    Browse the repository at this point in the history
  7. vendor: github.com/phayes/permbits v0.0.0-20190612203442-39d7c581d2ee

    to match the version used in moby
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    5373ad1 View commit details
    Browse the repository at this point in the history
  8. go.mod: github.com/matttproud/golang_protobuf_extensions v1.0.2

    same commit, but now tagged
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    3b7a5e6 View commit details
    Browse the repository at this point in the history
  9. vendor: github.com/moby/term v0.0.0-20221120202655-abb19827d345

    no significant changes in vendored code, other than updating build-tags
    for go1.17, but removes some dependencies from the module, which can
    help with future updates;
    
    full diff: moby/term@3f7ff69...abb1982
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    3223d7a View commit details
    Browse the repository at this point in the history
  10. go.mod: gotest.tools/v3 v3.4.0

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    36cd13c View commit details
    Browse the repository at this point in the history