mirror of
https://github.com/talent-plan/tinykv.git
synced 2024-12-27 13:20:24 +08:00
6df022c85d
Bumps [github.com/gogo/protobuf](https://github.com/gogo/protobuf) from 1.1.1 to 1.3.2. - [Release notes](https://github.com/gogo/protobuf/releases) - [Commits](https://github.com/gogo/protobuf/compare/v1.1.1...v1.3.2) --- updated-dependencies: - dependency-name: github.com/gogo/protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: goroutine <ngaut@users.noreply.github.com> Co-authored-by: Connor <zbk602423539@gmail.com>
9 lines
166 B
Modula-2
9 lines
166 B
Modula-2
module github.com/pingcap-incubator/tinykv/proto/_tools
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.3.2
|
|
golang.org/x/tools v0.0.0-20210106214847-113979e3529a
|
|
)
|
|
|
|
go 1.13
|