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

Merged
merged 1 commit into from
Dec 6, 2022
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 @@ -10,8 +10,8 @@ require (
github.com/golang/protobuf v1.5.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.6.2-0.20221205183940-84c7ff837cdd
github.com/networkservicemesh/sdk v0.5.1-0.20221205080356-9b1b773fbe13
github.com/networkservicemesh/sdk-sriov v0.0.0-20221205082526-61718a751d26
github.com/networkservicemesh/sdk v0.5.1-0.20221206093429-0c3016070fdc
github.com/networkservicemesh/sdk-sriov v0.0.0-20221206095418-5242779e3187
github.com/networkservicemesh/sdk-vpp v0.0.0-20221206092944-1e7ed6b4c321
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,10 @@ github.com/mschoch/smat v0.2.0 h1:8imxQsjDm8yFEAVBe7azKmKSgzSkZXDuKkSq9374khM=
github.com/mschoch/smat v0.2.0/go.mod h1:kc9mz7DoBKqDyiRL7VZN8KvXQMWeTaVnttLRXOlotKw=
github.com/networkservicemesh/api v1.6.2-0.20221205183940-84c7ff837cdd h1:26HR90HrJFZHIPPP3SCLGNRpPCMFoEnSSZfhHH8MPSo=
github.com/networkservicemesh/api v1.6.2-0.20221205183940-84c7ff837cdd/go.mod h1:hOF2844BSstH1311oDMDgqqXS+kdc77htZNPRKl9mf8=
github.com/networkservicemesh/sdk v0.5.1-0.20221205080356-9b1b773fbe13 h1:3iLQtkr1VoEwzDK2LemlTDtIGe8nyroDKD86FOtreYc=
github.com/networkservicemesh/sdk v0.5.1-0.20221205080356-9b1b773fbe13/go.mod h1:KlA3LQ3lLDnV9Y1C3jOTX3GeOXdmk2oL6oPYz2slA88=
github.com/networkservicemesh/sdk-sriov v0.0.0-20221205082526-61718a751d26 h1:n2XHW1jHaPa73irsE9pjkHB1+6sVyYd6EHKG/I1exOE=
github.com/networkservicemesh/sdk-sriov v0.0.0-20221205082526-61718a751d26/go.mod h1:kxCqwpBYzrfjUDpQtItaowjRwAkaa8WNHRs5pg2y4vg=
github.com/networkservicemesh/sdk v0.5.1-0.20221206093429-0c3016070fdc h1:HeWsKbKvdw1vk0/ulxnGUfZ+np23MOOWKoAgSxiNa04=
github.com/networkservicemesh/sdk v0.5.1-0.20221206093429-0c3016070fdc/go.mod h1:zEYFbCVXGlTT5f0x6sx8XtL2GazkYBpCoEpooxkz2vE=
github.com/networkservicemesh/sdk-sriov v0.0.0-20221206095418-5242779e3187 h1:V/QQuOJacEO9CUXroOlg8lWmfZ1+1os2DNVmiTPIj1E=
github.com/networkservicemesh/sdk-sriov v0.0.0-20221206095418-5242779e3187/go.mod h1:n/s/iWUbAXzeLCq9DJyvnvc4VFDZnCy+EZtJhKBhXls=
github.com/networkservicemesh/sdk-vpp v0.0.0-20221206092944-1e7ed6b4c321 h1:fMiZHtERt84P9wJkhJeOqkixK64gFuoRIFUGM5mn4Gk=
github.com/networkservicemesh/sdk-vpp v0.0.0-20221206092944-1e7ed6b4c321/go.mod h1:87yFmsJzhziSxAOTml7TiEdY44fwFRp6XnsjY8IlHkc=
github.com/onsi/ginkgo v1.8.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
Expand Down