full diff: https://github.com/gogo/protobuf/compare/v1.3.1...v1.3.2 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
10 lines
215 B
Modula-2
10 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
|
|
)
|