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

Commit: 443ae17
Author: Artem Glazychev
Date: 2022-01-10 16:45:41 +0700
Message:
  - Set memif socket filename before checking (#487)
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Jan 10, 2022
1 parent 131b5b9 commit 3ffbcf3
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 @@ -11,7 +11,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.0.1-0.20211110183123-3038992da61a
github.com/networkservicemesh/sdk v0.5.1-0.20220110090942-fe9702d99abd
github.com/networkservicemesh/sdk-vpp v0.0.0-20220110091738-08f6b02eeb93
github.com/networkservicemesh/sdk-vpp v0.0.0-20220110094541-443ae17a12d7
github.com/sirupsen/logrus v1.7.0
github.com/spiffe/go-spiffe/v2 v2.0.0-beta.4
google.golang.org/grpc v1.35.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ github.com/networkservicemesh/sdk v0.5.1-0.20220110090942-fe9702d99abd h1:gOS677
github.com/networkservicemesh/sdk v0.5.1-0.20220110090942-fe9702d99abd/go.mod h1:9ZCaoauLu+52PLj/BXnYH5w9Pk9jdhaeMA14zb0PUxA=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220110091353-718dde8f2839 h1:NrbgUCj8J+WpqQvrqp1V/SMlkvCmFNKqEnjfO/MH0Hc=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220110091353-718dde8f2839/go.mod h1:WnVXRlB6kj33RDPnCHxNf7nJvntezFAi6dsfGENna/Y=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220110091738-08f6b02eeb93 h1:+4pg5gd930PnYHwYWuNvtL6aTihQM5eV8LaFgX6PPHM=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220110091738-08f6b02eeb93/go.mod h1:Gb+2fpUFu4/KqNEOsQh8ZhRUdSok2C18GnKN4x7gsn4=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220110094541-443ae17a12d7 h1:q+w6pemF94cTyyqmrgqXZjAq7wWeZfpWsDUdjdPsefI=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220110094541-443ae17a12d7/go.mod h1:Gb+2fpUFu4/KqNEOsQh8ZhRUdSok2C18GnKN4x7gsn4=
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 3ffbcf3

Please sign in to comment.