From a16bd107add3671d2413bf5fd68b76ac34af14a3 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 17:08:20 +0000 Subject: [PATCH] chore(deps): update module github.com/matttproud/golang_protobuf_extensions to v2 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- src/peerpod-ctrl/go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/peerpod-ctrl/go.mod b/src/peerpod-ctrl/go.mod index da46cffb3b..0cbff6b95d 100644 --- a/src/peerpod-ctrl/go.mod +++ b/src/peerpod-ctrl/go.mod @@ -38,6 +38,7 @@ require ( github.com/go-task/slim-sprig/v3 v3.0.0 // indirect github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect github.com/kr/fs v0.1.0 // indirect + github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect github.com/opentracing/opentracing-go v1.2.0 // indirect github.com/pkg/sftp v1.13.10 // indirect github.com/tjfoc/gmsm v1.4.1 // indirect @@ -47,7 +48,6 @@ require ( go.opentelemetry.io/otel/trace v1.38.0 // indirect golang.org/x/tools v0.36.0 // indirect gopkg.in/ini.v1 v1.67.0 // indirect - ) require ( @@ -108,7 +108,6 @@ require ( github.com/kylelemons/godebug v1.1.0 // indirect github.com/leodido/go-urn v1.4.0 // indirect github.com/mailru/easyjson v0.7.7 // indirect - github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.2 // indirect