File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
23
23
"path/filepath"
24
24
"testing"
25
25
26
- "github.com/google/go-cmp/cmp"
26
+ "github.com/google/go-cmp/cmp" //nolint:depguard
27
27
"k8s.io/apimachinery/pkg/runtime"
28
28
"k8s.io/apimachinery/pkg/runtime/schema"
29
29
"k8s.io/apimachinery/pkg/runtime/serializer"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
22
22
"path/filepath"
23
23
"testing"
24
24
25
- "github.com/google/go-cmp/cmp"
25
+ "github.com/google/go-cmp/cmp" //nolint:depguard
26
26
apiequality "k8s.io/apimachinery/pkg/api/equality"
27
27
"k8s.io/apimachinery/pkg/runtime"
28
28
"k8s.io/apimachinery/pkg/runtime/schema"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import (
27
27
"sync/atomic"
28
28
"time"
29
29
30
- "github.com/google/go-cmp/cmp"
30
+ "github.com/google/go-cmp/cmp" //nolint:depguard
31
31
"github.com/spf13/pflag"
32
32
33
33
"k8s.io/klog/v2"
You can’t perform that action at this time.
0 commit comments