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

Commit: db4ea46
Author: Авраменко Михаил
Date: 2021-09-20 19:25:15 +0700
Message:
  - changes in direct memif implementation (#377)
* changes in direct memif implementation

Signed-off-by: Mikhail Avramenko <[email protected]>

* review fixes

Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Sep 20, 2021
1 parent 55c955a commit 7fd1950
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 @@ -14,7 +14,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.0.1-0.20210907194827-9a36433d7d6e
github.com/networkservicemesh/sdk v0.5.1-0.20210914140353-07ced33cad48
github.com/networkservicemesh/sdk-vpp v0.0.0-20210914141416-15df58636081
github.com/networkservicemesh/sdk-vpp v0.0.0-20210920122515-db4ea46f08ee
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/spiffe/go-spiffe/v2 v2.0.0-beta.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ github.com/networkservicemesh/sdk v0.5.1-0.20210914140353-07ced33cad48 h1:DHeDBn
github.com/networkservicemesh/sdk v0.5.1-0.20210914140353-07ced33cad48/go.mod h1:eISPu+ySJJ46kg03ZTi/xmpNSU+K4cImwq++ZbDV4F4=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210914141039-db5ab40baee1 h1:xfrljIVop5UYgdvFltm6xna5eg9YgUygFuf8MkBIHao=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210914141039-db5ab40baee1/go.mod h1:ktY/U4T2KSicIk2kIMtorzJuVbBYvWGYc+hAFlQL5m0=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210914141416-15df58636081 h1:h0qzUbt6p96ingPHUu/oCNEnpRVD/E565ultmleqDG8=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210914141416-15df58636081/go.mod h1:jt8rrIksdfHLTwlVm77Nj23tVyOiC3Kq1Kq+ZzkudMM=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210920122515-db4ea46f08ee h1:U3yA5eiqvxir8twr3A8oTyWSSIaanmTDwiBE5ftzrbo=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210920122515-db4ea46f08ee/go.mod h1:jt8rrIksdfHLTwlVm77Nj23tVyOiC3Kq1Kq+ZzkudMM=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
Expand Down

0 comments on commit 7fd1950

Please sign in to comment.