Skip to content

Commit 1c09a4c

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] <support@github.com>
1 parent ea16e88 commit 1c09a4c

File tree

1,026 files changed

+83239
-57333
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,026 files changed

+83239
-57333
lines changed

go.mod

Lines changed: 40 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,30 @@ 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/sirupsen/logrus v1.9.3
23-
github.com/spf13/cobra v1.8.0
24-
github.com/spf13/pflag v1.0.5
25-
github.com/stretchr/testify v1.9.0
26-
github.com/vishvananda/netlink v1.2.1-beta.2
27-
golang.org/x/sync v0.14.0
28-
golang.org/x/sys v0.33.0
29-
google.golang.org/grpc v1.62.1
23+
github.com/spf13/cobra v1.10.2
24+
github.com/spf13/pflag v1.0.9
25+
github.com/stretchr/testify v1.11.1
26+
github.com/vishvananda/netlink v1.3.0
27+
golang.org/x/sync v0.19.0
28+
golang.org/x/sys v0.39.0
29+
google.golang.org/grpc v1.69.0
3030
k8s.io/api v0.29.15
3131
k8s.io/apimachinery v0.29.15
3232
k8s.io/apiserver v0.29.15
@@ -40,27 +40,30 @@ require (
4040
)
4141

4242
require (
43+
cloud.google.com/go/compute/metadata v0.5.2 // indirect
4344
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
4445
github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab // indirect
45-
github.com/Microsoft/go-winio v0.6.1 // indirect
46+
github.com/Microsoft/go-winio v0.6.2 // indirect
4647
github.com/NYTimes/gziphandler v1.1.1 // indirect
4748
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
4849
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
4950
github.com/beorn7/perks v1.0.1 // indirect
5051
github.com/blang/semver/v4 v4.0.0 // indirect
51-
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
52-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
53-
github.com/containerd/cgroups/v3 v3.0.2 // indirect
54-
github.com/containerd/errdefs v0.1.0 // indirect
52+
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
53+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
54+
github.com/containerd/cgroups/v3 v3.0.3 // indirect
55+
github.com/containerd/errdefs v0.3.0 // indirect
56+
github.com/containerd/errdefs/pkg v0.3.0 // indirect
5557
github.com/containerd/log v0.1.0 // indirect
58+
github.com/containerd/typeurl/v2 v2.2.0 // indirect
5659
github.com/coreos/go-semver v0.3.1 // indirect
57-
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
60+
github.com/cyphar/filepath-securejoin v0.3.5 // indirect
5861
github.com/docker/go-units v0.5.0 // indirect
5962
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
6063
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
6164
github.com/felixge/httpsnoop v1.0.3 // indirect
6265
github.com/fsnotify/fsnotify v1.7.0 // indirect
63-
github.com/go-logr/logr v1.3.0 // indirect
66+
github.com/go-logr/logr v1.4.2 // indirect
6467
github.com/go-logr/stdr v1.2.2 // indirect
6568
github.com/go-openapi/jsonpointer v0.19.6 // indirect
6669
github.com/go-openapi/jsonreference v0.20.2 // indirect
@@ -84,24 +87,26 @@ require (
8487
github.com/jonboulle/clockwork v0.3.0 // indirect
8588
github.com/josharian/intern v1.0.0 // indirect
8689
github.com/json-iterator/go v1.1.12 // indirect
90+
github.com/klauspost/compress v1.17.9 // indirect
91+
github.com/kylelemons/godebug v1.1.0 // indirect
8792
github.com/lithammer/dedent v1.1.0 // indirect
8893
github.com/mailru/easyjson v0.7.7 // indirect
89-
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
9094
github.com/moby/docker-image-spec v1.3.1 // indirect
9195
github.com/moby/spdystream v0.2.0 // indirect
92-
github.com/moby/sys/mountinfo v0.6.2 // indirect
96+
github.com/moby/sys/mountinfo v0.7.1 // indirect
97+
github.com/moby/sys/userns v0.1.0 // indirect
9398
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
9499
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
95100
github.com/modern-go/reflect2 v1.0.2 // indirect
96101
github.com/morikuni/aec v1.0.0 // indirect
97102
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
98103
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // 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/stoewer/go-strcase v1.2.0 // indirect
106111
github.com/stretchr/objx v0.5.2 // indirect
107112
github.com/vishvananda/netns v0.0.4 // indirect
@@ -112,30 +117,27 @@ require (
112117
go.opencensus.io v0.24.0 // indirect
113118
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.0 // indirect
114119
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0 // indirect
115-
go.opentelemetry.io/otel v1.21.0 // indirect
120+
go.opentelemetry.io/otel v1.31.0 // indirect
116121
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 // indirect
117122
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 // indirect
118123
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp 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/metric v1.31.0 // indirect
125+
go.opentelemetry.io/otel/sdk v1.31.0 // indirect
126+
go.opentelemetry.io/otel/trace v1.31.0 // indirect
122127
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
123128
go.uber.org/atomic v1.10.0 // indirect
124129
go.uber.org/multierr v1.11.0 // indirect
125130
go.uber.org/zap v1.24.0 // indirect
126131
golang.org/x/crypto v0.38.0 // indirect
127-
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
128-
golang.org/x/mod v0.17.0 // indirect
132+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
129133
golang.org/x/net v0.40.0 // indirect
130134
golang.org/x/oauth2 v0.30.0 // indirect
131135
golang.org/x/term v0.32.0 // indirect
132136
golang.org/x/text v0.25.0 // indirect
133137
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
138+
google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53 // indirect
139+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
140+
google.golang.org/protobuf v1.35.2 // indirect
139141
gopkg.in/inf.v0 v0.9.1 // indirect
140142
gopkg.in/yaml.v2 v2.4.0 // indirect
141143
gopkg.in/yaml.v3 v3.0.1 // indirect
@@ -147,7 +149,7 @@ require (
147149
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.28.0 // indirect
148150
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
149151
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
150-
sigs.k8s.io/yaml v1.3.0 // indirect
152+
sigs.k8s.io/yaml v1.4.0 // indirect
151153
)
152154

153155
replace (

0 commit comments

Comments
 (0)