Skip to content

Commit

Permalink
Drop the reference to gopkg.in for v5
Browse files Browse the repository at this point in the history
This aligns with the module declaration in go.mod.

Signed-off-by: Stephen Kitt <skitt@redhat.com>
  • Loading branch information
skitt committed Mar 4, 2024
1 parent b7a4e4a commit 61e1ad7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 61e1ad7

Please sign in to comment.