mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-01 11:58:21 +00:00
dddbe8b487
This is a breaking change in light of API added in CL/182497. This removes: Files.RangeFilesByPath: replacement is Files.FindFileByPath Change-Id: I47bf59b37c355844984661056212953853a0db51 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/182537 Reviewed-by: Damien Neil <dneil@google.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.20190617175902-f94016f5239f
|
|
github.com/google/go-cmp v0.3.0
|
|
)
|