protobuf-go/go.mod
Joe Tsai 8692540cce go.mod: re-add go.mod file
Change-Id: I3aa495eccec26ec14d102d1b41901516c7238929
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/166887
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
2019-03-11 23:42:37 +00:00

7 lines
148 B
Modula-2

module github.com/golang/protobuf/v2
require (
github.com/golang/protobuf v1.2.1-0.20190311233832-968e039ade03
github.com/google/go-cmp v0.2.0
)