diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-18 12:39:50 +0000 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2024-01-18 12:59:59 +0000 |
| commit | 0363fc5d478cb62b7cd8e5089f59136c7b9afeed (patch) | |
| tree | 14a588b5b118531568a17e0735a0280709eeef1b /vendor/github.com/felixge/httpsnoop/Makefile | |
| parent | a1923a8640a39aa8851f91d907a34dc12ffc5d32 (diff) | |
mod: do: bump google.golang.org/api from 0.153.0 to 0.156.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.153.0 to 0.156.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.153.0...v0.156.0)
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vendor/github.com/felixge/httpsnoop/Makefile')
| -rw-r--r-- | vendor/github.com/felixge/httpsnoop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/felixge/httpsnoop/Makefile b/vendor/github.com/felixge/httpsnoop/Makefile index 2d84889ae..4e12afdd9 100644 --- a/vendor/github.com/felixge/httpsnoop/Makefile +++ b/vendor/github.com/felixge/httpsnoop/Makefile @@ -1,7 +1,7 @@ .PHONY: ci generate clean ci: clean generate - go test -v ./... + go test -race -v ./... generate: go generate . |
