Skip to content

Commit

Permalink
Update go.mod and go.sum to latest version from networkservicemesh/sd…
Browse files Browse the repository at this point in the history
…k-vpp@main

PR link: networkservicemesh/sdk-vpp#704

Commit: ecbdb74
Author: Artem Glazychev
Date: 2023-03-24 05:30:00 +0700
Message:
  - Set Rx/TxFrameSize for af_packet interface (#704)
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Mar 23, 2023
1 parent 62f9f74 commit c38d1ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/networkservicemesh/sdk v0.5.1-0.20230317102643-1c6df670c572
github.com/networkservicemesh/sdk-k8s v0.0.0-20230228155325-de8f56707cac
github.com/networkservicemesh/sdk-sriov v0.0.0-20230320092722-36a5723a3ae4
github.com/networkservicemesh/sdk-vpp v0.0.0-20230317103427-f6f943e7d5cb
github.com/networkservicemesh/sdk-vpp v0.0.0-20230323223000-ecbdb741b0d1
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
github.com/spiffe/go-spiffe/v2 v2.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ github.com/networkservicemesh/sdk-kernel v0.0.0-20230317105801-40f70dd459ec h1:Z
github.com/networkservicemesh/sdk-kernel v0.0.0-20230317105801-40f70dd459ec/go.mod h1:Uc7LrT80tlQ1hX7BvGmGYmAJSotIEWmj4nGb8p52Woc=
github.com/networkservicemesh/sdk-sriov v0.0.0-20230320092722-36a5723a3ae4 h1:OjK4qUxkORrlzFbZKNeS2rpg0LX7O6w2YC329kZo9LI=
github.com/networkservicemesh/sdk-sriov v0.0.0-20230320092722-36a5723a3ae4/go.mod h1:NxozMqdiSHEZdF+uVTBuL7ykVbRPU7q7QCFyo5x1t/Q=
github.com/networkservicemesh/sdk-vpp v0.0.0-20230317103427-f6f943e7d5cb h1:EweKOA8x/aFAFPvUCOJK4z4dGiZyyGOunr85j+Z6cyI=
github.com/networkservicemesh/sdk-vpp v0.0.0-20230317103427-f6f943e7d5cb/go.mod h1:8DxTdZt1yn6BVlzPZkUfiCICkEEjFRRT758L8jv6jmA=
github.com/networkservicemesh/sdk-vpp v0.0.0-20230323223000-ecbdb741b0d1 h1:1BY86bNd1yI6ub7TZB/nB3e5ESCxDPHW6aLv9/pGTnU=
github.com/networkservicemesh/sdk-vpp v0.0.0-20230323223000-ecbdb741b0d1/go.mod h1:pwTLtxplScgiqeWzPekQhnkSzIl1MJ9zq1s0lYHx1CQ=
github.com/onsi/ginkgo v1.8.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/gomega v1.1.0 h1:e3YP4dN/HYPpGh29X1ZkcxcEICsOls9huyVCRBaxjq8=
github.com/onsi/gomega v1.1.0/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA=
Expand Down

0 comments on commit c38d1ed

Please sign in to comment.