Skip to content

Commit 1272a37

Browse files
committed
CARRY 5300466: Use canonical json-patch v4 import
On-behalf-of: @SAP [email protected]
1 parent fbad8d9 commit 1272a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/k8s.io/client-go/testing/fixture.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ import (
2424
"strings"
2525
"sync"
2626

27-
jsonpatch "github.com/evanphx/json-patch"
2827
"github.com/kcp-dev/logicalcluster/v3"
28+
jsonpatch "gopkg.in/evanphx/json-patch.v4"
2929

3030
"k8s.io/apimachinery/pkg/api/errors"
3131
"k8s.io/apimachinery/pkg/api/meta"

0 commit comments

Comments
 (0)