aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/google/go-cmp/cmp/internal/testprotos
Commit message (Collapse)AuthorAgeFilesLines
* go.mod: switch to modules for dependency managementDmitry Vyukov2020-07-041-116/+0
| | | | | | | | | | | | | Godep is long deprecated and modules is the future. Updating dependencies with godep is painful and non-transparent. This will hopefully help to create custom golangci-lint linters. The change was created with: go mod init rm -rf vendor go mod vendor Fixes #1247
* vendor: add github.com/google/go-cmp/cmpDmitry Vyukov2018-06-181-0/+116
This package simplifies diffing complex objects in tests.