File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
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
6
+ github.com/go-logr/logr v1.4.3
7
+ github.com/onsi/ginkgo/v2 v2.24.0
8
+ github.com/onsi/gomega v1.38.0
9
9
github.com/stretchr/testify v1.10.0
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.33.4
12
+ k8s.io/apimachinery v0.33.4
13
+ k8s.io/client-go v0.33.4
14
+ sigs.k8s.io/cluster-api v1.11.0
15
+ sigs.k8s.io/controller-runtime v0.21.0
16
16
)
17
17
18
18
require (
You can’t perform that action at this time.
0 commit comments