File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010 github.com/testcontainers/testcontainers-go v0.37.0
1111 github.com/testcontainers/testcontainers-go/modules/postgres v0.37.0
1212 github.com/testcontainers/testcontainers-go/modules/vault v0.37.0
13- k8s.io/api v0.33.2
13+ k8s.io/api v0.33.3
1414)
1515
1616require (
@@ -100,7 +100,7 @@ require (
100100 google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
101101 gopkg.in/inf.v0 v0.9.1 // indirect
102102 gopkg.in/yaml.v3 v3.0.1 // indirect
103- k8s.io/apimachinery v0.33.2 // indirect
103+ k8s.io/apimachinery v0.33.3 // indirect
104104 k8s.io/klog/v2 v2.130.1 // indirect
105105 k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
106106 sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
Original file line number Diff line number Diff line change @@ -444,10 +444,10 @@ gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
444444gotest.tools/v3 v3.5.2 h1:7koQfIKdy+I8UTetycgUqXWSDwpgv193Ka+qRsmBY8Q =
445445gotest.tools/v3 v3.5.2 /go.mod h1:LtdLGcnqToBH83WByAAi/wiwSFCArdFIUV/xxN4pcjA =
446446honnef.co/go/tools v0.0.1-2019.2.3 /go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg =
447- k8s.io/api v0.33.2 h1:YgwIS5jKfA+BZg//OQhkJNIfie/kmRsO0BmNaVSimvY =
448- k8s.io/api v0.33.2 /go.mod h1:fhrbphQJSM2cXzCWgqU29xLDuks4mu7ti9vveEnpSXs =
449- k8s.io/apimachinery v0.33.2 h1:IHFVhqg59mb8PJWTLi8m1mAoepkUNYmptHsV+Z1m5jY =
450- k8s.io/apimachinery v0.33.2 /go.mod h1:BHW0YOu7n22fFv/JkYOEfkUYNRN0fj0BlvMFWA7b+SM =
447+ k8s.io/api v0.33.3 h1:SRd5t//hhkI1buzxb288fy2xvjubstenEKL9K51KBI8 =
448+ k8s.io/api v0.33.3 /go.mod h1:01Y/iLUjNBM3TAvypct7DIj0M0NIZc+PzAHCIo0CYGE =
449+ k8s.io/apimachinery v0.33.3 h1:4ZSrmNa0c/ZpZJhAgRdcsFcZOw1PQU1bALVQ0B3I5LA =
450+ k8s.io/apimachinery v0.33.3 /go.mod h1:BHW0YOu7n22fFv/JkYOEfkUYNRN0fj0BlvMFWA7b+SM =
451451k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk =
452452k8s.io/klog/v2 v2.130.1 /go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE =
453453k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 h1:hwvWFiBzdWw1FhfY1FooPn3kzWuJ8tmbZBHi4zVsl1Y =
You can’t perform that action at this time.
0 commit comments