1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-28 06:29:29 +01:00

Update vendor dependencies.

This commit is contained in:
Avesh Agarwal
2017-07-29 15:15:36 -04:00
parent 198dfc8a2e
commit 92006cbd77
1923 changed files with 1442573 additions and 1 deletions

7
vendor/github.com/emicklei/go-restful/Makefile generated vendored Normal file
View File

@@ -0,0 +1,7 @@
all: test
test:
go test -v .
ex:
cd examples && ls *.go | xargs go build -o /tmp/ignore