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 b8e8a2e commit 2554512
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 @@ -10,7 +10,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.3.2-0.20220516230921-edaa6f46d6ab
github.com/networkservicemesh/sdk v0.5.1-0.20220523105313-5b89612944b7
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 @@ -203,8 +203,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 2554512

Please sign in to comment.