There was an error while loading. Please reload this page.
1 parent d0d7da4 commit 163efc8Copy full SHA for 163efc8
1 file changed
go.mod
@@ -3,16 +3,16 @@ module github.com/validator-labs/validator-plugin-network
3
go 1.23.6
4
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
+ github.com/go-logr/logr v1.4.4
+ github.com/onsi/ginkgo/v2 v2.32.1
+ github.com/onsi/gomega v1.43.0
+ github.com/stretchr/testify v1.12.1
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
+ k8s.io/apimachinery v0.37.0
+ k8s.io/client-go v0.37.0
+ sigs.k8s.io/cluster-api v1.14.1
+ sigs.k8s.io/controller-runtime v0.24.1
16
)
17
18
0 commit comments