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

Merged
merged 1 commit into from
Oct 28, 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
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-20240328101142-8a444680fbba
github.com/networkservicemesh/sdk v0.5.1-0.20241017235226-a17a4feafcc5
github.com/networkservicemesh/sdk-sriov v0.0.0-20241017235807-0fdb36bf0fa8
github.com/networkservicemesh/sdk-vpp v0.0.0-20241017234840-f8b5d51c3971
github.com/networkservicemesh/sdk-vpp v0.0.0-20241028172155-979dc1475440
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ github.com/networkservicemesh/sdk v0.5.1-0.20241017235226-a17a4feafcc5 h1:mv1LmN
github.com/networkservicemesh/sdk v0.5.1-0.20241017235226-a17a4feafcc5/go.mod h1:Mgdq7rKIIsx8UVO/7GMMYve1ukv/bJXPg/28fcdxUFM=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241017235807-0fdb36bf0fa8 h1:Hidi2v2DtTzZnATHCPRsvylhSxDV7Ui6c/IZtZSCj2Y=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241017235807-0fdb36bf0fa8/go.mod h1:4kyLXR703V9pIoF2fyhbaeC8RbpnThmcwh/KLpVtJFM=
github.com/networkservicemesh/sdk-vpp v0.0.0-20241017234840-f8b5d51c3971 h1:hJx+1tsLZps9PzBvnu5Neloi10l9yIWowAR+7EOpY/s=
github.com/networkservicemesh/sdk-vpp v0.0.0-20241017234840-f8b5d51c3971/go.mod h1:M5yHODQ9tl1s1Sd+zGizoofzQkcznY4kUojW/HmYNmo=
github.com/networkservicemesh/sdk-vpp v0.0.0-20241028172155-979dc1475440 h1:q4tS2P/Cv9l5UeRRxiUIUk33btirOxgAFOWyUeX9slY=
github.com/networkservicemesh/sdk-vpp v0.0.0-20241028172155-979dc1475440/go.mod h1:mGA4I9OhWhSBzxWKRTWl0BK9NpmPkNFzYpp8bOx10Hg=
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6 h1:o+enN5yCikNXZN+hO+JjE+aLxBWq9+GMVF9GSQtpwMI=
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6/go.mod h1:n6+8PnoDvWj6WMryfU3J8HOCusgysFjQ0kGLfrcsDEM=
github.com/onsi/gomega v1.30.0 h1:hvMK7xYz4D3HapigLTeGdId/NcfQx1VHMJc60ew99+8=
Expand Down
Loading