vendor buildkit v0.10.0

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2022-03-18 16:01:18 +01:00
parent 6b9b445af6
commit a2aaf4cc83
586 changed files with 60370 additions and 8750 deletions

10
vendor/github.com/felixge/httpsnoop/Makefile generated vendored Normal file
View File

@@ -0,0 +1,10 @@
.PHONY: ci generate clean
ci: clean generate
go test -v ./...
generate:
go generate .
clean:
rm -rf *_generated*.go