From 61e1ad78ab35800ee5e25ed36bf2dc5a0a4c1a73 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Mon, 4 Mar 2024 16:27:45 +0100 Subject: [PATCH] Drop the reference to gopkg.in for v5 This aligns with the module declaration in go.mod. Signed-off-by: Stephen Kitt --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 97e319b..86fefd5 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,7 @@ well as for calculating & applying [RFC7396 JSON merge patches](https://tools.ie go get -u github.com/evanphx/json-patch/v5 ``` -**Stable Versions**: -* Version 5: `go get -u gopkg.in/evanphx/json-patch.v5` -* Version 4: `go get -u gopkg.in/evanphx/json-patch.v4` +If you need version 4, use `go get -u gopkg.in/evanphx/json-patch.v4` (previous versions below `v3` are unavailable)