Skip to content

Commit 61e1ad7

Browse files
committed
Drop the reference to gopkg.in for v5
This aligns with the module declaration in go.mod. Signed-off-by: Stephen Kitt <[email protected]>
1 parent b7a4e4a commit 61e1ad7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ well as for calculating & applying [RFC7396 JSON merge patches](https://tools.ie
1414
go get -u github.com/evanphx/json-patch/v5
1515
```
1616

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`
17+
If you need version 4, use `go get -u gopkg.in/evanphx/json-patch.v4`
2018

2119
(previous versions below `v3` are unavailable)
2220

0 commit comments

Comments
 (0)