Skip to content

Commit a13be49

Browse files
Bump the minor-dependencies group across 1 directory with 10 updates
Bumps the minor-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/Microsoft/hcsshim](https://github.com/Microsoft/hcsshim) | `0.11.4` | `0.13.0` | | [github.com/containernetworking/cni](https://github.com/containernetworking/cni) | `1.1.2` | `1.3.0` | | [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd) | `22.5.0` | `22.6.0` | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.8.0` | `1.9.1` | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.9.0` | `1.11.0` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.14.0` | `0.16.0` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.33.0` | `0.35.0` | Updates `github.com/Microsoft/hcsshim` from 0.11.4 to 0.13.0 - [Release notes](https://github.com/Microsoft/hcsshim/releases) - [Commits](microsoft/hcsshim@v0.11.4...v0.13.0) Updates `github.com/containernetworking/cni` from 1.1.2 to 1.3.0 - [Release notes](https://github.com/containernetworking/cni/releases) - [Commits](containernetworking/cni@v1.1.2...v1.3.0) Updates `github.com/coreos/go-systemd/v22` from 22.5.0 to 22.6.0 - [Release notes](https://github.com/coreos/go-systemd/releases) - [Commits](coreos/go-systemd@v22.5.0...v22.6.0) Updates `github.com/spf13/cobra` from 1.8.0 to 1.9.1 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.8.0...v1.9.1) Updates `github.com/spf13/pflag` from 1.0.5 to 1.0.6 - [Release notes](https://github.com/spf13/pflag/releases) - [Commits](spf13/pflag@v1.0.5...v1.0.6) Updates `github.com/stretchr/testify` from 1.9.0 to 1.11.0 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.9.0...v1.11.0) Updates `github.com/vishvananda/netlink` from 1.2.1-beta.2 to 1.3.0 - [Release notes](https://github.com/vishvananda/netlink/releases) - [Commits](vishvananda/netlink@v1.2.1-beta.2...v1.3.0) Updates `golang.org/x/sync` from 0.14.0 to 0.16.0 - [Commits](golang/sync@v0.14.0...v0.16.0) Updates `golang.org/x/sys` from 0.33.0 to 0.35.0 - [Commits](golang/sys@v0.33.0...v0.35.0) Updates `google.golang.org/grpc` from 1.62.0 to 1.69.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.62.0...v1.69.0) --- updated-dependencies: - dependency-name: github.com/Microsoft/hcsshim dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-dependencies - dependency-name: github.com/containernetworking/cni dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-dependencies - dependency-name: github.com/coreos/go-systemd/v22 dependency-version: 22.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-dependencies - dependency-name: github.com/spf13/cobra dependency-version: 1.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-dependencies - dependency-name: github.com/spf13/pflag dependency-version: 1.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-dependencies - dependency-name: github.com/stretchr/testify dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-dependencies - dependency-name: github.com/vishvananda/netlink dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-dependencies - dependency-name: golang.org/x/sync dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-dependencies - dependency-name: golang.org/x/sys dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-dependencies - dependency-name: google.golang.org/grpc dependency-version: 1.69.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b06b7d0 commit a13be49

File tree

1,066 files changed

+85073
-62611
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,066 files changed

+85073
-62611
lines changed

go.mod

Lines changed: 40 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,28 @@ module github.com/Mirantis/cri-dockerd
33
go 1.24.9
44

55
require (
6-
github.com/Microsoft/hcsshim v0.11.4
6+
github.com/Microsoft/hcsshim v0.13.0
77
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e
88
github.com/blang/semver v3.5.1+incompatible
9-
github.com/containernetworking/cni v1.1.2
10-
github.com/coreos/go-systemd/v22 v22.5.0
9+
github.com/containernetworking/cni v1.3.0
10+
github.com/coreos/go-systemd/v22 v22.6.0
1111
github.com/davecgh/go-spew v1.1.1
1212
github.com/distribution/reference v0.6.0
13-
github.com/docker/docker v25.0.8+incompatible
13+
github.com/docker/docker v27.3.1+incompatible
1414
github.com/docker/go-connections v0.5.0
1515
github.com/emicklei/go-restful v2.16.0+incompatible
1616
github.com/golang/mock v1.6.0
1717
github.com/opencontainers/go-digest v1.0.0
1818
github.com/opencontainers/image-spec v1.1.1
1919
github.com/opencontainers/runc v1.2.6
2020
github.com/sirupsen/logrus v1.9.3
21-
github.com/spf13/cobra v1.8.0
22-
github.com/spf13/pflag v1.0.5
23-
github.com/stretchr/testify v1.9.0
24-
github.com/vishvananda/netlink v1.2.1-beta.2
25-
golang.org/x/sync v0.14.0
26-
golang.org/x/sys v0.33.0
27-
google.golang.org/grpc v1.62.0
21+
github.com/spf13/cobra v1.10.1
22+
github.com/spf13/pflag v1.0.9
23+
github.com/stretchr/testify v1.11.1
24+
github.com/vishvananda/netlink v1.3.0
25+
golang.org/x/sync v0.17.0
26+
golang.org/x/sys v0.37.0
27+
google.golang.org/grpc v1.69.0
2828
k8s.io/api v0.29.15
2929
k8s.io/apimachinery v0.29.15
3030
k8s.io/apiserver v0.29.15
@@ -39,26 +39,29 @@ require (
3939
)
4040

4141
require (
42+
cloud.google.com/go/compute/metadata v0.5.2 // indirect
4243
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
4344
github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab // indirect
44-
github.com/Microsoft/go-winio v0.6.1 // indirect
45+
github.com/Microsoft/go-winio v0.6.2 // indirect
4546
github.com/NYTimes/gziphandler v1.1.1 // indirect
4647
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
4748
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
4849
github.com/beorn7/perks v1.0.1 // indirect
4950
github.com/blang/semver/v4 v4.0.0 // indirect
50-
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
51-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
52-
github.com/containerd/cgroups v1.1.0 // indirect
53-
github.com/containerd/containerd v1.6.26 // indirect
51+
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
52+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
53+
github.com/containerd/cgroups/v3 v3.0.3 // indirect
54+
github.com/containerd/errdefs v0.3.0 // indirect
55+
github.com/containerd/errdefs/pkg v0.3.0 // indirect
56+
github.com/containerd/typeurl/v2 v2.2.0 // indirect
5457
github.com/coreos/go-semver v0.3.1 // indirect
5558
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
5659
github.com/docker/go-units v0.5.0 // indirect
5760
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
5861
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
5962
github.com/felixge/httpsnoop v1.0.3 // indirect
6063
github.com/fsnotify/fsnotify v1.7.0 // indirect
61-
github.com/go-logr/logr v1.3.0 // indirect
64+
github.com/go-logr/logr v1.4.2 // indirect
6265
github.com/go-logr/stdr v1.2.2 // indirect
6366
github.com/go-openapi/jsonpointer v0.19.6 // indirect
6467
github.com/go-openapi/jsonreference v0.20.2 // indirect
@@ -82,9 +85,11 @@ require (
8285
github.com/jonboulle/clockwork v0.3.0 // indirect
8386
github.com/josharian/intern v1.0.0 // indirect
8487
github.com/json-iterator/go v1.1.12 // indirect
88+
github.com/klauspost/compress v1.17.9 // indirect
89+
github.com/kylelemons/godebug v1.1.0 // indirect
8590
github.com/lithammer/dedent v1.1.0 // indirect
8691
github.com/mailru/easyjson v0.7.7 // indirect
87-
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
92+
github.com/moby/docker-image-spec v1.3.1 // indirect
8893
github.com/moby/spdystream v0.2.0 // indirect
8994
github.com/moby/sys/mountinfo v0.7.1 // indirect
9095
github.com/moby/sys/userns v0.1.0 // indirect
@@ -97,11 +102,11 @@ require (
97102
github.com/opencontainers/runtime-spec v1.2.0 // indirect
98103
github.com/opencontainers/selinux v1.11.0 // indirect
99104
github.com/pkg/errors v0.9.1 // indirect
100-
github.com/pmezard/go-difflib v1.0.0 // indirect
101-
github.com/prometheus/client_golang v1.16.0 // indirect
102-
github.com/prometheus/client_model v0.4.0 // indirect
103-
github.com/prometheus/common v0.44.0 // indirect
104-
github.com/prometheus/procfs v0.10.1 // indirect
105+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
106+
github.com/prometheus/client_golang v1.20.5 // indirect
107+
github.com/prometheus/client_model v0.6.1 // indirect
108+
github.com/prometheus/common v0.55.0 // indirect
109+
github.com/prometheus/procfs v0.15.1 // indirect
105110
github.com/rogpeppe/go-internal v1.11.0 // indirect
106111
github.com/stoewer/go-strcase v1.2.0 // indirect
107112
github.com/stretchr/objx v0.5.2 // indirect
@@ -111,31 +116,29 @@ require (
111116
go.etcd.io/etcd/client/pkg/v3 v3.5.10 // indirect
112117
go.etcd.io/etcd/client/v3 v3.5.10 // indirect
113118
go.opencensus.io v0.24.0 // indirect
114-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.0 // indirect
115-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0 // indirect
116-
go.opentelemetry.io/otel v1.21.0 // indirect
119+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 // indirect
120+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 // indirect
121+
go.opentelemetry.io/otel v1.31.0 // indirect
117122
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 // indirect
118123
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 // indirect
119-
go.opentelemetry.io/otel/metric v1.21.0 // indirect
120-
go.opentelemetry.io/otel/sdk v1.21.0 // indirect
121-
go.opentelemetry.io/otel/trace v1.21.0 // indirect
124+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 // indirect
125+
go.opentelemetry.io/otel/metric v1.31.0 // indirect
126+
go.opentelemetry.io/otel/sdk v1.31.0 // indirect
127+
go.opentelemetry.io/otel/trace v1.31.0 // indirect
122128
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
123129
go.uber.org/atomic v1.10.0 // indirect
124130
go.uber.org/multierr v1.11.0 // indirect
125131
go.uber.org/zap v1.24.0 // indirect
126132
golang.org/x/crypto v0.38.0 // indirect
127-
golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2 // indirect
128-
golang.org/x/mod v0.17.0 // indirect
133+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
129134
golang.org/x/net v0.40.0 // indirect
130135
golang.org/x/oauth2 v0.30.0 // indirect
131136
golang.org/x/term v0.32.0 // indirect
132137
golang.org/x/text v0.25.0 // indirect
133138
golang.org/x/time v0.3.0 // indirect
134-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
135-
google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 // indirect
136-
google.golang.org/genproto/googleapis/api v0.0.0-20240123012728-ef4313101c80 // indirect
137-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
138-
google.golang.org/protobuf v1.33.0 // indirect
139+
google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53 // indirect
140+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
141+
google.golang.org/protobuf v1.35.2 // indirect
139142
gopkg.in/inf.v0 v0.9.1 // indirect
140143
gopkg.in/yaml.v2 v2.4.0 // indirect
141144
gopkg.in/yaml.v3 v3.0.1 // indirect
@@ -147,7 +150,7 @@ require (
147150
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.28.0 // indirect
148151
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
149152
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
150-
sigs.k8s.io/yaml v1.3.0 // indirect
153+
sigs.k8s.io/yaml v1.4.0 // indirect
151154
)
152155

153156
replace (

0 commit comments

Comments
 (0)