security: fix CVE-2021-3538
Showing
+3 -1
... | ... | @@ -32,6 +32,7 @@ require ( |
github.com/projectcalico/go-yaml-wrapper v0.0.0-20161127220527-598e54215bee // indirect | ||
github.com/projectcalico/libcalico-go v0.0.0-20190305235709-3d935c3b8b86 // indirect | ||
github.com/prometheus/client_golang v1.7.1 | ||
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b // indirect | ||
github.com/sirupsen/logrus v1.6.0 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/spf13/viper v1.6.3 // indirect | ||
... | ... |
Please register or sign in to comment