Skip to content

Commit 3d1bd17

Browse files
Bump the major-dependencies group with 5 updates
Bumps the major-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [github.com/docker/docker](https://github.com/docker/docker) | `27.0.2+incompatible` | `28.3.3+incompatible` | | [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` | | [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0` | `1.1.1` | | [github.com/opencontainers/runtime-spec](https://github.com/opencontainers/runtime-spec) | `1.2.0` | `1.2.1` | | [github.com/opencontainers/selinux](https://github.com/opencontainers/selinux) | `1.11.0` | `1.12.0` | Updates `github.com/docker/docker` from 27.0.2+incompatible to 28.3.3+incompatible - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v27.0.2...v28.3.3) Updates `github.com/docker/go-connections` from 0.5.0 to 0.6.0 - [Commits](docker/go-connections@v0.5.0...v0.6.0) Updates `github.com/opencontainers/image-spec` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/opencontainers/image-spec/releases) - [Changelog](https://github.com/opencontainers/image-spec/blob/main/RELEASES.md) - [Commits](opencontainers/image-spec@v1.1.0...v1.1.1) Updates `github.com/opencontainers/runtime-spec` from 1.2.0 to 1.2.1 - [Release notes](https://github.com/opencontainers/runtime-spec/releases) - [Changelog](https://github.com/opencontainers/runtime-spec/blob/main/ChangeLog) - [Commits](opencontainers/runtime-spec@v1.2.0...v1.2.1) Updates `github.com/opencontainers/selinux` from 1.11.0 to 1.12.0 - [Release notes](https://github.com/opencontainers/selinux/releases) - [Commits](opencontainers/selinux@v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-version: 28.3.3+incompatible dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-dependencies - dependency-name: github.com/docker/go-connections dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: major-dependencies - dependency-name: github.com/opencontainers/image-spec dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: major-dependencies - dependency-name: github.com/opencontainers/runtime-spec dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: major-dependencies - dependency-name: github.com/opencontainers/selinux dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: major-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f57ecd6 commit 3d1bd17

File tree

607 files changed

+47247
-11988
lines changed

Some content is hidden

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

607 files changed

+47247
-11988
lines changed

go.mod

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@ require (
1010
github.com/coreos/go-systemd/v22 v22.5.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
14-
github.com/docker/go-connections v0.5.0
13+
github.com/docker/docker v28.3.3+incompatible
14+
github.com/docker/go-connections v0.6.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
18-
github.com/opencontainers/image-spec v1.1.0
18+
github.com/opencontainers/image-spec v1.1.1
1919
github.com/opencontainers/runc v1.1.12
20-
github.com/opencontainers/runtime-spec v1.2.0
21-
github.com/opencontainers/selinux v1.11.0
20+
github.com/opencontainers/runtime-spec v1.2.1
21+
github.com/opencontainers/selinux v1.12.0
2222
github.com/pkg/errors v0.9.1
2323
github.com/sirupsen/logrus v1.9.3
2424
github.com/spf13/cobra v1.8.0
2525
github.com/spf13/pflag v1.0.5
26-
github.com/stretchr/testify v1.9.0
26+
github.com/stretchr/testify v1.10.0
2727
github.com/vishvananda/netlink v1.2.1-beta.2
2828
golang.org/x/sync v0.14.0
2929
golang.org/x/sys v0.33.0
30-
google.golang.org/grpc v1.62.1
30+
google.golang.org/grpc v1.67.0
3131
k8s.io/api v0.29.15
3232
k8s.io/apimachinery v0.29.15
3333
k8s.io/apiserver v0.29.15
@@ -42,6 +42,7 @@ require (
4242
)
4343

4444
require (
45+
cloud.google.com/go/compute/metadata v0.5.0 // 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
4748
github.com/Microsoft/go-winio v0.6.1 // indirect
@@ -51,9 +52,10 @@ require (
5152
github.com/beorn7/perks v1.0.1 // indirect
5253
github.com/blang/semver/v4 v4.0.0 // indirect
5354
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
54-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
55+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
5556
github.com/containerd/cgroups/v3 v3.0.2 // indirect
56-
github.com/containerd/errdefs v0.1.0 // 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
5860
github.com/coreos/go-semver v0.3.1 // indirect
5961
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
@@ -62,7 +64,7 @@ require (
6264
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
6365
github.com/felixge/httpsnoop v1.0.3 // indirect
6466
github.com/fsnotify/fsnotify v1.7.0 // indirect
65-
github.com/go-logr/logr v1.3.0 // indirect
67+
github.com/go-logr/logr v1.4.3 // indirect
6668
github.com/go-logr/stdr v1.2.2 // indirect
6769
github.com/go-openapi/jsonpointer v0.19.6 // indirect
6870
github.com/go-openapi/jsonreference v0.20.2 // indirect
@@ -75,7 +77,7 @@ require (
7577
github.com/google/cadvisor v0.48.1 // indirect
7678
github.com/google/cel-go v0.17.7 // indirect
7779
github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
78-
github.com/google/go-cmp v0.6.0 // indirect
80+
github.com/google/go-cmp v0.7.0 // indirect
7981
github.com/google/gofuzz v1.2.0 // indirect
8082
github.com/google/uuid v1.6.0 // indirect
8183
github.com/gorilla/websocket v1.5.0 // indirect
@@ -91,6 +93,7 @@ require (
9193
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
9294
github.com/moby/docker-image-spec v1.3.1 // indirect
9395
github.com/moby/spdystream v0.2.0 // indirect
96+
github.com/moby/sys/atomicwriter v0.1.0 // indirect
9497
github.com/moby/sys/mountinfo v0.6.2 // indirect
9598
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
9699
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -111,15 +114,16 @@ require (
111114
go.etcd.io/etcd/client/pkg/v3 v3.5.10 // indirect
112115
go.etcd.io/etcd/client/v3 v3.5.10 // indirect
113116
go.opencensus.io v0.24.0 // indirect
117+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
114118
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.0 // indirect
115119
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0 // indirect
116-
go.opentelemetry.io/otel v1.21.0 // indirect
120+
go.opentelemetry.io/otel v1.37.0 // indirect
117121
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 // indirect
118122
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 // indirect
119123
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 // indirect
120-
go.opentelemetry.io/otel/metric v1.21.0 // indirect
124+
go.opentelemetry.io/otel/metric v1.37.0 // indirect
121125
go.opentelemetry.io/otel/sdk v1.21.0 // indirect
122-
go.opentelemetry.io/otel/trace v1.21.0 // indirect
126+
go.opentelemetry.io/otel/trace v1.37.0 // indirect
123127
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
124128
go.uber.org/atomic v1.10.0 // indirect
125129
go.uber.org/multierr v1.11.0 // indirect
@@ -133,10 +137,9 @@ require (
133137
golang.org/x/text v0.25.0 // indirect
134138
golang.org/x/time v0.3.0 // indirect
135139
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
140+
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
141+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
142+
google.golang.org/protobuf v1.34.2 // indirect
140143
gopkg.in/inf.v0 v0.9.1 // indirect
141144
gopkg.in/yaml.v2 v2.4.0 // indirect
142145
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)