upgrade to json-patch v5

This commit is contained in:
Benjamin Elder
2020-03-26 15:30:48 -07:00
parent 519ae6a082
commit 268d505753
5 changed files with 9 additions and 6 deletions

2
go.mod
View File

@@ -5,7 +5,7 @@ go 1.13
require (
github.com/BurntSushi/toml v0.3.1
github.com/alessio/shellescape v0.0.0-20190409004728-b115ca0f9053
github.com/evanphx/json-patch v4.5.0+incompatible
github.com/evanphx/json-patch/v5 v5.0.0
github.com/mattn/go-isatty v0.0.12
github.com/pelletier/go-toml v1.6.0
github.com/pkg/errors v0.9.1