aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/google.golang.org/grpc/codes/code_string.go
Commit message (Collapse)AuthorAgeFilesLines
* vendor: deleteTaras Madan2025-01-231-111/+0
|
* mod: do: bump golang.org/x/oauth2 from 0.5.0 to 0.10.0dependabot[bot]2023-07-251-1/+50
| | | | | | | | | | | | | Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.5.0 to 0.10.0. - [Commits](https://github.com/golang/oauth2/compare/v0.5.0...v0.10.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* vendor: add github.com/ianlancetaylor/demangleDmitry Vyukov2018-06-281-10/+56
| | | | | | Add the new package required by pkg/report/fuchsia.go. Also update everything else because there does not seem to be a way to add a package without a wholesale update.
* vendor: vendor dependenciesDmitry Vyukov2017-06-131-0/+16
All dependencies are vendored with: go get github.com/golang/dep dep init If necessary, can be updated with: dep ensure -update Fixes #215