Skip to content

Commit d63a2bc

Browse files
committed
go.mod: github.com/containerd/containerd v1.7.0-beta.3
Signed-off-by: Akihiro Suda <[email protected]>
1 parent fd0c25c commit d63a2bc

File tree

790 files changed

+67943
-48628
lines changed

Some content is hidden

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

790 files changed

+67943
-48628
lines changed

go.mod

Lines changed: 31 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ go 1.18
55
require (
66
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.1.0
77
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.4.1
8-
github.com/Microsoft/go-winio v0.5.2
9-
github.com/Microsoft/hcsshim v0.9.6
8+
github.com/Microsoft/go-winio v0.6.0
9+
github.com/Microsoft/hcsshim v0.10.0-rc.4
1010
github.com/agext/levenshtein v1.2.3
1111
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2
1212
github.com/aws/aws-sdk-go-v2/config v1.15.5
@@ -15,15 +15,15 @@ require (
1515
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.9
1616
github.com/aws/smithy-go v1.11.2
1717
github.com/containerd/console v1.0.3
18-
github.com/containerd/containerd v1.6.16-0.20230124210447-1709cfe273d9
18+
github.com/containerd/containerd v1.7.0-beta.3
1919
github.com/containerd/continuity v0.3.0
2020
github.com/containerd/fuse-overlayfs-snapshotter v1.0.2
2121
github.com/containerd/go-cni v1.1.6
2222
github.com/containerd/go-runc v1.0.0
2323
github.com/containerd/nydus-snapshotter v0.3.1
2424
github.com/containerd/stargz-snapshotter v0.13.0
2525
github.com/containerd/stargz-snapshotter/estargz v0.13.0
26-
github.com/containerd/typeurl v1.0.2
26+
github.com/containerd/typeurl v1.0.3-0.20220422153119-7f6e6d160d67
2727
github.com/coreos/go-systemd/v22 v22.4.0
2828
github.com/docker/cli v23.0.0-rc.2+incompatible
2929
github.com/docker/distribution v2.8.1+incompatible
@@ -49,9 +49,9 @@ require (
4949
github.com/moby/sys/signal v0.7.0
5050
github.com/morikuni/aec v1.0.0
5151
github.com/opencontainers/go-digest v1.0.0
52-
github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
53-
github.com/opencontainers/runc v1.1.3
54-
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
52+
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b
53+
github.com/opencontainers/runc v1.1.4
54+
github.com/opencontainers/runtime-spec v1.0.3-0.20220825212826-86290f6a00fb
5555
github.com/opencontainers/selinux v1.10.2
5656
github.com/package-url/packageurl-go v0.1.1-0.20220428063043-89078438f170
5757
github.com/pelletier/go-toml v1.9.5
@@ -60,36 +60,39 @@ require (
6060
github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
6161
github.com/sirupsen/logrus v1.9.0
6262
github.com/spdx/tools-golang v0.3.1-0.20230104082527-d6f58551be3f
63-
github.com/stretchr/testify v1.8.0
63+
github.com/stretchr/testify v1.8.1
6464
github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
6565
github.com/tonistiigi/go-actions-cache v0.0.0-20220404170428-0bdeb6e1eac7
6666
github.com/tonistiigi/go-archvariant v1.0.0
6767
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
6868
github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
69-
github.com/urfave/cli v1.22.4
69+
github.com/urfave/cli v1.22.10
7070
go.etcd.io/bbolt v1.3.6
71-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
71+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.36.4
7272
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
7373
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
74-
go.opentelemetry.io/otel v1.4.1
74+
go.opentelemetry.io/otel v1.11.1
7575
go.opentelemetry.io/otel/exporters/jaeger v1.4.1
76-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
77-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
78-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
79-
go.opentelemetry.io/otel/sdk v1.4.1
80-
go.opentelemetry.io/otel/trace v1.4.1
81-
go.opentelemetry.io/proto/otlp v0.12.0
76+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.11.1
77+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.11.1
78+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.11.1
79+
go.opentelemetry.io/otel/sdk v1.11.1
80+
go.opentelemetry.io/otel/trace v1.11.1
81+
go.opentelemetry.io/proto/otlp v0.19.0
8282
golang.org/x/crypto v0.2.0
8383
golang.org/x/net v0.4.0
8484
golang.org/x/sync v0.1.0
8585
golang.org/x/sys v0.3.0
8686
golang.org/x/time v0.1.0
87-
google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
88-
google.golang.org/grpc v1.50.1
87+
google.golang.org/genproto v0.0.0-20221206210731-b1a01be3a5f6
88+
google.golang.org/grpc v1.51.0
8989
google.golang.org/protobuf v1.28.1
9090
)
9191

9292
require (
93+
cloud.google.com/go/compute v1.14.0 // indirect
94+
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1 // indirect
95+
github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20221215162035-5330a85ea652 // indirect
9396
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.1.0 // indirect
9497
github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.0 // indirect
9598
github.com/AzureAD/microsoft-authentication-library-for-go v0.6.0 // indirect
@@ -107,13 +110,14 @@ require (
107110
github.com/aws/aws-sdk-go-v2/service/sso v1.11.4 // indirect
108111
github.com/aws/aws-sdk-go-v2/service/sts v1.16.4 // indirect
109112
github.com/beorn7/perks v1.0.1 // indirect
110-
github.com/cenkalti/backoff/v4 v4.1.2 // indirect
113+
github.com/cenkalti/backoff/v4 v4.2.0 // indirect
111114
github.com/cespare/xxhash/v2 v2.1.2 // indirect
112115
github.com/containerd/cgroups v1.0.4 // indirect
113116
github.com/containerd/fifo v1.0.0 // indirect
114-
github.com/containerd/ttrpc v1.1.0 // indirect
117+
github.com/containerd/ttrpc v1.1.1-0.20220420014843-944ef4a40df3 // indirect
115118
github.com/containernetworking/cni v1.1.1 // indirect
116119
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
120+
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
117121
github.com/davecgh/go-spew v1.1.1 // indirect
118122
github.com/dimchansky/utfbom v1.1.1 // indirect
119123
github.com/docker/docker-credential-helpers v0.7.0 // indirect
@@ -125,7 +129,7 @@ require (
125129
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
126130
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
127131
github.com/google/uuid v1.3.0 // indirect
128-
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
132+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 // indirect
129133
github.com/hanwen/go-fuse/v2 v2.1.1-0.20220112183258-f57e95bda82d // indirect
130134
github.com/hashicorp/errwrap v1.1.0 // indirect
131135
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
@@ -145,10 +149,13 @@ require (
145149
github.com/secure-systems-lab/go-securesystemslib v0.4.0 // indirect
146150
github.com/shibumi/go-pathspec v1.3.0 // indirect
147151
github.com/vbatts/tar-split v0.11.2 // indirect
148-
go.opencensus.io v0.23.0 // indirect
149-
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1 // indirect
152+
go.opencensus.io v0.24.0 // indirect
153+
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.11.1 // indirect
150154
go.opentelemetry.io/otel/internal/metric v0.27.0 // indirect
151155
go.opentelemetry.io/otel/metric v0.27.0 // indirect
156+
golang.org/x/mod v0.6.0 // indirect
157+
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
152158
golang.org/x/text v0.5.0 // indirect
159+
golang.org/x/tools v0.2.0 // indirect
153160
gopkg.in/yaml.v3 v3.0.1 // indirect
154161
)

0 commit comments

Comments
 (0)