We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d7da4 commit 1ce9ba5Copy full SHA for 1ce9ba5
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.3
+ github.com/onsi/ginkgo/v2 v2.27.1
+ github.com/onsi/gomega v1.38.2
+ github.com/stretchr/testify v1.11.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/api v0.34.1
+ k8s.io/apimachinery v0.34.1
+ k8s.io/client-go v0.34.1
+ sigs.k8s.io/cluster-api v1.11.2
+ sigs.k8s.io/controller-runtime v0.22.3
16
)
17
18
0 commit comments