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@main

PR link: networkservicemesh/sdk#1385

Commit: 14f2490
Author: Network Service Mesh Bot
Date: 2022-11-23 06:16:38 -0600
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/api@main (#1385)
PR link: networkservicemesh/api#147

Commit: 30ff0ca
Author: Nikita Skrynnik
Date: 2022-11-23 17:10:08 +0700
Message:
    - Add Path field to NetworkService and NetworkServiceEndpoint (#147)
* add path to NetworkService and NetworkServiceEndpoint

Signed-off-by: Nikita Skrynnik <[email protected]>

* fixes after rebase

Signed-off-by: Nikita Skrynnik <[email protected]>

* fix linter

Signed-off-by: Nikita Skrynnik <[email protected]>

* add new messages with Path field

Signed-off-by: Nikita Skrynnik <[email protected]>

* add path_ids field to NS and NSE messages

Signed-off-by: Nikita Skrynnik <[email protected]>

* remove Path and PathSegment from registry.proto

Signed-off-by: Nikita Skrynnik <[email protected]>
Signed-off-by: NSMBot <[email protected]>

Signed-off-by: Nikita Skrynnik <[email protected]>
Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Nov 23, 2022
1 parent bcb42ed commit 40515ac
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 @@ -6,7 +6,7 @@ require (
github.com/antonfisher/nested-logrus-formatter v1.3.1
github.com/edwarnicke/serialize v1.0.7
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/sdk v0.5.1-0.20221121202637-1d79bf8c68cd
github.com/networkservicemesh/sdk v0.5.1-0.20221123121638-14f2490dae28
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.0
go.uber.org/goleak v1.1.12
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9
github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw=
github.com/networkservicemesh/sdk v0.5.1-0.20221121202637-1d79bf8c68cd h1:hNtKGlvHqas8SQVeSr3YZfb8Bub1Qe6aBZsnKKzYz3w=
github.com/networkservicemesh/sdk v0.5.1-0.20221121202637-1d79bf8c68cd/go.mod h1:R8RssOQQngiDgmX+DzO7X43Ye4xSfNdc2asv27qewKY=
github.com/networkservicemesh/sdk v0.5.1-0.20221123121638-14f2490dae28 h1:0oBufcWtpC8kQ4OSW8SEaT5VHGK1wiyszATBNWPS3zg=
github.com/networkservicemesh/sdk v0.5.1-0.20221123121638-14f2490dae28/go.mod h1:wnkxc0GGaktCa8MaL49AmRbT4QZl+CNv9xPdMHBOfjk=
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/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
Expand Down

0 comments on commit 40515ac

Please sign in to comment.