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

Merged
merged 1 commit into from
Aug 29, 2023
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 @@ -9,7 +9,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.10.1-0.20230822145124-c4a3ece88804
github.com/networkservicemesh/sdk v0.5.1-0.20230828163119-f96fdf637a63
github.com/networkservicemesh/sdk-sriov v0.0.0-20230828163927-2430f04f7210
github.com/networkservicemesh/sdk-sriov v0.0.0-20230829144925-c1cdd8829c84
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
github.com/spiffe/go-spiffe/v2 v2.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ github.com/networkservicemesh/api v1.10.1-0.20230822145124-c4a3ece88804 h1:RDbdW
github.com/networkservicemesh/api v1.10.1-0.20230822145124-c4a3ece88804/go.mod h1:DO7D13Y4x/A8tQ2cQyUWa9o5wi7XHUB8+vITWRKreCc=
github.com/networkservicemesh/sdk v0.5.1-0.20230828163119-f96fdf637a63 h1:WI2NZNFyTne/bndGuH92zf2Eqy+pW4i5TKMRrVr2CC8=
github.com/networkservicemesh/sdk v0.5.1-0.20230828163119-f96fdf637a63/go.mod h1:WrQdP/NEx+2knCVIL0X/dlAkg4y/RFvcXBhRwcz5M2Q=
github.com/networkservicemesh/sdk-sriov v0.0.0-20230828163927-2430f04f7210 h1:vdnfIHs2dJGyrVR4A1S+rCF33mMsR9aJe7egfLeZhq8=
github.com/networkservicemesh/sdk-sriov v0.0.0-20230828163927-2430f04f7210/go.mod h1:CwAk9NpO6khM7EBQO009p6C9WsNLlm+9xaAtpb7vH4I=
github.com/networkservicemesh/sdk-sriov v0.0.0-20230829144925-c1cdd8829c84 h1:Y8jG1fl0r6CjtSRtZLkiqpi9j3cDGV3E7XpFUh2Z6wc=
github.com/networkservicemesh/sdk-sriov v0.0.0-20230829144925-c1cdd8829c84/go.mod h1:Dgzeu1om3SHJj+MJmfcSt17Ftefou4UijJkxSbhe+Pc=
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