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 #797

Merged
merged 3 commits into from
Dec 9, 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.14.2-0.20241114102931-df7655523954
github.com/networkservicemesh/sdk v0.5.1-0.20241209100421-a3673d415f18
github.com/networkservicemesh/sdk-k8s v0.0.0-20241209101017-c819d12e9ed0
github.com/networkservicemesh/sdk-sriov v0.0.0-20241204094617-41e8a65e4631
github.com/networkservicemesh/sdk-sriov v0.0.0-20241209101032-32598e5eb17d
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-20241204094203-bb7c671574d8 // indirect
github.com/networkservicemesh/sdk-kernel v0.0.0-20241209100633-7b1fd8465669 // 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 @@ -131,10 +131,10 @@ github.com/networkservicemesh/sdk v0.5.1-0.20241209100421-a3673d415f18 h1:7LRVwu
github.com/networkservicemesh/sdk v0.5.1-0.20241209100421-a3673d415f18/go.mod h1:kzFzOmeDtM7Ods/wWWleK1N8C2UW68kzQCVIpf235W8=
github.com/networkservicemesh/sdk-k8s v0.0.0-20241209101017-c819d12e9ed0 h1:YwPXQusDn/hz2qSdbcMZGapjAk3aBFEgDSSrkSutqhM=
github.com/networkservicemesh/sdk-k8s v0.0.0-20241209101017-c819d12e9ed0/go.mod h1:YuKiLoZCoC0F2ZcfQu814nHx2wQIENkzWyVfAAPolMw=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241204094203-bb7c671574d8 h1:xXGx9DbypI2MH6/p1PmT2nMmofaYQ6kOSCEn5TV9Q3s=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241204094203-bb7c671574d8/go.mod h1:9n6eebfr6pFrea08hX9ltcMhthBaMrKSrfUHR4PfsNI=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241204094617-41e8a65e4631 h1:BXm5FleAoVbL9/8K4Ft2d+ItbB3yq9Cizofo2Av8P+8=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241204094617-41e8a65e4631/go.mod h1:749dJX0gYubm4/wlE/HPik7dWbQGq99140V12cd32Cg=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241209100633-7b1fd8465669 h1:EjjHVvqIFsSv2otE/A8N5wqTpX2dU6mLSl1+8TIfedo=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241209100633-7b1fd8465669/go.mod h1:pEATsDhAw1qDq6O3ghRTbKnkioYRd4fYl0L4iZUSepo=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241209101032-32598e5eb17d h1:1gsQ9wGwTj+FMBE/bAEoGgI3FQ620wY+E5srje2zkrU=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241209101032-32598e5eb17d/go.mod h1:oisRZcrNIC0PzgYKWhigzPopTwV6UPOHWuch0hjbWFI=
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