Closed jdstrand closed 2 years ago
While the changes from 1.2.1 to 1.3.2 are significant, github.com/gogo/protobuf
is an indirect dependency via k8s.io/apimachinery/pkg/runtime
and the code in this repository isn't doing any generation via pb files.
This repo is currently not supported. It might be resurrected, but per @lesam and @samhld, this repo should be archived. As such, closing this PR.
To address CVE-2021-3121:
$ go mod edit -require github.com/gogo/protobuf@v1.3.2 $ go mod tidy
For the most part, tests pass (I don't have
etcd
in the expected location):