Skip to content

Bump the k8s-dependencies group with 1 update #1655

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ require (
k8s.io/cloud-provider v0.24.1
k8s.io/component-base v0.24.1
k8s.io/klog/v2 v2.120.1
k8s.io/mount-utils v0.30.0-beta.0
k8s.io/mount-utils v0.31.0-alpha.0
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
sigs.k8s.io/boskos v0.0.0-20220711194915-6cb8a6fb2dd1
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3340,8 +3340,8 @@ k8s.io/kubernetes v1.14.7/go.mod h1:ocZa8+6APFNC2tX1DZASIbocyYT5jHzqFVsY5aoB7Jk=
k8s.io/legacy-cloud-providers v0.17.0/go.mod h1:DdzaepJ3RtRy+e5YhNtrCYwlgyK87j/5+Yfp0L9Syp8=
k8s.io/legacy-cloud-providers v0.17.4/go.mod h1:FikRNoD64ECjkxO36gkDgJeiQWwyZTuBkhu+yxOc1Js=
k8s.io/metrics v0.17.2/go.mod h1:3TkNHET4ROd+NfzNxkjoVfQ0Ob4iZnaHmSEA4vYpwLw=
k8s.io/mount-utils v0.30.0-beta.0 h1:jI6k/pyX/CSeRyCc7WmyUXBpqFzdyXFUHL6rBAlInrw=
k8s.io/mount-utils v0.30.0-beta.0/go.mod h1:1K+vUZawfJ5mxp34eVzVcI/xSkbJ7EYAypDHyeQFHMc=
k8s.io/mount-utils v0.31.0-alpha.0 h1:IuJ9wm6gtAyoX/19S+T1aIMgS8RzUQvJSyowDJdVZp0=
k8s.io/mount-utils v0.31.0-alpha.0/go.mod h1:1K+vUZawfJ5mxp34eVzVcI/xSkbJ7EYAypDHyeQFHMc=
k8s.io/test-infra v0.0.0-20181019233642-2e10a0bbe9b3/go.mod h1:2NzXB13Ji0nqpyublHeiPC4FZwU0TknfvyaaNfl/BTA=
k8s.io/test-infra v0.0.0-20191212060232-70b0b49fe247/go.mod h1:d8SKryJBXAwfCFVL4wieRez47J2NOOAb9d029sWLseQ=
k8s.io/test-infra v0.0.0-20200407001919-bc7f71ef65b8/go.mod h1:/WpJWcaDvuykB322WXP4kJbX8IpalOzuPxA62GpwkJk=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ k8s.io/kube-openapi/pkg/schemamutation
k8s.io/kube-openapi/pkg/spec3
k8s.io/kube-openapi/pkg/util/proto
k8s.io/kube-openapi/pkg/validation/spec
# k8s.io/mount-utils v0.30.0-beta.0
# k8s.io/mount-utils v0.31.0-alpha.0
## explicit; go 1.22
k8s.io/mount-utils
# k8s.io/test-infra v0.0.0-20210730160938-8ad9b8c53bd8
Expand Down