Skip to content

Commit

Permalink
Merge pull request #124802 from seantywork/automated-cherry-pick-of-#…
Browse files Browse the repository at this point in the history
…124662-upstream-release-1.30

Automated cherry pick of #124662: Updated & added visibility to apiserver x509 test

Kubernetes-commit: a7f95d39e0a036e0083003664ae4164919dd11ad
  • Loading branch information
k8s-publishing-bot committed May 21, 2024
1 parent 1ce5268 commit a30c80f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ require (
google.golang.org/protobuf v1.33.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gopkg.in/square/go-jose.v2 v2.6.0
k8s.io/api v0.0.0-20240405200954-d014286182f6
k8s.io/api v0.0.0-20240510083903-0fd470c38104
k8s.io/apimachinery v0.0.0-20240405200823-37988e577e16
k8s.io/client-go v0.0.0-20240405201205-2df4de16d44f
k8s.io/client-go v0.0.0-20240510085155-4e1652b143b3
k8s.io/component-base v0.0.0-20240405201845-0ac84ef15102
k8s.io/klog/v2 v2.120.1
k8s.io/kms v0.0.0-20240405202036-6673ad0cfb8f
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -381,12 +381,12 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
k8s.io/api v0.0.0-20240405200954-d014286182f6 h1:D+8jSRFaZCyBrxoU33jNMTIXrTLHt6/WSsfRXttR384=
k8s.io/api v0.0.0-20240405200954-d014286182f6/go.mod h1:72LmHV9KJWB464cJMYgnWZqh3GiKgX70hjmgoYjR67Y=
k8s.io/api v0.0.0-20240510083903-0fd470c38104 h1:CsFjvCQX86vxV6SVLgl1dVWNAGzdR3vaziQchmYNnXo=
k8s.io/api v0.0.0-20240510083903-0fd470c38104/go.mod h1:72LmHV9KJWB464cJMYgnWZqh3GiKgX70hjmgoYjR67Y=
k8s.io/apimachinery v0.0.0-20240405200823-37988e577e16 h1:GjoXk5Gb8LqhZJjGbYOqIw8JbuDJZv9MKd94i2DXzg8=
k8s.io/apimachinery v0.0.0-20240405200823-37988e577e16/go.mod h1:iexa2somDaxdnj7bha06bhb43Zpa6eWH8N8dbqVjTUc=
k8s.io/client-go v0.0.0-20240405201205-2df4de16d44f h1:Db7qKhB5C0hFLkG/JIiSMJJo9nYgl3M0oLfA+87MgUE=
k8s.io/client-go v0.0.0-20240405201205-2df4de16d44f/go.mod h1:b74WgxBhDtN8IQcRO+B6p2Lyt/XBiJNBaROf1gEuAlg=
k8s.io/client-go v0.0.0-20240510085155-4e1652b143b3 h1:3QobH/DptkfvbDtWgUzxCwbuoGRL8WzlJyrCx1NNU7w=
k8s.io/client-go v0.0.0-20240510085155-4e1652b143b3/go.mod h1:lvbxFeJeLdTXhYLUuaGD2ptt/R+9cCQ8FZvnmF+OBaM=
k8s.io/component-base v0.0.0-20240405201845-0ac84ef15102 h1:0cfcZldzLbU9OCTNggwWSvwbmpfndqVA5FpzAdv2PZM=
k8s.io/component-base v0.0.0-20240405201845-0ac84ef15102/go.mod h1:OrSEiAhqqeoSGHJ4Crsw944Vq0tZpH2V7ULhDnF1ymg=
k8s.io/klog/v2 v2.120.1 h1:QXU6cPEOIslTGvZaXvFWiP9VKyeet3sawzTOvdXb4Vw=
Expand Down

0 comments on commit a30c80f

Please sign in to comment.