Go: Update dependencies. (#13322)

This commit is contained in:
Marco Ebert 2025-05-02 16:39:57 +02:00 committed by GitHub
parent 996743ea68
commit 5d5861ae6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 63 additions and 75 deletions

View file

@ -2,6 +2,6 @@ module k8s.io/ingress-nginx/ext-auth-example-authsvc
go 1.24.2
require k8s.io/apimachinery v0.32.4
require k8s.io/apimachinery v0.33.0
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.32.4 h1:8EEksaxA7nd7xWJkkwLDN4SvWS5ot9g6Z/VZb3ju25I=
k8s.io/apimachinery v0.32.4/go.mod h1:GpHVgxoKlTxClKcteaeuF1Ul/lDVb74KpZcxcmLDElE=
k8s.io/apimachinery v0.33.0 h1:1a6kHrJxb2hs4t8EE5wuR/WxKDwGN1FKH3JvDtA0CIQ=
k8s.io/apimachinery v0.33.0/go.mod h1:BHW0YOu7n22fFv/JkYOEfkUYNRN0fj0BlvMFWA7b+SM=