| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | go.mod: switch to modules for dependency management | Dmitry Vyukov | 2020-07-04 | 1 | -89/+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/github.com/google/go-cmp: update to HEAD | Dmitry Vyukov | 2019-03-17 | 1 | -3/+3 |
| | | | | | | To pick up fix for: https://github.com/google/go-cmp/issues/103 | ||||
| * | vendor: add github.com/google/go-cmp/cmp | Dmitry Vyukov | 2018-06-18 | 1 | -0/+89 |
| This package simplifies diffing complex objects in tests. | |||||
