We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78cf029 commit 17efcbeCopy full SHA for 17efcbe
README.md
@@ -11,10 +11,11 @@ well as for calculating & applying [RFC7396 JSON merge patches](https://tools.ie
11
12
**Latest and greatest**:
13
```bash
14
-go get -u github.com/evanphx/json-patch
+go get -u github.com/evanphx/json-patch/v5
15
```
16
17
**Stable Versions**:
18
+* Version 5: `go get -u gopkg.in/evanphx/json-patch.v5`
19
* Version 4: `go get -u gopkg.in/evanphx/json-patch.v4`
20
21
(previous versions below `v3` are unavailable)
0 commit comments