Bump k8s.io/apimachinery in /images/ext-auth-example-authsvc/rootfs
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.31.3 to 0.32.0. - [Commits](https://github.com/kubernetes/apimachinery/compare/v0.31.3...v0.32.0)
This commit is contained in:
parent
2849be2547
commit
0e84eb95e2
2 changed files with 3 additions and 3 deletions
|
@ -2,6 +2,6 @@ module example.com/authsvc
|
|||
|
||||
go 1.23.4
|
||||
|
||||
require k8s.io/apimachinery v0.31.3
|
||||
require k8s.io/apimachinery v0.32.0
|
||||
|
||||
require github.com/google/uuid v1.6.0 // indirect
|
||||
|
|
|
@ -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.31.3 h1:6l0WhcYgasZ/wk9ktLq5vLaoXJJr5ts6lkaQzgeYPq4=
|
||||
k8s.io/apimachinery v0.31.3/go.mod h1:rsPdaZJfTfLsNJSQzNHQvYoTmxhoOEofxtOsF3rtsMo=
|
||||
k8s.io/apimachinery v0.32.0 h1:cFSE7N3rmEEtv4ei5X6DaJPHHX0C+upp+v5lVPiEwpg=
|
||||
k8s.io/apimachinery v0.32.0/go.mod h1:GpHVgxoKlTxClKcteaeuF1Ul/lDVb74KpZcxcmLDElE=
|
||||
|
|
Loading…
Reference in a new issue