talent-plan-tinykv/proto/tools/go.mod
dependabot[bot] 6df022c85d
Bump github.com/gogo/protobuf from 1.1.1 to 1.3.2 in /proto/tools (#383)
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>
2022-08-15 13:40:00 +08:00

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