Skip to content

Commit f136b1f

Browse files
chore(deps): bump the security group across 1 directory with 8 updates (#1730)
Bumps the security group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/cilium/ebpf](https://github.com/cilium/ebpf) | `0.17.1` | `0.17.2` | | [github.com/containers/image/v5](https://github.com/containers/image) | `5.33.1` | `5.34.0` | | [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.5` | `1.0.6` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.22.0` | `0.23.0` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.10.0` | `0.11.0` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.29.0` | `0.30.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.21.0` | `0.22.0` | Updates `github.com/cilium/ebpf` from 0.17.1 to 0.17.2 - [Release notes](https://github.com/cilium/ebpf/releases) - [Commits](cilium/ebpf@v0.17.1...v0.17.2) Updates `github.com/containers/image/v5` from 5.33.1 to 5.34.0 - [Release notes](https://github.com/containers/image/releases) - [Commits](containers/image@v5.33.1...v5.34.0) 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 `golang.org/x/exp` from 0.0.0-20241108190413-2d47ceb2692f to 0.0.0-20241217172543-b2144cdd0a67 - [Commits](https://github.com/golang/exp/commits) Updates `golang.org/x/mod` from 0.22.0 to 0.23.0 - [Commits](golang/mod@v0.22.0...v0.23.0) Updates `golang.org/x/sync` from 0.10.0 to 0.11.0 - [Commits](golang/sync@v0.10.0...v0.11.0) Updates `golang.org/x/sys` from 0.29.0 to 0.30.0 - [Commits](golang/sys@v0.29.0...v0.30.0) Updates `golang.org/x/text` from 0.21.0 to 0.22.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.21.0...v0.22.0) --- updated-dependencies: - dependency-name: github.com/cilium/ebpf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: security - dependency-name: github.com/containers/image/v5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: security - dependency-name: github.com/spf13/pflag dependency-type: direct:production update-type: version-update:semver-patch dependency-group: security - dependency-name: golang.org/x/exp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: security - dependency-name: golang.org/x/mod dependency-type: direct:production update-type: version-update:semver-minor dependency-group: security - dependency-name: golang.org/x/sync dependency-type: direct:production update-type: version-update:semver-minor dependency-group: security - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor dependency-group: security - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor dependency-group: security ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent de791e9 commit f136b1f

File tree

2 files changed

+81
-80
lines changed

2 files changed

+81
-80
lines changed

go.mod

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ require (
88
github.com/ahmetalpbalkan/go-cursor v0.0.0-20131010032410-8136607ea412
99
github.com/apparentlymart/go-cidr v1.1.0
1010
github.com/blang/semver/v4 v4.0.0
11-
github.com/cilium/ebpf v0.17.1
11+
github.com/cilium/ebpf v0.17.2
1212
github.com/containerd/cgroups/v3 v3.0.5
13-
github.com/containers/image/v5 v5.33.1
13+
github.com/containers/image/v5 v5.34.0
1414
github.com/distribution/distribution/v3 v3.0.0-rc.2
1515
github.com/fatih/color v1.18.0
1616
github.com/go-logr/logr v1.4.2
@@ -36,7 +36,7 @@ require (
3636
github.com/segmentio/ksuid v1.0.4
3737
github.com/shirou/gopsutil/v3 v3.24.5
3838
github.com/spf13/cobra v1.8.1
39-
github.com/spf13/pflag v1.0.5
39+
github.com/spf13/pflag v1.0.6
4040
github.com/spf13/viper v1.19.0
4141
github.com/stretchr/testify v1.10.0
4242
github.com/tj/go-spin v1.1.0
@@ -45,9 +45,9 @@ require (
4545
github.com/vmware-tanzu/velero v1.15.2
4646
go.opentelemetry.io/otel v1.34.0
4747
go.opentelemetry.io/otel/sdk v1.34.0
48-
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
49-
golang.org/x/mod v0.22.0
50-
golang.org/x/sync v0.10.0
48+
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
49+
golang.org/x/mod v0.23.0
50+
golang.org/x/sync v0.11.0
5151
gopkg.in/yaml.v2 v2.4.0
5252
k8s.io/api v0.32.1
5353
k8s.io/apiextensions-apiserver v0.32.1
@@ -65,12 +65,12 @@ require (
6565
cel.dev/expr v0.18.0 // indirect
6666
cloud.google.com/go/auth v0.9.3 // indirect
6767
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
68-
cloud.google.com/go/compute/metadata v0.5.1 // indirect
68+
cloud.google.com/go/compute/metadata v0.5.2 // indirect
6969
cloud.google.com/go/monitoring v1.21.0 // indirect
7070
dario.cat/mergo v1.0.1 // indirect
7171
filippo.io/edwards25519 v1.1.0 // indirect
7272
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
73-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.1 // indirect
73+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.2 // indirect
7474
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 // indirect
7575
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 // indirect
7676
github.com/MakeNowJust/heredoc v1.0.0 // indirect
@@ -86,13 +86,13 @@ require (
8686
github.com/containerd/errdefs/pkg v0.3.0 // indirect
8787
github.com/containerd/log v0.1.0 // indirect
8888
github.com/containerd/platforms v0.2.1 // indirect
89-
github.com/containerd/typeurl/v2 v2.2.0 // indirect
89+
github.com/containerd/typeurl/v2 v2.2.3 // indirect
9090
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
9191
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
9292
github.com/distribution/reference v0.6.0 // indirect
9393
github.com/docker/distribution v2.8.3+incompatible // indirect
9494
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
95-
github.com/envoyproxy/go-control-plane v0.13.0 // indirect
95+
github.com/envoyproxy/go-control-plane v0.13.1 // indirect
9696
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
9797
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
9898
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
@@ -119,7 +119,7 @@ require (
119119
github.com/mitchellh/copystructure v1.2.0 // indirect
120120
github.com/mitchellh/reflectwalk v1.0.2 // indirect
121121
github.com/moby/docker-image-spec v1.3.1 // indirect
122-
github.com/moby/sys/capability v0.3.0 // indirect
122+
github.com/moby/sys/capability v0.4.0 // indirect
123123
github.com/moby/sys/user v0.3.0 // indirect
124124
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
125125
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
@@ -133,25 +133,24 @@ require (
133133
github.com/sirupsen/logrus v1.9.3 // indirect
134134
github.com/sourcegraph/conc v0.3.0 // indirect
135135
github.com/stretchr/objx v0.5.2 // indirect
136-
github.com/sylabs/sif/v2 v2.19.1 // indirect
137-
github.com/tchap/go-patricia/v2 v2.3.1 // indirect
136+
github.com/sylabs/sif/v2 v2.20.2 // indirect
137+
github.com/tchap/go-patricia/v2 v2.3.2 // indirect
138138
github.com/vladimirvivien/gexe v0.4.1 // indirect
139139
github.com/x448/float16 v0.8.4 // indirect
140140
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
141141
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
142142
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
143143
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
144-
go.opentelemetry.io/contrib/detectors/gcp v1.29.0 // indirect
144+
go.opentelemetry.io/contrib/detectors/gcp v1.31.0 // indirect
145145
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
146146
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.57.0 // indirect
147147
go.opentelemetry.io/otel/metric v1.34.0 // indirect
148148
go.opentelemetry.io/otel/sdk/metric v1.32.0 // indirect
149149
go.opentelemetry.io/otel/trace v1.34.0 // indirect
150150
go.uber.org/multierr v1.11.0 // indirect
151-
golang.org/x/tools v0.27.0 // indirect
151+
golang.org/x/tools v0.28.0 // indirect
152152
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
153-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
154-
google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a // indirect
153+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250102185135-69823020774d // indirect
155154
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
156155
k8s.io/component-base v0.32.1 // indirect
157156
k8s.io/kubectl v0.32.0 // indirect
@@ -173,14 +172,14 @@ require (
173172
github.com/cespare/xxhash/v2 v2.3.0 // indirect
174173
github.com/chzyer/readline v1.5.1 // indirect
175174
github.com/containerd/containerd v1.7.24 // indirect
176-
github.com/containerd/stargz-snapshotter/estargz v0.15.1 // indirect
175+
github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect
177176
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
178-
github.com/containers/ocicrypt v1.2.0 // indirect
179-
github.com/containers/storage v1.56.1 // indirect
177+
github.com/containers/ocicrypt v1.2.1 // indirect
178+
github.com/containers/storage v1.57.1 // indirect
180179
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
181180
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
182-
github.com/docker/cli v27.3.1+incompatible // indirect
183-
github.com/docker/docker v27.3.1+incompatible // indirect
181+
github.com/docker/cli v27.5.1+incompatible // indirect
182+
github.com/docker/docker v27.5.1+incompatible // indirect
184183
github.com/docker/docker-credential-helpers v0.8.2 // indirect
185184
github.com/docker/go-connections v0.5.0 // indirect
186185
github.com/docker/go-metrics v0.0.1 // indirect
@@ -254,22 +253,22 @@ require (
254253
github.com/tklauser/go-sysconf v0.3.12 // indirect
255254
github.com/tklauser/numcpus v0.6.1 // indirect
256255
github.com/ulikunitz/xz v0.5.12 // indirect
257-
github.com/vbatts/tar-split v0.11.6 // indirect
256+
github.com/vbatts/tar-split v0.11.7 // indirect
258257
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
259258
github.com/xlab/treeprint v1.2.0 // indirect
260259
github.com/yusufpapurcu/wmi v1.2.4 // indirect
261260
go.opencensus.io v0.24.0 // indirect
262261
golang.org/x/crypto v0.32.0 // indirect
263262
golang.org/x/net v0.34.0
264-
golang.org/x/oauth2 v0.23.0 // indirect
265-
golang.org/x/sys v0.29.0
263+
golang.org/x/oauth2 v0.25.0 // indirect
264+
golang.org/x/sys v0.30.0
266265
golang.org/x/term v0.28.0 // indirect
267-
golang.org/x/text v0.21.0
266+
golang.org/x/text v0.22.0
268267
golang.org/x/time v0.7.0 // indirect
269268
google.golang.org/api v0.197.0 // indirect
270269
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
271-
google.golang.org/grpc v1.68.0 // indirect
272-
google.golang.org/protobuf v1.35.2 // indirect
270+
google.golang.org/grpc v1.69.4 // indirect
271+
google.golang.org/protobuf v1.36.2 // indirect
273272
gopkg.in/inf.v0 v0.9.1 // indirect
274273
gopkg.in/ini.v1 v1.67.0 // indirect
275274
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)