From 21772ce4342bc8ecbb3e7c8747bba9aec14f3bbb Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Thu, 18 Jan 2024 17:24:16 +0100 Subject: Revert "mod: do: bump google.golang.org/api from 0.153.0 to 0.156.0" --- vendor/github.com/felixge/httpsnoop/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/github.com/felixge/httpsnoop/Makefile') 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 . -- cgit mrf-deployment