build(deps): bump json-patch to v5.8.0

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
Matthieu MOREL
2024-03-28 21:15:27 +00:00
parent 3d6dab0708
commit a9085033b2
11 changed files with 12 additions and 11 deletions

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"