From d720bb742306372da8628b0c4caf7f2d6babdca5 Mon Sep 17 00:00:00 2001 From: Mikkel Oscar Lyderik Larsen Date: Mon, 23 Jan 2017 23:39:46 +0100 Subject: [PATCH] vendor: Update github.com/evanphx/json-patch Updates github.com/evanphx/json-patch dependency to a version that doesn't crash when handling an invalid json patch. Includes fix from https://github.com/evanphx/json-patch/pull/35 Fix #40218 Kubernetes-commit: c02484d380f805484cda4dab0480a2af84c1b3de --- Godeps/Godeps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index 6f32e59df..22fd2e366 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -312,7 +312,7 @@ }, { "ImportPath": "github.com/evanphx/json-patch", - "Rev": "465937c80b3c07a7c7ad20cc934898646a91c1de" + "Rev": "ba18e35c5c1b36ef6334cad706eb681153d2d379" }, { "ImportPath": "github.com/ghodss/yaml",