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

Commit: 10353b8
Author: Laszlo Kiraly
Date: 2022-03-14 16:01:53 +0100
Message:
  - Set the same MTU for the NSC internal interface as the base interface has (#515)
Closes: #514
Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Mar 14, 2022
1 parent f9bb28e commit c83fb2c
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 @@ -9,7 +9,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.1.2-0.20220119092736-21eda250c390
github.com/networkservicemesh/sdk v0.5.1-0.20220314130317-113c4e40ec68
github.com/networkservicemesh/sdk-vpp v0.0.0-20220314143122-79250f43b3ed
github.com/networkservicemesh/sdk-vpp v0.0.0-20220314150153-10353b8bbd3b
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/spiffe/go-spiffe/v2 v2.0.0-beta.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ github.com/networkservicemesh/sdk v0.5.1-0.20220314130317-113c4e40ec68 h1:r9p8aQ
github.com/networkservicemesh/sdk v0.5.1-0.20220314130317-113c4e40ec68/go.mod h1:Rycd5aXcPvKFl9QdyVi/CWE6PSefTgVnLxPRklihe/A=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220314131213-5c1d24b82c2b h1:553z3sFEcCYncStuT9XFXKXr9TfGCl44hR3qS0QIfpQ=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220314131213-5c1d24b82c2b/go.mod h1:hfmiu8QnATpZWNrOaBm05i9e6uwao7KBF7EY0jBcv8k=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220314143122-79250f43b3ed h1:qDk/vZ0kLbIheLUzxNNtvJ7sCr7SpMXvW9wxSF2cw/4=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220314143122-79250f43b3ed/go.mod h1:wTnrUXLl9VJwfDAzkyIumPHPRaQ/FF+rhgA7s3Tj2M4=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220314150153-10353b8bbd3b h1:lFo3DVYhV6D0Zb/kPCmINETRsddf1rhgS2GbHqy6wZ0=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220314150153-10353b8bbd3b/go.mod h1:wTnrUXLl9VJwfDAzkyIumPHPRaQ/FF+rhgA7s3Tj2M4=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
github.com/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
Expand Down

0 comments on commit c83fb2c

Please sign in to comment.