mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-01 03:14:16 +00:00
c975a7097d
Remove previously deprecated types, functions, and methods. Update github.com/golang/protobuf module version to one which does not depend on any deprecated APIs. Fixexs golang/protobuf#963 Change-Id: Ida451ef5ef3f34830808f737cc0d1c98f32ce76a Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/206017 Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
9 lines
153 B
Modula-2
9 lines
153 B
Modula-2
module google.golang.org/protobuf
|
|
|
|
go 1.9
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.2.1-0.20191106221148-0fd87f0c3acd
|
|
github.com/google/go-cmp v0.3.0
|
|
)
|