Skip to content

Commit f72ecbe

Browse files
deps(deps): update all non-major dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0fd25aa commit f72ecbe

File tree

2 files changed

+102
-105
lines changed

2 files changed

+102
-105
lines changed

go.mod

Lines changed: 36 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
module github.com/validator-labs/validator-plugin-network
22

3-
go 1.22.5
3+
go 1.23.0
4+
5+
toolchain go1.23.5
46

57
require (
68
github.com/go-logr/logr v1.4.2
7-
github.com/onsi/ginkgo/v2 v2.22.0
8-
github.com/onsi/gomega v1.36.1
9+
github.com/onsi/ginkgo/v2 v2.22.2
10+
github.com/onsi/gomega v1.36.2
911
github.com/stretchr/testify v1.10.0
10-
github.com/validator-labs/validator v0.1.14
11-
k8s.io/api v0.31.4
12-
k8s.io/apimachinery v0.31.4
13-
k8s.io/client-go v0.31.4
14-
sigs.k8s.io/cluster-api v1.9.0
15-
sigs.k8s.io/controller-runtime v0.19.3
12+
github.com/validator-labs/validator v0.1.16
13+
k8s.io/api v0.32.1
14+
k8s.io/apimachinery v0.32.1
15+
k8s.io/client-go v0.32.1
16+
sigs.k8s.io/cluster-api v1.9.3
17+
sigs.k8s.io/controller-runtime v0.20.0
1618
)
1719

1820
require (
21+
cel.dev/expr v0.18.0 // indirect
1922
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
2023
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
2124
github.com/beorn7/perks v1.0.1 // indirect
@@ -36,16 +39,15 @@ require (
3639
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
3740
github.com/gobuffalo/flect v1.0.3 // indirect
3841
github.com/gogo/protobuf v1.3.2 // indirect
39-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
4042
github.com/golang/protobuf v1.5.4 // indirect
41-
github.com/google/cel-go v0.20.1 // indirect
43+
github.com/google/btree v1.1.3 // indirect
44+
github.com/google/cel-go v0.22.0 // indirect
4245
github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
4346
github.com/google/go-cmp v0.6.0 // indirect
4447
github.com/google/gofuzz v1.2.0 // indirect
45-
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
48+
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
4649
github.com/google/uuid v1.6.0 // indirect
4750
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
48-
github.com/imdario/mergo v0.3.16 // indirect
4951
github.com/inconshreveable/mousetrap v1.1.0 // indirect
5052
github.com/josharian/intern v1.0.0 // indirect
5153
github.com/json-iterator/go v1.1.12 // indirect
@@ -61,7 +63,7 @@ require (
6163
github.com/prometheus/procfs v0.15.1 // indirect
6264
github.com/spf13/cobra v1.8.1 // indirect
6365
github.com/spf13/pflag v1.0.5 // indirect
64-
github.com/stoewer/go-strcase v1.2.0 // indirect
66+
github.com/stoewer/go-strcase v1.3.0 // indirect
6567
github.com/x448/float16 v0.8.4 // indirect
6668
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
6769
go.opentelemetry.io/otel v1.28.0 // indirect
@@ -73,32 +75,32 @@ require (
7375
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
7476
go.uber.org/multierr v1.11.0 // indirect
7577
go.uber.org/zap v1.27.0 // indirect
76-
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
77-
golang.org/x/net v0.31.0 // indirect
78+
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
79+
golang.org/x/net v0.33.0 // indirect
7880
golang.org/x/oauth2 v0.24.0 // indirect
79-
golang.org/x/sync v0.9.0 // indirect
80-
golang.org/x/sys v0.27.0 // indirect
81-
golang.org/x/term v0.26.0 // indirect
82-
golang.org/x/text v0.20.0 // indirect
83-
golang.org/x/time v0.5.0 // indirect
84-
golang.org/x/tools v0.27.0 // indirect
81+
golang.org/x/sync v0.10.0 // indirect
82+
golang.org/x/sys v0.28.0 // indirect
83+
golang.org/x/term v0.27.0 // indirect
84+
golang.org/x/text v0.21.0 // indirect
85+
golang.org/x/time v0.7.0 // indirect
86+
golang.org/x/tools v0.28.0 // indirect
8587
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
86-
google.golang.org/genproto/googleapis/api v0.0.0-20240725223205-93522f1f2a9f // indirect
87-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade // indirect
88+
google.golang.org/genproto/googleapis/api v0.0.0-20240826202546-f6391c0de4c7 // indirect
89+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240826202546-f6391c0de4c7 // indirect
8890
google.golang.org/grpc v1.65.1 // indirect
89-
google.golang.org/protobuf v1.35.2 // indirect
91+
google.golang.org/protobuf v1.36.1 // indirect
92+
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
9093
gopkg.in/inf.v0 v0.9.1 // indirect
91-
gopkg.in/yaml.v2 v2.4.0 // indirect
9294
gopkg.in/yaml.v3 v3.0.1 // indirect
93-
k8s.io/apiextensions-apiserver v0.31.3 // indirect
94-
k8s.io/apiserver v0.31.3 // indirect
95-
k8s.io/component-base v0.31.3 // indirect
95+
k8s.io/apiextensions-apiserver v0.32.0 // indirect
96+
k8s.io/apiserver v0.32.0 // indirect
97+
k8s.io/component-base v0.32.0 // indirect
9698
k8s.io/klog/v2 v2.130.1 // indirect
97-
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
98-
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
99-
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.30.3 // indirect
100-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
101-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
99+
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
100+
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
101+
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.0 // indirect
102+
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
103+
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
102104
sigs.k8s.io/yaml v1.4.0 // indirect
103105
)
104106

0 commit comments

Comments
 (0)