Skip to content

Commit

Permalink
chore: remove redundant dependency golang.org/x/net (#1013)
Browse files Browse the repository at this point in the history
  • Loading branch information
programmer04 authored Jan 14, 2025
1 parent e5a3245 commit 229ac28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/crdsvalidation/dataplane_test.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package crdsvalidation

import (
"context"
"testing"

"github.com/samber/lo"
"golang.org/x/net/context"
corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

Expand Down

0 comments on commit 229ac28

Please sign in to comment.