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

nydusify: update dependencies version #1505

Merged
merged 2 commits into from
Dec 4, 2023

Commits on Dec 2, 2023

  1. nydusify: update dependencies version

    github.com/aliyun/aliyun-oss-go-sdk: `v2.2.6+incompatible` -> `v3.0.1+incompatible`
    github.com/aws/aws-sdk-go-v2 `v1.17.6` -> `v1.23.5`
    github.com/aws/aws-sdk-go-v2/config `v1.18.16` -> `v1.25.11`
    github.com/aws/aws-sdk-go-v2/credentials `v1.13.16` -> `v1.16.9`
    github.com/aws/aws-sdk-go-v2/feature/s3/manager `v1.11.56` -> `v1.15.4`
    github.com/aws/aws-sdk-go-v2/service/s3 `v1.30.6` -> `v1.47.2`
    github.com/containerd/nydus-snapshotter `v0.13.2 -> v0.13.3`
    github.com/docker/cli `v24.0.6+incompatible` -> `v24.0.7+incompatible`
    github.com/docker/distribution `v2.8.2+incompatible` -> `v2.8.3+incompatible`
    github.com/google/uuid `v1.3.1` -> `v1.4.0`
    github.com/hashicorp/go-hclog `v1.3.1` -> `v1.5.0`
    github.com/hashicorp/go-plugin `v1.4.5` -> `v1.6.0`
    github.com/opencontainers/image-spec `v1.1.0-rc4` -> `v1.1.0-rc5`
    github.com/prometheus/client_golang `v1.16.0` -> `v1.17.0`
    github.com/sirupsen/logrus `v1.9.0` -> `v1.9.3`
    github.com/stretchr/testify `v1.8.3` -> `v1.8.4`
    golang.org/x/sync `v0.3.0` -> `v0.5.0`
    golang.org/x/sys `v0.13.0` -> `v0.15.0`
    lukechampine.com/blake3 `v1.1.5` -> `v1.2.1`
    
    Signed-off-by: Yadong Ding <ding_yadong@foxmail.com>
    Desiki-high committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    6afbf16 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. nydusify: fix deprecated

    1. replace `github.com/docker/distribution` with `github.com/distribution/reference`
    2. replace `EndpointResolver` with `BaseEndpoint`
    
    Signed-off-by: Yadong Ding <ding_yadong@foxmail.com>
    Desiki-high committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    8c492c5 View commit details
    Browse the repository at this point in the history