vendor: bump github.com/evanphx/json-patch

Grab important bug fix that can cause a `panic()` from this package on
certain inputs. See https://github.com/evanphx/json-patch/pull/64
This commit is contained in:
Cao Shufeng
2018-09-09 13:06:39 +08:00
parent 8d1127cb41
commit 2e974f30ab
10 changed files with 22 additions and 21 deletions

View File

@@ -15,7 +15,7 @@ go get -u github.com/evanphx/json-patch
```
**Stable Versions**:
* Version 3: `go get -u gopkg.in/evanphx/json-patch.v3`
* Version 4: `go get -u gopkg.in/evanphx/json-patch.v4`
(previous versions below `v3` are unavailable)