Merge pull request #10378 from akhilerm/use-marshall-from-type-url

use typeurl funcs for marshalling anypb.Any
This commit is contained in:
Maksym Pavlenko
2024-07-11 16:15:20 +00:00
committed by GitHub
36 changed files with 109 additions and 164 deletions

2
go.mod
View File

@@ -25,7 +25,7 @@ require (
github.com/containerd/platforms v0.2.1
github.com/containerd/plugin v0.1.0
github.com/containerd/ttrpc v1.2.5
github.com/containerd/typeurl/v2 v2.1.1
github.com/containerd/typeurl/v2 v2.2.0
github.com/containernetworking/cni v1.2.2
github.com/containernetworking/plugins v1.5.1
github.com/coreos/go-systemd/v22 v22.5.0