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

Commit: 54e80e0
Author: Laszlo Kiraly
Date: 2022-05-23 16:51:29 +0200
Message:
  - Connecting a remote interface without creating a VLAN on top (#546)
Fix issue: cmd-nse-remote-vlan/#18
Do not create vlan sub-interface when VLAN-ID is set to 0

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed May 23, 2022
1 parent 60129e3 commit e0235bd
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 @@ -13,7 +13,7 @@ require (
github.com/networkservicemesh/api v1.3.2-0.20220516230921-edaa6f46d6ab
github.com/networkservicemesh/sdk v0.5.1-0.20220523105313-5b89612944b7
github.com/networkservicemesh/sdk-kernel v0.0.0-20220523105719-9c2c580a45af
github.com/networkservicemesh/sdk-vpp v0.0.0-20220523110117-c70a24755136
github.com/networkservicemesh/sdk-vpp v0.0.0-20220523145219-cd3d241c8568
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
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 @@ -201,8 +201,8 @@ github.com/networkservicemesh/sdk v0.5.1-0.20220523105313-5b89612944b7 h1:oxg2tJ
github.com/networkservicemesh/sdk v0.5.1-0.20220523105313-5b89612944b7/go.mod h1:Wj9RnSFeFBHWlJGOrqgnAg6AWbaQud9XVKxByh5IS/A=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220523105719-9c2c580a45af h1:kShMaIItnHYCS9QCHW7gdlamBHY4Cr+c4TA7ifKX8FE=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220523105719-9c2c580a45af/go.mod h1:N4oyaPjjaiNB7C/qhydbNaejKXhsWGIgtz/82Xsiu+g=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220523110117-c70a24755136 h1:PVBe8MV4JpZ3K8/iT5jqy8UKM6ZLrU+zfRzc6BCaKPM=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220523110117-c70a24755136/go.mod h1:yhSdfn3L4POcll70kBeFkVd3X/KDpT710u0wxlYrsLM=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220523145219-cd3d241c8568 h1:kYP9Pun4z7tCSMOCQstsQFlh4WlObP5Rt3+FbAun1iM=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220523145219-cd3d241c8568/go.mod h1:yhSdfn3L4POcll70kBeFkVd3X/KDpT710u0wxlYrsLM=
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 e0235bd

Please sign in to comment.