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

Commit: 9d5c3f7
Author: Denis Tingaikin
Date: 2022-02-11 19:19:56 +0300
Message:
  - fix: stop resource leaking in client connections on find queries (#1228)
* fix memory leaks

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

* fix linter issue

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Feb 11, 2022
1 parent 2c8090c commit 74131f9
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 @@ -5,7 +5,7 @@ go 1.16
require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/labstack/echo/v4 v4.6.1
github.com/networkservicemesh/sdk v0.5.1-0.20220211044058-1dc007c3929b
github.com/networkservicemesh/sdk v0.5.1-0.20220211161956-9d5c3f77ef21
go.uber.org/zap v1.16.0
gomodules.xyz/jsonpatch/v2 v2.1.0
google.golang.org/genproto v0.0.0-20211129164237-f09f9a12af12 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OS
github.com/nats-io/stan.go v0.10.0/go.mod h1:0jEuBXKauB1HHJswHM/lx05K48TJ1Yxj6VIfM4k+aB4=
github.com/networkservicemesh/api v1.1.2-0.20220119092736-21eda250c390 h1:GREf14twiQkUInGh+M0qQH+jNQ9uvTfQC2FVieDd7tQ=
github.com/networkservicemesh/api v1.1.2-0.20220119092736-21eda250c390/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.5.1-0.20220211044058-1dc007c3929b h1:z/clBwZFLYDsLTBaCRJ/oYZcoL9E3HGVAWQ/yxeT5ZM=
github.com/networkservicemesh/sdk v0.5.1-0.20220211044058-1dc007c3929b/go.mod h1:SV1wqQn3Wk30dAhstenbrCgNHt/jH55rMzQDi2Bygok=
github.com/networkservicemesh/sdk v0.5.1-0.20220211161956-9d5c3f77ef21 h1:Sq/ehU9AibtJ3JoH6+6TdMP+59Cnzlk8d+eOT3duLIE=
github.com/networkservicemesh/sdk v0.5.1-0.20220211161956-9d5c3f77ef21/go.mod h1:SV1wqQn3Wk30dAhstenbrCgNHt/jH55rMzQDi2Bygok=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
github.com/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
Expand Down

0 comments on commit 74131f9

Please sign in to comment.