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 c403ffe commit 2093f47Copy full SHA for 2093f47
typed/remove_test.go
@@ -4,8 +4,8 @@ import (
4
"fmt"
5
"testing"
6
7
- "sigs.k8s.io/structured-merge-diff/v2/fieldpath"
8
- "sigs.k8s.io/structured-merge-diff/v2/value"
+ "sigs.k8s.io/structured-merge-diff/v3/fieldpath"
+ "sigs.k8s.io/structured-merge-diff/v3/value"
9
)
10
11
func TestRemove(t *testing.T) {
0 commit comments