1
1
module github.com/validator-labs/validator-plugin-network
2
2
3
- go 1.22.5
3
+ go 1.23.0
4
+
5
+ toolchain go1.23.5
4
6
5
7
require (
6
8
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
9
11
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
16
18
)
17
19
18
20
require (
21
+ cel.dev/expr v0.18.0 // indirect
19
22
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
20
23
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
21
24
github.com/beorn7/perks v1.0.1 // indirect
@@ -36,16 +39,15 @@ require (
36
39
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
37
40
github.com/gobuffalo/flect v1.0.3 // indirect
38
41
github.com/gogo/protobuf v1.3.2 // indirect
39
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
40
42
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
42
45
github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
43
46
github.com/google/go-cmp v0.6.0 // indirect
44
47
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
46
49
github.com/google/uuid v1.6.0 // indirect
47
50
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
48
- github.com/imdario/mergo v0.3.16 // indirect
49
51
github.com/inconshreveable/mousetrap v1.1.0 // indirect
50
52
github.com/josharian/intern v1.0.0 // indirect
51
53
github.com/json-iterator/go v1.1.12 // indirect
@@ -61,7 +63,7 @@ require (
61
63
github.com/prometheus/procfs v0.15.1 // indirect
62
64
github.com/spf13/cobra v1.8.1 // indirect
63
65
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
65
67
github.com/x448/float16 v0.8.4 // indirect
66
68
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
67
69
go.opentelemetry.io/otel v1.28.0 // indirect
@@ -73,32 +75,32 @@ require (
73
75
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
74
76
go.uber.org/multierr v1.11.0 // indirect
75
77
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
78
80
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
85
87
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
88
90
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
90
93
gopkg.in/inf.v0 v0.9.1 // indirect
91
- gopkg.in/yaml.v2 v2.4.0 // indirect
92
94
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
96
98
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
102
104
sigs.k8s.io/yaml v1.4.0 // indirect
103
105
)
104
106
0 commit comments