Skip to content
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

Update from update/networkservicemesh/sdk-sriov #769

Merged
merged 3 commits into from
Sep 24, 2024
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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/networkservicemesh/api v1.13.4-0.20240815101554-fdbfcd84fd0e
github.com/networkservicemesh/sdk v0.5.1-0.20240924102151-052aded773f1
github.com/networkservicemesh/sdk-k8s v0.0.0-20240924102635-9c87849317c5
github.com/networkservicemesh/sdk-sriov v0.0.0-20240820090712-5e0c0b17cf3f
github.com/networkservicemesh/sdk-sriov v0.0.0-20240924102736-58bee66193fc
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
github.com/spiffe/go-spiffe/v2 v2.1.7
Expand Down Expand Up @@ -44,7 +44,7 @@ require (
github.com/google/uuid v1.3.1 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/networkservicemesh/sdk-kernel v0.0.0-20240820090342-573b7f288d21 // indirect
github.com/networkservicemesh/sdk-kernel v0.0.0-20240924102357-64055174938d // indirect
github.com/open-policy-agent/opa v0.44.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v1.17.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ github.com/networkservicemesh/sdk v0.5.1-0.20240924102151-052aded773f1 h1:nEKnI5
github.com/networkservicemesh/sdk v0.5.1-0.20240924102151-052aded773f1/go.mod h1:nz2VJ3l/UDvsEusdIZf7OMxC7zLrRCV1PuziPjxJeVE=
github.com/networkservicemesh/sdk-k8s v0.0.0-20240924102635-9c87849317c5 h1:P/z6hQogpaXStQBx+xpg6JSKTN4/KcU/AVVnqaHL54s=
github.com/networkservicemesh/sdk-k8s v0.0.0-20240924102635-9c87849317c5/go.mod h1:HdOEf2lKD8DMxav6Pv2a0AJ3+2tDH3PzRhLt13KUCH4=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240820090342-573b7f288d21 h1:RPlVBQr3jFtbWc7dTZLLVgZkwPwnqduHgXtLVt4LM6k=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240820090342-573b7f288d21/go.mod h1:elW4+KUjWtfWk5W/pFVX7zVMoqvIinSmAJN7Cu3e9CU=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240820090712-5e0c0b17cf3f h1:s4LjkJUpraxrphQhzOxkfB98aD7v7tiFUcgdM/z9Klg=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240820090712-5e0c0b17cf3f/go.mod h1:AkXaMezzbe6El6AJPPSd0E9BnckOmwDCnNOp9sfJABM=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240924102357-64055174938d h1:lDadIjYvvk+0dO4U7qk6spFz8E2lqcs4Oa6PkVKQSBk=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240924102357-64055174938d/go.mod h1:ul2ao883TfRxTozKWgT8cB9YHSh/JTLms9DmWUsN5Ik=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240924102736-58bee66193fc h1:u8w6+BJBkpz00N724tEZGLLgl8T6ohe/tpRZNofre7c=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240924102736-58bee66193fc/go.mod h1:X6AU5k6UTMzVbXg7fydv+GEaQGgE06fkmG/INIDzHmw=
github.com/open-policy-agent/opa v0.44.0 h1:sEZthsrWBqIN+ShTMJ0Hcz6a3GkYsY4FaB2S/ou2hZk=
github.com/open-policy-agent/opa v0.44.0/go.mod h1:YpJaFIk5pq89n/k72c1lVvfvR5uopdJft2tMg1CW/yU=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
Expand Down
Loading