From c6c0ea2d086403050f85006f4953264ac68e352f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 23:58:53 +0000 Subject: [PATCH] build(deps): bump github.com/containerd/containerd Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.4.4 to 1.5.18. - [Release notes](https://github.com/containerd/containerd/releases) - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md) - [Commits](https://github.com/containerd/containerd/compare/v1.4.4...v1.5.18) --- updated-dependencies: - dependency-name: github.com/containerd/containerd dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../bcs-cluster-autoscaler-1.22/go.mod | 25 +++++++++---------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/bcs-runtime/bcs-k8s/bcs-component/bcs-cluster-autoscaler/bcs-cluster-autoscaler-1.22/go.mod b/bcs-runtime/bcs-k8s/bcs-component/bcs-cluster-autoscaler/bcs-cluster-autoscaler-1.22/go.mod index a77bc64c47..e8bed763be 100644 --- a/bcs-runtime/bcs-k8s/bcs-component/bcs-cluster-autoscaler/bcs-cluster-autoscaler-1.22/go.mod +++ b/bcs-runtime/bcs-k8s/bcs-component/bcs-cluster-autoscaler/bcs-cluster-autoscaler-1.22/go.mod @@ -6,7 +6,7 @@ require ( bou.ke/monkey v1.0.2 github.com/go-ini/ini v1.62.0 github.com/golang/mock v1.6.0 - github.com/google/uuid v1.1.2 + github.com/google/uuid v1.2.0 github.com/prometheus/client_golang v1.12.1 github.com/robfig/cron v1.1.0 github.com/spf13/pflag v1.0.5 @@ -40,8 +40,8 @@ require ( github.com/Azure/go-autorest/tracing v0.6.0 // indirect github.com/GoogleCloudPlatform/k8s-cloud-provider v0.0.0-20200415212048-7901bc822317 // indirect github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab // indirect - github.com/Microsoft/go-winio v0.4.15 // indirect - github.com/Microsoft/hcsshim v0.8.10-0.20200715222032-5eafd1556990 // indirect + github.com/Microsoft/go-winio v0.5.2 // indirect + github.com/Microsoft/hcsshim v0.8.25 // indirect github.com/NYTimes/gziphandler v1.1.1 // indirect github.com/PuerkitoBio/purell v1.1.1 // indirect github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect @@ -56,10 +56,10 @@ require ( github.com/cilium/ebpf v0.6.2 // indirect github.com/clusterhq/flocker-go v0.0.0-20160920122132-2b8b7259d313 // indirect github.com/container-storage-interface/spec v1.5.0 // indirect - github.com/containerd/cgroups v1.0.2 // indirect + github.com/containerd/cgroups v1.0.3 // indirect github.com/containerd/console v1.0.2 // indirect - github.com/containerd/containerd v1.4.4 // indirect - github.com/containerd/ttrpc v1.0.2 // indirect + github.com/containerd/containerd v1.5.18 // indirect + github.com/containerd/ttrpc v1.1.0 // indirect github.com/containernetworking/cni v0.8.1 // indirect github.com/coreos/go-semver v0.3.0 // indirect github.com/coreos/go-systemd/v22 v22.3.2 // indirect @@ -98,7 +98,7 @@ require ( github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect github.com/heketi/heketi v10.3.0+incompatible // indirect - github.com/imdario/mergo v0.3.9 // indirect + github.com/imdario/mergo v0.3.12 // indirect github.com/inconshreveable/mousetrap v1.0.0 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect github.com/josharian/intern v1.0.0 // indirect @@ -107,7 +107,7 @@ require ( github.com/libopenstorage/openstorage v1.0.0 // indirect github.com/lithammer/dedent v1.1.0 // indirect github.com/mailru/easyjson v0.7.6 // indirect - github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect + github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect github.com/mindprince/gonvml v0.0.0-20190828220739-9ebdce4bb989 // indirect github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible // indirect github.com/mitchellh/mapstructure v1.4.1 // indirect @@ -125,8 +125,8 @@ require ( github.com/onsi/ginkgo v1.16.5 // indirect github.com/onsi/gomega v1.16.0 // indirect github.com/opencontainers/go-digest v1.0.0 // indirect - github.com/opencontainers/image-spec v1.0.1 // indirect - github.com/opencontainers/runc v1.0.1 // indirect + github.com/opencontainers/image-spec v1.0.2 // indirect + github.com/opencontainers/runc v1.0.2 // indirect github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 // indirect github.com/opencontainers/selinux v1.8.2 // indirect github.com/pkg/errors v0.9.1 // indirect @@ -168,7 +168,7 @@ require ( golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect - golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect + golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect golang.org/x/text v0.3.7 // indirect golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect @@ -180,11 +180,10 @@ require ( gopkg.in/gcfg.v1 v1.2.0 // indirect gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect - gopkg.in/square/go-jose.v2 v2.3.1 // indirect gopkg.in/warnings.v0 v0.1.2 // indirect gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect k8s.io/cluster-bootstrap v0.0.0 // indirect - k8s.io/cri-api v0.0.0 // indirect + k8s.io/cri-api v0.20.6 // indirect k8s.io/csi-translation-lib v0.22.0 // indirect k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect k8s.io/kube-proxy v0.0.0 // indirect