1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

Bump github.com/gogo/protobuf to v1.3.2

Fixes https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3121
This commit is contained in:
Jan Chaloupka
2021-03-02 14:47:00 +01:00
parent 726091712d
commit d368cbed32
16 changed files with 573 additions and 280 deletions

1
go.mod
View File

@@ -4,6 +4,7 @@ go 1.15
require (
github.com/client9/misspell v0.3.4
github.com/gogo/protobuf v1.3.2 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5
k8s.io/api v0.20.0