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

go mod tidy && go mod vendor

This commit is contained in:
Mike Dame
2020-07-27 13:55:29 -04:00
parent 63603f38d6
commit b09932e92a
995 changed files with 112809 additions and 126725 deletions

5
vendor/github.com/evanphx/json-patch/go.mod generated vendored Normal file
View File

@@ -0,0 +1,5 @@
module github.com/evanphx/json-patch
go 1.12
require github.com/pkg/errors v0.8.1