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-vpp #355

Merged
merged 1 commit into from
Oct 2, 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 @@ -11,7 +11,7 @@ require (
github.com/networkservicemesh/govpp v0.0.0-20230922102554-a46e6ced9b14
github.com/networkservicemesh/sdk v0.5.1-0.20230928095228-256d2ccfaf72
github.com/networkservicemesh/sdk-sriov v0.0.0-20230929002856-2d7f41c3efd8
github.com/networkservicemesh/sdk-vpp v0.0.0-20230928100050-57791c4f556c
github.com/networkservicemesh/sdk-vpp v0.0.0-20231002094153-f8ca43cd0dc5
github.com/networkservicemesh/vpphelper v0.0.0-20230901145133-a14aecebd1cb
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ github.com/networkservicemesh/sdk v0.5.1-0.20230928095228-256d2ccfaf72 h1:kHxDNU
github.com/networkservicemesh/sdk v0.5.1-0.20230928095228-256d2ccfaf72/go.mod h1:KzbOZkk84r6KMNESKb50DpIWqxqCA88Mb+2jFrAdBJs=
github.com/networkservicemesh/sdk-sriov v0.0.0-20230929002856-2d7f41c3efd8 h1:Na5HB/PfpJDZcLeHcW5qrhBqrIHPear1l51WKi4PnTU=
github.com/networkservicemesh/sdk-sriov v0.0.0-20230929002856-2d7f41c3efd8/go.mod h1:BhePPRtgcvgDhHxwPaOcKmXljQc0DHHJnX3K7tZIrxQ=
github.com/networkservicemesh/sdk-vpp v0.0.0-20230928100050-57791c4f556c h1:LXyNO03nHCqLUN16OwtV756+Tw/wUeJ/V270f9zWDfA=
github.com/networkservicemesh/sdk-vpp v0.0.0-20230928100050-57791c4f556c/go.mod h1:JEg5HYBjhstUsMMEyV5at31khNI1gxtyuV6qZTrx9pI=
github.com/networkservicemesh/sdk-vpp v0.0.0-20231002094153-f8ca43cd0dc5 h1:Y4aUxnINCM186kebCHKAM4UDC0QaU+Qml+eH/hNFUzo=
github.com/networkservicemesh/sdk-vpp v0.0.0-20231002094153-f8ca43cd0dc5/go.mod h1:JEg5HYBjhstUsMMEyV5at31khNI1gxtyuV6qZTrx9pI=
github.com/networkservicemesh/vpphelper v0.0.0-20230901145133-a14aecebd1cb h1:SETtZ12eYPkUGafW1DwGb8kSOR8O4OniSuZnqn2bOOw=
github.com/networkservicemesh/vpphelper v0.0.0-20230901145133-a14aecebd1cb/go.mod h1:gHuTaUs1uFvyOY0Cy9DXvyAR2MtwmlPD2NTyYfr6kLc=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
Expand Down
Loading