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

Merged
merged 1 commit into from
Sep 14, 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 @@ -17,7 +17,7 @@ require (
github.com/networkservicemesh/sdk v0.5.1-0.20230828163119-f96fdf637a63
github.com/networkservicemesh/sdk-k8s v0.0.0-20230802052926-7e6b96695a1a
github.com/networkservicemesh/sdk-sriov v0.0.0-20230801095340-7452850dc144
github.com/networkservicemesh/sdk-vpp v0.0.0-20230904082310-8a9c97efea32
github.com/networkservicemesh/sdk-vpp v0.0.0-20230914151041-68f99e393252
github.com/networkservicemesh/vpphelper v0.0.0-20230901145133-a14aecebd1cb
github.com/pkg/errors v0.9.1
github.com/safchain/ethtool v0.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ github.com/networkservicemesh/sdk-kernel v0.0.0-20230829144358-77e8a631e818 h1:6
github.com/networkservicemesh/sdk-kernel v0.0.0-20230829144358-77e8a631e818/go.mod h1:5INtH34Tgf9m7jJ22HI9OWptZOrG9h2eS38bavLQ2Hk=
github.com/networkservicemesh/sdk-sriov v0.0.0-20230801095340-7452850dc144 h1:MjNd4Ka67lit27b4JgINUC7Ctp95V5pi5Q0l8Uyq/Yc=
github.com/networkservicemesh/sdk-sriov v0.0.0-20230801095340-7452850dc144/go.mod h1:Jt36ORe1BNDR5hQOvrfcGI/Puc5875raB1ciNQlh+TA=
github.com/networkservicemesh/sdk-vpp v0.0.0-20230904082310-8a9c97efea32 h1:kHU3f20PTPM8ffu7bfhpX/Pe9pQemhTH6WoiFq4K27g=
github.com/networkservicemesh/sdk-vpp v0.0.0-20230904082310-8a9c97efea32/go.mod h1:g+fjOJy8PgsFUm9JkXkqM4hHOfW7c83Gb3podRyDyok=
github.com/networkservicemesh/sdk-vpp v0.0.0-20230914151041-68f99e393252 h1:2aytLQ8rRpjopWW3CNMoBYMruQ+gwk3PGnSE/CplESI=
github.com/networkservicemesh/sdk-vpp v0.0.0-20230914151041-68f99e393252/go.mod h1:F4wMvh1LhJKR24AZ/MWVguxsZJqIQpdeypYVebw6FI0=
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