aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/google/go-cmp/cmp/options.go
Commit message (Collapse)AuthorAgeFilesLines
* vendor: deleteTaras Madan2025-01-231-554/+0
|
* mod: do: bump github.com/google/go-cmp from 0.5.9 to 0.6.0dependabot[bot]2023-10-121-42/+42
| | | | | | | | | | | | | | Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.9 to 0.6.0. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.5.9...v0.6.0) --- updated-dependencies: - dependency-name: github.com/google/go-cmp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* dependencies: updateTaras Madan2023-02-241-4/+6
| | | | | | set go min requirements to 1.19 update dependencies update vendor
* go.mod: update golangci-lint to v1.37Dmitry Vyukov2021-02-221-1/+1
|
* vendor/github.com/golangci/golangci-lint: update to v1.31Dmitry Vyukov2020-09-151-1/+4
|
* go.mod: switch to modules for dependency managementDmitry Vyukov2020-07-041-15/+40
| | | | | | | | | | | | | 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 HEADDmitry Vyukov2019-03-171-103/+181
| | | | | To pick up fix for: https://github.com/google/go-cmp/issues/103
* vendor: add github.com/google/go-cmp/cmpDmitry Vyukov2018-06-181-0/+446
This package simplifies diffing complex objects in tests.