-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat: migrate dependencies to monorepo #23
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Mateusz Urbanek <mateusz.urbanek.98@gmail.com>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: shanduur The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -7,8 +7,7 @@ require ( | |||
github.com/stretchr/testify v1.10.0 | |||
google.golang.org/grpc v1.69.4 | |||
k8s.io/klog/v2 v2.130.1 | |||
sigs.k8s.io/container-object-storage-interface-provisioner-sidecar v0.1.0 | |||
sigs.k8s.io/container-object-storage-interface-spec v0.1.0 | |||
sigs.k8s.io/container-object-storage-interface/proto v0.0.0-20250206225355-a70bf1119f7d |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to merge this only after we do a proto
release.
/hold |
As a result of kubernetes-sigs/container-object-storage-interface#12, I am migrating the dependencies, and dropping dependency on sidecar module.