Go: Update dependencies. (#13543)

This commit is contained in:
Marco Ebert 2025-06-23 11:58:54 +02:00 committed by GitHub
parent dd22f7412b
commit 86f94ed342
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 51 additions and 51 deletions

View file

@ -2,6 +2,6 @@ module k8s.io/ingress-nginx/ext-auth-example-authsvc
go 1.24.4
require k8s.io/apimachinery v0.33.1
require k8s.io/apimachinery v0.33.2
require github.com/google/uuid v1.6.0 // indirect

View file

@ -1,4 +1,4 @@
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
k8s.io/apimachinery v0.33.1 h1:mzqXWV8tW9Rw4VeW9rEkqvnxj59k1ezDUl20tFK/oM4=
k8s.io/apimachinery v0.33.1/go.mod h1:BHW0YOu7n22fFv/JkYOEfkUYNRN0fj0BlvMFWA7b+SM=
k8s.io/apimachinery v0.33.2 h1:IHFVhqg59mb8PJWTLi8m1mAoepkUNYmptHsV+Z1m5jY=
k8s.io/apimachinery v0.33.2/go.mod h1:BHW0YOu7n22fFv/JkYOEfkUYNRN0fj0BlvMFWA7b+SM=