Chore: Replace usages of golang.org/x/net/context with stdlib context package (#105676)

This commit is contained in:
Matheus Macabu
2025-05-20 14:59:40 +02:00
committed by GitHub
parent 36c31ce841
commit 38de0cac3a
5 changed files with 6 additions and 7 deletions
@@ -1,10 +1,10 @@
package controller
import (
"context"
"sort"
"strings"
"golang.org/x/net/context"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/runtime/schema"
"k8s.io/apimachinery/pkg/types"