mirror of
https://github.com/containerd/containerd.git
synced 2026-08-05 07:30:45 +00:00
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.51.0 to 0.55.0. - [Commits](https://github.com/golang/net/compare/v0.51.0...v0.55.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.55.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
23 lines
651 B
Modula-2
23 lines
651 B
Modula-2
module github.com/containerd/containerd/api
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/containerd/ttrpc v1.2.9
|
|
github.com/containerd/typeurl/v2 v2.3.0
|
|
github.com/opencontainers/image-spec v1.1.1
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171
|
|
google.golang.org/grpc v1.81.1
|
|
google.golang.org/protobuf v1.36.11
|
|
)
|
|
|
|
require (
|
|
github.com/containerd/log v0.1.0 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
golang.org/x/net v0.55.0 // indirect
|
|
golang.org/x/sys v0.46.0 // indirect
|
|
golang.org/x/text v0.37.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|