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

Commit: cd3d241
Author: Laszlo Kiraly
Date: 2022-05-23 16:52:19 +0200
Message:
  - Fix for IPv6 cluster (#584)
Related issue:deployments-k8s/5775

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed May 23, 2022
1 parent b8e8a2e commit cabc0fc
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 cabc0fc

Please sign in to comment.