We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbad8d9 commit 1272a37Copy full SHA for 1272a37
third_party/k8s.io/client-go/testing/fixture.go
@@ -24,8 +24,8 @@ import (
24
"strings"
25
"sync"
26
27
- jsonpatch "github.com/evanphx/json-patch"
28
"github.com/kcp-dev/logicalcluster/v3"
+ jsonpatch "gopkg.in/evanphx/json-patch.v4"
29
30
"k8s.io/apimachinery/pkg/api/errors"
31
"k8s.io/apimachinery/pkg/api/meta"
0 commit comments