Skip to content

Commit

Permalink
manual update
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail Avramenko <[email protected]>
  • Loading branch information
Mixaster995 committed Dec 21, 2021
1 parent 6f975c7 commit b15732b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/networkservicemesh/sdk v0.5.1-0.20211216172718-9eaf694e0764
github.com/networkservicemesh/sdk-k8s v0.0.0-20211216173233-8b184e13c891
github.com/networkservicemesh/sdk-sriov v0.0.0-20211216173343-4ece34eaf491
github.com/networkservicemesh/sdk-vpp v0.0.0-20211216173421-765129bc8cf5
github.com/networkservicemesh/sdk-vpp v0.0.0-20211221080728-0fd2c2533e6b
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 @@ -356,8 +356,8 @@ github.com/networkservicemesh/sdk-kernel v0.0.0-20211216172951-a7e92dc0291b h1:G
github.com/networkservicemesh/sdk-kernel v0.0.0-20211216172951-a7e92dc0291b/go.mod h1:3N2aRQgn7GBm/djiYFvFTWjlbKSbS/HDjw9qwYBLZLc=
github.com/networkservicemesh/sdk-sriov v0.0.0-20211216173343-4ece34eaf491 h1:9In6bzrgQbWIZZSbxonlwhjvGhJWFH+mjMsOY3CQQlU=
github.com/networkservicemesh/sdk-sriov v0.0.0-20211216173343-4ece34eaf491/go.mod h1:unzHbA0Ur0diteXOZOFr37mqsSo7iqVzHDuL/AxW7ds=
github.com/networkservicemesh/sdk-vpp v0.0.0-20211216173421-765129bc8cf5 h1:58BWtIPBHTyKQnYIm6q+OeOl/fDyiHHtalz5CPI027Y=
github.com/networkservicemesh/sdk-vpp v0.0.0-20211216173421-765129bc8cf5/go.mod h1:fVf40OKIziLFSm9jSWw7sppB5K9aqI5OtsAc/frCDYo=
github.com/networkservicemesh/sdk-vpp v0.0.0-20211221080728-0fd2c2533e6b h1:YkbKwUV8tDuBEEzqt3lccuiCGEZzdiFLFu7I026tltE=
github.com/networkservicemesh/sdk-vpp v0.0.0-20211221080728-0fd2c2533e6b/go.mod h1:eDag3FUhF67yKXNyqNiVJnZe+c2us7e5DrkBUfNrRGI=
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/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
Expand Down
3 changes: 1 addition & 2 deletions internal/tests/suite_memif_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ func newMemifVerifiableEndpoint(ctx context.Context,
up.NewServer(ctx, vppConn),
connectioncontext.NewServer(vppConn),
tag.NewServer(ctx, vppConn),
memif.NewServer(vppConn),
sendfd.NewServer(),
memif.NewServer(ctx, vppConn),
),
}),
),
Expand Down

0 comments on commit b15732b

Please sign in to comment.