diff options
| author | Taras Madan <tarasmadan@google.com> | 2024-01-18 17:24:16 +0100 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2024-01-18 16:35:00 +0000 |
| commit | 21772ce4342bc8ecbb3e7c8747bba9aec14f3bbb (patch) | |
| tree | 74b7a3823242a8c79fd1d365aae660fdcd4a19d3 /vendor/github.com/felixge/httpsnoop/Makefile | |
| parent | df0ec93c2662a5189ec2077aee2bf823e392bf25 (diff) | |
Revert "mod: do: bump google.golang.org/api from 0.153.0 to 0.156.0"
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 4e12afdd9..2d84889ae 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 -race -v ./... + go test -v ./... generate: go generate . |
