Skip to content
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 @@ -20,7 +20,7 @@ require (
github.com/networkservicemesh/sdk-k8s v0.0.0-20250424142000-b8ff45fb86c2
github.com/networkservicemesh/sdk-kernel v0.0.0-20250401065746-7508fae33014
github.com/networkservicemesh/sdk-sriov v0.0.0-20250401070119-6515cc688532
github.com/networkservicemesh/sdk-vpp v0.0.0-20250407140505-c9d52757b585
github.com/networkservicemesh/sdk-vpp v0.0.0-20250425130732-b1f2d48db957
github.com/networkservicemesh/vpphelper v0.0.0-20250204173511-c366e1dc63af
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 @@ -160,8 +160,8 @@ github.com/networkservicemesh/sdk-kernel v0.0.0-20250401065746-7508fae33014 h1:U
github.com/networkservicemesh/sdk-kernel v0.0.0-20250401065746-7508fae33014/go.mod h1:98uVdZg2h69XLa7yx5gwjTPKOXx5bjUrDPKK5PwvIGI=
github.com/networkservicemesh/sdk-sriov v0.0.0-20250401070119-6515cc688532 h1:/KEom5co8Z/u2Weey1Dkx2hlNCbWlCkCYj18W54W578=
github.com/networkservicemesh/sdk-sriov v0.0.0-20250401070119-6515cc688532/go.mod h1:UjBL+F1fm8EolXEY7g8TXMHpYWUaTH6nAfPIRc04hXg=
github.com/networkservicemesh/sdk-vpp v0.0.0-20250407140505-c9d52757b585 h1:VQ4SMIFqL52GcOv4GEnFO5VxUMDMdGbjzMG0z4OtfOo=
github.com/networkservicemesh/sdk-vpp v0.0.0-20250407140505-c9d52757b585/go.mod h1:xO8dHSkYD8d2lFNIMZV0df36o9CYq6A13oBvBO3FbXI=
github.com/networkservicemesh/sdk-vpp v0.0.0-20250425130732-b1f2d48db957 h1:ZHtR7pXl1RqgsyunUmqps+GwgH/L1aZ2ahqKnZxLvxE=
github.com/networkservicemesh/sdk-vpp v0.0.0-20250425130732-b1f2d48db957/go.mod h1:xO8dHSkYD8d2lFNIMZV0df36o9CYq6A13oBvBO3FbXI=
github.com/networkservicemesh/vpphelper v0.0.0-20250204173511-c366e1dc63af h1:xH1C+JjlmM+bFYWczOUaf/QSZAVe4yxGnnals0w1X70=
github.com/networkservicemesh/vpphelper v0.0.0-20250204173511-c366e1dc63af/go.mod h1:JviwOwtnUIiMG0FJ94rwWjd2wDjqa/vvmXsmxNHQVxY=
github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk=
Expand Down
Loading