Skip to content

Commit 41504df

Browse files
Bump k8s.io/apimachinery from 0.32.3 to 0.33.1
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.32.3 to 0.33.1. - [Commits](kubernetes/apimachinery@v0.32.3...v0.33.1) --- updated-dependencies: - dependency-name: k8s.io/apimachinery dependency-version: 0.33.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e932d3a commit 41504df

File tree

68 files changed

+1822
-1334
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+1822
-1334
lines changed

go.mod

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/netobserv/flowlogs-pipeline
22

3-
go 1.23.0
4-
5-
toolchain go1.23.4
3+
go 1.24.0
64

75
require (
86
github.com/Knetic/govaluate v3.0.1-0.20250325060307-7625b7f8c03d+incompatible
@@ -46,7 +44,7 @@ require (
4644
google.golang.org/protobuf v1.36.6
4745
gopkg.in/yaml.v2 v2.4.0
4846
k8s.io/api v0.32.3
49-
k8s.io/apimachinery v0.32.3
47+
k8s.io/apimachinery v0.33.1
5048
k8s.io/client-go v0.32.3
5149
sigs.k8s.io/e2e-framework v0.6.0
5250
)
@@ -86,7 +84,6 @@ require (
8684
github.com/google/gnostic-models v0.6.9 // indirect
8785
github.com/google/go-cmp v0.7.0 // indirect
8886
github.com/google/go-jsonnet v0.20.0
89-
github.com/google/gofuzz v1.2.0 // indirect
9087
github.com/google/uuid v1.6.0 // indirect
9188
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
9289
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -584,8 +584,8 @@ k8s.io/api v0.32.3 h1:Hw7KqxRusq+6QSplE3NYG4MBxZw1BZnq4aP4cJVINls=
584584
k8s.io/api v0.32.3/go.mod h1:2wEDTXADtm/HA7CCMD8D8bK4yuBUptzaRhYcYEEYA3k=
585585
k8s.io/apiextensions-apiserver v0.32.1 h1:hjkALhRUeCariC8DiVmb5jj0VjIc1N0DREP32+6UXZw=
586586
k8s.io/apiextensions-apiserver v0.32.1/go.mod h1:sxWIGuGiYov7Io1fAS2X06NjMIk5CbRHc2StSmbaQto=
587-
k8s.io/apimachinery v0.32.3 h1:JmDuDarhDmA/Li7j3aPrwhpNBA94Nvk5zLeOge9HH1U=
588-
k8s.io/apimachinery v0.32.3/go.mod h1:GpHVgxoKlTxClKcteaeuF1Ul/lDVb74KpZcxcmLDElE=
587+
k8s.io/apimachinery v0.33.1 h1:mzqXWV8tW9Rw4VeW9rEkqvnxj59k1ezDUl20tFK/oM4=
588+
k8s.io/apimachinery v0.33.1/go.mod h1:BHW0YOu7n22fFv/JkYOEfkUYNRN0fj0BlvMFWA7b+SM=
589589
k8s.io/client-go v0.32.3 h1:RKPVltzopkSgHS7aS98QdscAgtgah/+zmpAogooIqVU=
590590
k8s.io/client-go v0.32.3/go.mod h1:3v0+3k4IcT9bXTc4V2rt+d2ZPPG700Xy6Oi0Gdl2PaY=
591591
k8s.io/component-base v0.32.3 h1:98WJvvMs3QZ2LYHBzvltFSeJjEx7t5+8s71P7M74u8k=

vendor/github.com/google/gofuzz/.travis.yml

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

vendor/github.com/google/gofuzz/CONTRIBUTING.md

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

vendor/github.com/google/gofuzz/LICENSE

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

0 commit comments

Comments
 (0)