Merge pull request #7584 from mmorel-35/json-patch/v5

build(deps): bump json-patch to v5.8.0
This commit is contained in:
Xun Jiang/Bruce Jiang
2024-04-10 18:40:16 +08:00
committed by GitHub
11 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ import (
"fmt"
"time"
jsonpatch "github.com/evanphx/json-patch"
jsonpatch "github.com/evanphx/json-patch/v5"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
corev1 "k8s.io/api/core/v1"