mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
![Sebastiaan van Stijn](/assets/img/avatar_default.png)
full diff: https://github.com/gogo/protobuf/compare/v1.3.1...v1.3.2 bump version 1.3.2 for gogo/protobuf due to CVE-2021-3121 reported on gogo/protobuf version 1.3.1, CVE has been fixed for version 1.3.2 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3121 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
9 lines
215 B
Modula-2
9 lines
215 B
Modula-2
module github.com/gogo/protobuf
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/kisielk/errcheck v1.5.0 // indirect
|
|
github.com/kisielk/gotool v1.0.0 // indirect
|
|
golang.org/x/tools v0.0.0-20210106214847-113979e3529a // indirect
|
|
)
|