aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/google
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/app: update to go116 (#2959)Taras Madan2022-01-052-6/+23
| | | | | | 1. Updated the "include"s. 2. No logs read API in the AppEngine anymore. Replaced by the GCP logging API. 3. Use "GO111MODULE=off gcloud beta app deploy ./dashboard/app/app.yaml --no-promote" to test new deployment. 4. Updated the documentation.
* go.mod: update golangci-lint to v1.37Dmitry Vyukov2021-02-2224-47/+55
|
* vendor/github.com/golangci/golangci-lint: update to v1.31Dmitry Vyukov2020-09-153-27/+77
|
* go.mod: upgrade some dependenciesDmitry Vyukov2020-07-0414-182/+1054
| | | | | | | Since we started using modules, it's a good time to update some deps. Update to latest official versions packages that have newer versions. Update #1247
* go.mod: switch to modules for dependency managementDmitry Vyukov2020-07-0422-1589/+195
| | | | | | | | | | | | | 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-1732-986/+2504
| | | | | To pick up fix for: https://github.com/google/go-cmp/issues/103
* vendor: add github.com/google/go-cmp/cmpDmitry Vyukov2018-06-1825-0/+3832
This package simplifies diffing complex objects in tests.