From 27eaf99ab6eeb9826eeab5cece9c9c3c69cef57c Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Thu, 5 Jan 2023 01:25:15 +0000 Subject: [PATCH] fix: replace deprecated protobuf --- cli/go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli/go.mod b/cli/go.mod index 12ac38b7c3f..b93a0cd5127 100644 --- a/cli/go.mod +++ b/cli/go.mod @@ -42,3 +42,5 @@ require ( ) replace github.com/open-policy-agent/gatekeeper v3.0.4-beta.2+incompatible => github.com/open-policy-agent/gatekeeper v0.0.0-20210409021048-9b5e4cfe5d7e +replace github.com/golang/protobuf/jsonpb v1.5.2 => google.golang.org/protobuf/encoding/protojson v1.20.0 +replace github.com/golang/protobuf/proto v1.5.2 => google.golang.org/protobuf/proto v1.20.0