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@master networkservicemesh/sdk#572

networkservicemesh/sdk PR link: networkservicemesh/sdk#572

networkservicemesh/sdk commit message:
commit 3216266046bdc8754e89b71add574fe84e947a46
Author: Denis Tingaikin <49399980+denis-tingajkin@users.noreply.github.com>
Date:   Fri Nov 6 22:18:09 2020 +0700

    Get rid of nil filters for nsmgr (#572)

    * get rid of nil filters for nsmgr

    Signed-off-by: denis-tingajkin <denis.tingajkin@xored.com>

    * fix issues after rebase

    Signed-off-by: denis-tingajkin <denis.tingajkin@xored.com>

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Nov 6, 2020
1 parent 948a01b commit e269ee8
Show file tree
Hide file tree
Showing 2 changed files with 406 additions and 32 deletions.
12 changes: 7 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ go 1.15

require (
github.com/antonfisher/nested-logrus-formatter v1.2.0
github.com/golang/protobuf v1.4.2
github.com/golang/protobuf v1.4.3
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v0.0.0-20200813164503-9585b38e6772
github.com/networkservicemesh/sdk v0.0.0-20200901150249-cb6febfef3af
github.com/sirupsen/logrus v1.4.2
github.com/networkservicemesh/api v0.0.0-20201026112722-9b20186587a5
github.com/networkservicemesh/sdk v0.0.0-20201106151841-39537ac8948d
github.com/sirupsen/logrus v1.7.0
github.com/spiffe/go-spiffe/v2 v2.0.0-alpha.4.0.20200528145730-dc11d0c74e85
google.golang.org/grpc v1.30.0
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
google.golang.org/genproto v0.0.0-20200615140333-fd031eab31e7 // indirect
google.golang.org/grpc v1.32.0
)
Loading

0 comments on commit e269ee8

Please sign in to comment.