Skip to content

Commit 5df57c1

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.12.1` | `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.12.1 to 0.13.0 - [Release notes](https://github.com/Microsoft/hcsshim/releases) - [Commits](microsoft/hcsshim@v0.12.1...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.1 to 1.69.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.62.1...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] <[email protected]>
1 parent 56658b4 commit 5df57c1

File tree

1,024 files changed

+82654
-57325
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,024 files changed

+82654
-57325
lines changed

go.mod

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

55
require (
6-
github.com/Microsoft/hcsshim v0.12.1
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 v27.0.2+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.0
19-
github.com/opencontainers/runc v1.1.12
19+
github.com/opencontainers/runc v1.2.3
2020
github.com/opencontainers/runtime-spec v1.2.0
2121
github.com/opencontainers/selinux v1.11.0
2222
github.com/pkg/errors v0.9.1
2323
github.com/sirupsen/logrus v1.9.3
24-
github.com/spf13/cobra v1.8.0
25-
github.com/spf13/pflag v1.0.5
26-
github.com/stretchr/testify v1.9.0
27-
github.com/vishvananda/netlink v1.2.1-beta.2
28-
golang.org/x/sync v0.14.0
29-
golang.org/x/sys v0.33.0
30-
google.golang.org/grpc v1.62.1
24+
github.com/spf13/cobra v1.10.1
25+
github.com/spf13/pflag v1.0.9
26+
github.com/stretchr/testify v1.11.1
27+
github.com/vishvananda/netlink v1.3.0
28+
golang.org/x/sync v0.17.0
29+
golang.org/x/sys v0.37.0
30+
google.golang.org/grpc v1.69.0
3131
k8s.io/api v0.29.15
3232
k8s.io/apimachinery v0.29.15
3333
k8s.io/apiserver v0.29.15
@@ -42,27 +42,30 @@ require (
4242
)
4343

4444
require (
45+
cloud.google.com/go/compute/metadata v0.5.2 // indirect
4546
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
4647
github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab // indirect
47-
github.com/Microsoft/go-winio v0.6.1 // indirect
48+
github.com/Microsoft/go-winio v0.6.2 // indirect
4849
github.com/NYTimes/gziphandler v1.1.1 // indirect
4950
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
5051
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
5152
github.com/beorn7/perks v1.0.1 // indirect
5253
github.com/blang/semver/v4 v4.0.0 // indirect
53-
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
54-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
55-
github.com/containerd/cgroups/v3 v3.0.2 // indirect
56-
github.com/containerd/errdefs v0.1.0 // indirect
54+
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
55+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
56+
github.com/containerd/cgroups/v3 v3.0.3 // indirect
57+
github.com/containerd/errdefs v0.3.0 // indirect
58+
github.com/containerd/errdefs/pkg v0.3.0 // indirect
5759
github.com/containerd/log v0.1.0 // indirect
60+
github.com/containerd/typeurl/v2 v2.2.0 // indirect
5861
github.com/coreos/go-semver v0.3.1 // indirect
59-
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
62+
github.com/cyphar/filepath-securejoin v0.3.5 // indirect
6063
github.com/docker/go-units v0.5.0 // indirect
6164
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
6265
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
6366
github.com/felixge/httpsnoop v1.0.3 // indirect
6467
github.com/fsnotify/fsnotify v1.7.0 // indirect
65-
github.com/go-logr/logr v1.3.0 // indirect
68+
github.com/go-logr/logr v1.4.2 // indirect
6669
github.com/go-logr/stdr v1.2.2 // indirect
6770
github.com/go-openapi/jsonpointer v0.19.6 // indirect
6871
github.com/go-openapi/jsonreference v0.20.2 // indirect
@@ -86,23 +89,25 @@ require (
8689
github.com/jonboulle/clockwork v0.3.0 // indirect
8790
github.com/josharian/intern v1.0.0 // indirect
8891
github.com/json-iterator/go v1.1.12 // indirect
92+
github.com/klauspost/compress v1.17.9 // indirect
93+
github.com/kylelemons/godebug v1.1.0 // indirect
8994
github.com/lithammer/dedent v1.1.0 // indirect
9095
github.com/mailru/easyjson v0.7.7 // indirect
91-
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
9296
github.com/moby/docker-image-spec v1.3.1 // indirect
9397
github.com/moby/spdystream v0.2.0 // indirect
94-
github.com/moby/sys/mountinfo v0.6.2 // indirect
98+
github.com/moby/sys/mountinfo v0.7.1 // indirect
99+
github.com/moby/sys/userns v0.1.0 // indirect
95100
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
96101
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
97102
github.com/modern-go/reflect2 v1.0.2 // indirect
98103
github.com/morikuni/aec v1.0.0 // indirect
99104
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
100105
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
101-
github.com/pmezard/go-difflib v1.0.0 // indirect
102-
github.com/prometheus/client_golang v1.16.0 // indirect
103-
github.com/prometheus/client_model v0.4.0 // indirect
104-
github.com/prometheus/common v0.44.0 // indirect
105-
github.com/prometheus/procfs v0.10.1 // indirect
106+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
107+
github.com/prometheus/client_golang v1.20.5 // indirect
108+
github.com/prometheus/client_model v0.6.1 // indirect
109+
github.com/prometheus/common v0.55.0 // indirect
110+
github.com/prometheus/procfs v0.15.1 // indirect
106111
github.com/stoewer/go-strcase v1.2.0 // indirect
107112
github.com/stretchr/objx v0.5.2 // indirect
108113
github.com/vishvananda/netns v0.0.4 // indirect
@@ -113,30 +118,27 @@ require (
113118
go.opencensus.io v0.24.0 // indirect
114119
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.0 // indirect
115120
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0 // indirect
116-
go.opentelemetry.io/otel v1.21.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
119124
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 // indirect
120-
go.opentelemetry.io/otel/metric v1.21.0 // indirect
121-
go.opentelemetry.io/otel/sdk v1.21.0 // indirect
122-
go.opentelemetry.io/otel/trace v1.21.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
123128
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
124129
go.uber.org/atomic v1.10.0 // indirect
125130
go.uber.org/multierr v1.11.0 // indirect
126131
go.uber.org/zap v1.24.0 // indirect
127132
golang.org/x/crypto v0.38.0 // indirect
128-
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
129-
golang.org/x/mod v0.17.0 // indirect
133+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
130134
golang.org/x/net v0.40.0 // indirect
131135
golang.org/x/oauth2 v0.30.0 // indirect
132136
golang.org/x/term v0.32.0 // indirect
133137
golang.org/x/text v0.25.0 // indirect
134138
golang.org/x/time v0.3.0 // indirect
135-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
136-
google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 // indirect
137-
google.golang.org/genproto/googleapis/api v0.0.0-20240123012728-ef4313101c80 // indirect
138-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
139-
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
140142
gopkg.in/inf.v0 v0.9.1 // indirect
141143
gopkg.in/yaml.v2 v2.4.0 // indirect
142144
gopkg.in/yaml.v3 v3.0.1 // indirect
@@ -148,7 +150,7 @@ require (
148150
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.28.0 // indirect
149151
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
150152
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
151-
sigs.k8s.io/yaml v1.3.0 // indirect
153+
sigs.k8s.io/yaml v1.4.0 // indirect
152154
)
153155

154156
replace (

0 commit comments

Comments
 (0)