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

Commit: 2e38282
Author: Ed Warnicke
Date: 2021-08-31 03:56:01 -0500
Message:
  - Introducing the begin chain element (#1072)
* Introducing the begin chain element

Please read pkg/networkservice/common/begin/doc.go
for extensive documentation.

Signed-off-by: Ed Warnicke <[email protected]>

* Update pkg/networkservice/common/begin/event_factory.go

Signed-off-by: Ed Warnicke <[email protected]>

Co-authored-by: Vladimir Popov <[email protected]>
Signed-off-by: Ed Warnicke <[email protected]>

* Update pkg/networkservice/common/begin/event_factory.go

Signed-off-by: Ed Warnicke <[email protected]>

Co-authored-by: Vladimir Popov <[email protected]>

* Make metadata access functions private for refresh and timeout

Signed-off-by: Ed Warnicke <[email protected]>

* Simplify refresh/timeout cancel handling

In response to comment: networkservicemesh/sdk#1072 (comment)

Signed-off-by: Ed Warnicke <[email protected]>

* Simplification in response to networkservicemesh/sdk#1072 (comment)

Signed-off-by: Ed Warnicke <[email protected]>

* Change in response to comment networkservicemesh/sdk#1072 (comment)

Signed-off-by: Ed Warnicke <[email protected]>

* Update pkg/networkservice/common/begin/event_factory.go

Signed-off-by: Ed Warnicke <[email protected]>

Co-authored-by: Denis Tingaikin <[email protected]>
Signed-off-by: Ed Warnicke <[email protected]>

* Improve logging in response to networkservicemesh/sdk#1072 (comment)

Signed-off-by: Ed Warnicke <[email protected]>

Co-authored-by: Vladimir Popov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot and Vladimir Popov committed Aug 31, 2021
1 parent 6f8a054 commit 123dc95
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 @@ -7,7 +7,7 @@ require (
github.com/edwarnicke/exechelper v1.0.3
github.com/edwarnicke/grpcfd v0.1.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/sdk v0.5.1-0.20210827110808-c2178d55e7a9
github.com/networkservicemesh/sdk v0.5.1-0.20210831085601-2e38282f43bc
github.com/sirupsen/logrus v1.8.1
github.com/spiffe/go-spiffe/v2 v2.0.0-beta.6
github.com/stretchr/testify v1.7.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OS
github.com/nats-io/stan.go v0.6.0/go.mod h1:eIcD5bi3pqbHT/xIIvXMwvzXYElgouBvaVRftaE+eac=
github.com/networkservicemesh/api v1.0.1-0.20210811070028-10403c0f20c8 h1:kr2/dA/ktBgnChorXBwjn7fdpRKB+eJI2xCPNCGt3ws=
github.com/networkservicemesh/api v1.0.1-0.20210811070028-10403c0f20c8/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.5.1-0.20210827110808-c2178d55e7a9 h1:97Y7eS6KdVrDgJhyiI7TmoIe70hpT0T+Fsh78kV6X38=
github.com/networkservicemesh/sdk v0.5.1-0.20210827110808-c2178d55e7a9/go.mod h1:t4mwbFHDeOUbmrrFhkcpcyYd5CgkrzmaD7uu8LiLpKs=
github.com/networkservicemesh/sdk v0.5.1-0.20210831085601-2e38282f43bc h1:MfwK031DQMKhu7WOoqGwGygZoUW0CZP1Vi3rCGJfjKM=
github.com/networkservicemesh/sdk v0.5.1-0.20210831085601-2e38282f43bc/go.mod h1:t4mwbFHDeOUbmrrFhkcpcyYd5CgkrzmaD7uu8LiLpKs=
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 123dc95

Please sign in to comment.