Skip to content

Commit 8f738f2

Browse files
committed
Update vendor
Signed-off-by: Sascha Grunert <[email protected]>
1 parent 3d46ba4 commit 8f738f2

File tree

4 files changed

+2
-121
lines changed

4 files changed

+2
-121
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

internal/pkg/daemon/enricher/container.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ limitations under the License.
1717
package enricher
1818

1919
import (
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"

vendor/golang.org/x/net/context/context.go

Lines changed: 0 additions & 118 deletions
This file was deleted.

vendor/modules.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
17921792
golang.org/x/net/bpf
1793-
golang.org/x/net/context
17941793
golang.org/x/net/http/httpguts
17951794
golang.org/x/net/http2
17961795
golang.org/x/net/http2/hpack

0 commit comments

Comments
 (0)