File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ module github.com/validator-labs/validator-plugin-network
3
3
go 1.23.6
4
4
5
5
require (
6
- github.com/go-logr/logr v1.4.2
7
- github.com/onsi/ginkgo/v2 v2.22.2
8
- github.com/onsi/gomega v1.36 .2
9
- github.com/stretchr/testify v1.10.0
6
+ github.com/go-logr/logr v1.4.3
7
+ github.com/onsi/ginkgo/v2 v2.25.1
8
+ github.com/onsi/gomega v1.38 .2
9
+ github.com/stretchr/testify v1.11.1
10
10
github.com/validator-labs/validator v0.1.16
11
- k8s.io/api v0.32.2
12
- k8s.io/apimachinery v0.32.2
13
- k8s.io/client-go v0.32.2
14
- sigs.k8s.io/cluster-api v1.9.5
15
- sigs.k8s.io/controller-runtime v0.20.2
11
+ k8s.io/api v0.34.0
12
+ k8s.io/apimachinery v0.34.0
13
+ k8s.io/client-go v0.34.0
14
+ sigs.k8s.io/cluster-api v1.11.0
15
+ sigs.k8s.io/controller-runtime v0.22.0
16
16
)
17
17
18
18
require (
You can’t perform that action at this time.
0 commit comments