File tree Expand file tree Collapse file tree 4 files changed +2
-121
lines changed
internal/pkg/daemon/enricher Expand file tree Collapse file tree 4 files changed +2
-121
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ require (
3131 github.com/urfave/cli/v2 v2.27.7
3232 go.podman.io/common v0.66.0
3333 golang.org/x/mod v0.29.0
34- golang.org/x/net v0.47.0
3534 golang.org/x/sync v0.18.0
3635 gomodules.xyz/jsonpatch/v2 v2.5.0
3736 google.golang.org/grpc v1.76.0
@@ -311,6 +310,7 @@ require (
311310 go.yaml.in/yaml/v3 v3.0.4 // indirect
312311 golang.org/x/crypto v0.44.0 // indirect
313312 golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 // indirect
313+ golang.org/x/net v0.47.0 // indirect
314314 golang.org/x/oauth2 v0.31.0 // indirect
315315 golang.org/x/sys v0.38.0 // indirect
316316 golang.org/x/term v0.37.0 // indirect
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ limitations under the License.
1717package enricher
1818
1919import (
20+ "context"
2021 "errors"
2122 "fmt"
2223 "slices"
2324 "time"
2425
2526 "github.com/go-logr/logr"
2627 "github.com/jellydator/ttlcache/v3"
27- "golang.org/x/net/context"
2828 "golang.org/x/sync/errgroup"
2929 v1 "k8s.io/api/core/v1"
3030 "k8s.io/apimachinery/pkg/util/wait"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -1790,7 +1790,6 @@ golang.org/x/mod/sumdb/note
17901790# golang.org/x/net v0.47.0
17911791## explicit; go 1.24.0
17921792golang.org/x/net/bpf
1793- golang.org/x/net/context
17941793golang.org/x/net/http/httpguts
17951794golang.org/x/net/http2
17961795golang.org/x/net/http2/hpack
You can’t perform that action at this time.
0 commit comments