go.mod: github.com/containerd/typeurl/v2 v2.1.0
Changes: https://github.com/containerd/typeurl/compare/7f6e6d160d67...v2.1.0 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
@@ -82,7 +82,7 @@ func (gen *generator) genFieldMethod(m *protogen.Message) {
|
||||
p.P("return value, ok")
|
||||
case isAnyField(f):
|
||||
typeurlUnmarshalAny := gen.out.QualifiedGoIdent(protogen.GoIdent{
|
||||
GoImportPath: "github.com/containerd/typeurl",
|
||||
GoImportPath: "github.com/containerd/typeurl/v2",
|
||||
GoName: "UnmarshalAny",
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user