Skip to content

Commit

Permalink
Merge pull request #203 from skitt/drop-gopkgin-v5
Browse files Browse the repository at this point in the history
Drop the reference to gopkg.in for v5
  • Loading branch information
evanphx committed Mar 4, 2024
2 parents b7a4e4a + 61e1ad7 commit e7cfbbb
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 e7cfbbb

Please sign in to comment.