Skip to content

Commit b8e80e8

Browse files
committed
vendor: patch updates for some direct dependencies
Signed-off-by: Tonis Tiigi <[email protected]>
1 parent c776523 commit b8e80e8

Some content is hidden

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

78 files changed

+2347
-686
lines changed

go.mod

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/containerd/continuity v0.4.3
2121
github.com/containerd/errdefs v0.1.0
2222
github.com/containerd/fuse-overlayfs-snapshotter v1.0.8
23-
github.com/containerd/go-cni v1.1.9
23+
github.com/containerd/go-cni v1.1.10
2424
github.com/containerd/go-runc v1.1.0
2525
github.com/containerd/log v0.1.0
2626
github.com/containerd/nydus-snapshotter v0.13.7
@@ -64,18 +64,18 @@ require (
6464
github.com/pkg/errors v0.9.1
6565
github.com/pkg/profile v1.7.0
6666
github.com/prometheus/client_golang v1.17.0
67-
github.com/prometheus/procfs v0.12.0
67+
github.com/prometheus/procfs v0.15.1
6868
github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b
6969
github.com/sirupsen/logrus v1.9.3
7070
github.com/spdx/tools-golang v0.5.3
7171
github.com/stretchr/testify v1.9.0
7272
github.com/tonistiigi/fsutil v0.0.0-20240424095704-91a3fc46842c
73-
github.com/tonistiigi/go-actions-cache v0.0.0-20240320205438-9794bdbb2fb4
73+
github.com/tonistiigi/go-actions-cache v0.0.0-20240327122527-58651d5e11d6
7474
github.com/tonistiigi/go-archvariant v1.0.0
7575
github.com/tonistiigi/go-csvvalue v0.0.0-20240619222358-bb8dd5cba3c2
7676
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
7777
github.com/tonistiigi/vt100 v0.0.0-20240514184818-90bafcd6abab
78-
github.com/urfave/cli v1.22.14
78+
github.com/urfave/cli v1.22.15
7979
github.com/vishvananda/netlink v1.2.1-beta.2
8080
go.etcd.io/bbolt v1.3.10
8181
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1
@@ -93,16 +93,16 @@ require (
9393
go.opentelemetry.io/otel/sdk/metric v1.21.0
9494
go.opentelemetry.io/otel/trace v1.21.0
9595
go.opentelemetry.io/proto/otlp v1.0.0
96-
golang.org/x/crypto v0.21.0
96+
golang.org/x/crypto v0.23.0
9797
golang.org/x/mod v0.17.0
98-
golang.org/x/net v0.23.0
99-
golang.org/x/sync v0.5.0
98+
golang.org/x/net v0.25.0
99+
golang.org/x/sync v0.7.0
100100
golang.org/x/sys v0.21.0
101101
golang.org/x/time v0.3.0
102102
google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b
103103
google.golang.org/grpc v1.59.0
104104
google.golang.org/protobuf v1.33.0
105-
kernel.org/pub/linux/libs/security/libcap/cap v1.2.67
105+
kernel.org/pub/linux/libs/security/libcap/cap v1.2.70
106106
)
107107

108108
require (
@@ -132,20 +132,20 @@ require (
132132
github.com/containerd/cgroups v1.1.0 // indirect
133133
github.com/containerd/fifo v1.1.0 // indirect
134134
github.com/containerd/ttrpc v1.2.5 // indirect
135-
github.com/containernetworking/cni v1.1.2 // indirect
136-
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
135+
github.com/containernetworking/cni v1.2.2 // indirect
136+
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
137137
github.com/davecgh/go-spew v1.1.1 // indirect
138138
github.com/dimchansky/utfbom v1.1.1 // indirect
139139
github.com/docker/docker-credential-helpers v0.8.2 // indirect
140140
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
141141
github.com/docker/go-metrics v0.0.1 // indirect
142142
github.com/felixge/fgprof v0.9.3 // indirect
143143
github.com/felixge/httpsnoop v1.0.4 // indirect
144-
github.com/go-logr/logr v1.3.0 // indirect
144+
github.com/go-logr/logr v1.4.1 // indirect
145145
github.com/go-logr/stdr v1.2.2 // indirect
146146
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
147147
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
148-
github.com/google/pprof v0.0.0-20230323073829-e72429f035bd // indirect
148+
github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6 // indirect
149149
github.com/google/uuid v1.6.0 // indirect
150150
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
151151
github.com/hanwen/go-fuse/v2 v2.4.0 // indirect
@@ -169,9 +169,9 @@ require (
169169
go.opencensus.io v0.24.0 // indirect
170170
go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 // indirect
171171
go.opentelemetry.io/otel/metric v1.21.0 // indirect
172-
golang.org/x/text v0.14.0 // indirect
172+
golang.org/x/text v0.15.0 // indirect
173173
google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b // indirect
174174
google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b // indirect
175175
gopkg.in/yaml.v3 v3.0.1 // indirect
176-
kernel.org/pub/linux/libs/security/libcap/psx v1.2.67 // indirect
176+
kernel.org/pub/linux/libs/security/libcap/psx v1.2.70 // indirect
177177
)

go.sum

Lines changed: 38 additions & 77 deletions
Large diffs are not rendered by default.

vendor/github.com/containerd/go-cni/result.go

Lines changed: 9 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)