@@ -6,7 +6,7 @@ require (
6
6
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.6.0
7
7
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.4.1
8
8
github.com/Microsoft/go-winio v0.6.2
9
- github.com/Microsoft/hcsshim v0.12.5
9
+ github.com/Microsoft/hcsshim v0.12.8
10
10
github.com/agext/levenshtein v1.2.3
11
11
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2
12
12
github.com/aws/aws-sdk-go-v2 v1.24.1
@@ -15,10 +15,10 @@ require (
15
15
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.15.15
16
16
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.1
17
17
github.com/containerd/console v1.0.4
18
- github.com/containerd/containerd v1.7.22
18
+ github.com/containerd/containerd v1.7.23
19
19
github.com/containerd/containerd/api v1.7.19
20
20
github.com/containerd/continuity v0.4.4
21
- github.com/containerd/errdefs v0.1 .0
21
+ github.com/containerd/errdefs v0.3 .0
22
22
github.com/containerd/fuse-overlayfs-snapshotter v1.0.8
23
23
github.com/containerd/go-cni v1.1.10
24
24
github.com/containerd/go-runc v1.1.0
@@ -63,7 +63,7 @@ require (
63
63
github.com/pkg/errors v0.9.1
64
64
github.com/pkg/profile v1.7.0
65
65
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
66
- github.com/prometheus/client_golang v1.17.0
66
+ github.com/prometheus/client_golang v1.20.2
67
67
github.com/prometheus/procfs v0.15.1
68
68
github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b
69
69
github.com/sirupsen/logrus v1.9.3
@@ -76,31 +76,31 @@ require (
76
76
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
77
77
github.com/tonistiigi/vt100 v0.0.0-20240514184818-90bafcd6abab
78
78
github.com/urfave/cli v1.22.16
79
- github.com/vishvananda/netlink v1.2.1-beta.2
79
+ github.com/vishvananda/netlink v1.3.0
80
80
go.etcd.io/bbolt v1.3.11
81
81
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1
82
82
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.46.1
83
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1
84
- go.opentelemetry.io/otel v1.21 .0
83
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0
84
+ go.opentelemetry.io/otel v1.28 .0
85
85
go.opentelemetry.io/otel/exporters/jaeger v1.17.0
86
86
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.44.0
87
87
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.44.0
88
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21 .0
89
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21 .0
90
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21 .0
88
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28 .0
89
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28 .0
90
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28 .0
91
91
go.opentelemetry.io/otel/exporters/prometheus v0.42.0
92
- go.opentelemetry.io/otel/sdk v1.21 .0
93
- go.opentelemetry.io/otel/sdk/metric v1.21 .0
94
- go.opentelemetry.io/otel/trace v1.21 .0
95
- go.opentelemetry.io/proto/otlp v1.0.0
92
+ go.opentelemetry.io/otel/sdk v1.28 .0
93
+ go.opentelemetry.io/otel/sdk/metric v1.28 .0
94
+ go.opentelemetry.io/otel/trace v1.28 .0
95
+ go.opentelemetry.io/proto/otlp v1.3.1
96
96
golang.org/x/crypto v0.27.0
97
97
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
98
98
golang.org/x/mod v0.21.0
99
99
golang.org/x/net v0.29.0
100
100
golang.org/x/sync v0.8.0
101
101
golang.org/x/sys v0.26.0
102
102
golang.org/x/time v0.6.0
103
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117
103
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094
104
104
google.golang.org/grpc v1.66.2
105
105
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1
106
106
google.golang.org/protobuf v1.35.1
@@ -129,9 +129,9 @@ require (
129
129
github.com/aws/aws-sdk-go-v2/service/sts v1.26.7 // indirect
130
130
github.com/aws/smithy-go v1.19.0 // indirect
131
131
github.com/beorn7/perks v1.0.1 // indirect
132
- github.com/cenkalti/backoff/v4 v4.2.1 // indirect
132
+ github.com/cenkalti/backoff/v4 v4.3.0 // indirect
133
133
github.com/cespare/xxhash/v2 v2.3.0 // indirect
134
- github.com/containerd/cgroups/v3 v3.0.2 // indirect
134
+ github.com/containerd/cgroups/v3 v3.0.3 // indirect
135
135
github.com/containerd/fifo v1.1.0 // indirect
136
136
github.com/containerd/ttrpc v1.2.5 // indirect
137
137
github.com/containernetworking/cni v1.2.2 // indirect
@@ -143,39 +143,39 @@ require (
143
143
github.com/docker/go-metrics v0.0.1 // indirect
144
144
github.com/felixge/fgprof v0.9.3 // indirect
145
145
github.com/felixge/httpsnoop v1.0.4 // indirect
146
- github.com/go-logr/logr v1.4.1 // indirect
146
+ github.com/go-logr/logr v1.4.2 // indirect
147
147
github.com/go-logr/stdr v1.2.2 // indirect
148
148
github.com/gogo/protobuf v1.3.2 // indirect
149
149
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
150
150
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
151
151
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
152
152
github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6 // indirect
153
153
github.com/google/uuid v1.6.0 // indirect
154
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.16 .0 // indirect
154
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.20 .0 // indirect
155
155
github.com/hanwen/go-fuse/v2 v2.4.0 // indirect
156
156
github.com/hashicorp/errwrap v1.1.0 // indirect
157
157
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
158
158
github.com/jmespath/go-jmespath v0.4.0 // indirect
159
159
github.com/kylelemons/godebug v1.1.0 // indirect
160
- github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
161
160
github.com/moby/sys/mount v0.3.4 // indirect
162
161
github.com/moby/sys/sequential v0.6.0 // indirect
163
162
github.com/moby/term v0.5.0 // indirect
163
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
164
164
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
165
165
github.com/pmezard/go-difflib v1.0.0 // indirect
166
- github.com/prometheus/client_model v0.5.0 // indirect
167
- github.com/prometheus/common v0.44 .0 // indirect
166
+ github.com/prometheus/client_model v0.6.1 // indirect
167
+ github.com/prometheus/common v0.55 .0 // indirect
168
168
github.com/russross/blackfriday/v2 v2.1.0 // indirect
169
169
github.com/secure-systems-lab/go-securesystemslib v0.4.0 // indirect
170
170
github.com/shibumi/go-pathspec v1.3.0 // indirect
171
171
github.com/tonistiigi/dchapes-mode v0.0.0-20241001053921-ca0759fec205 // indirect
172
172
github.com/vbatts/tar-split v0.11.5 // indirect
173
173
github.com/vishvananda/netns v0.0.4 // indirect
174
174
go.opencensus.io v0.24.0 // indirect
175
- go.opentelemetry.io/otel/metric v1.21 .0 // indirect
175
+ go.opentelemetry.io/otel/metric v1.28 .0 // indirect
176
176
golang.org/x/text v0.18.0 // indirect
177
177
google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 // indirect
178
- google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117 // indirect
178
+ google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect
179
179
gopkg.in/yaml.v3 v3.0.1 // indirect
180
180
kernel.org/pub/linux/libs/security/libcap/psx v1.2.70 // indirect
181
181
)
0 commit comments