We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff7403c commit 3b455d7Copy full SHA for 3b455d7
go.mod
@@ -13,8 +13,8 @@ require (
13
github.com/testcontainers/testcontainers-go v0.35.0
14
go.mongodb.org/atlas v0.38.0
15
go.mongodb.org/mongo-driver v1.17.3
16
- k8s.io/api v0.31.3
17
- k8s.io/apimachinery v0.31.4
+ k8s.io/api v0.35.0
+ k8s.io/apimachinery v0.35.0
18
k8s.io/client-go v0.31.3
19
sigs.k8s.io/controller-runtime v0.19.4
20
)
0 commit comments