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-k8s@main (#379)

PR link: networkservicemesh/sdk-k8s#506

Commit: 3fe77ab
Author: Network Service Mesh Bot
Date: 2024-05-18 13:37:43 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#506)
PR link: networkservicemesh/sdk#1626
Commit: 7b51d9c
Author: Vladislav Byrgazov
Date: 2024-05-19 02:33:13 +0800
Message:
    - Fix memory leak in metrics chain element (#1626)
* Fix memory leak in metrics chain element
* Fix lint issues
* Added check is opentelemetry enabled and fixed copyrights
* Fix metrics memory leak by storing temp connection data in metadata
* Added copyright
* Address review comments
* Fixed import
---------

Signed-off-by: Vladislav Byrgazov <vladislav.byrgazov@xored.com>
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
Co-authored-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
nsmbot and NSMBot authored May 18, 2024
1 parent ca4adb2 commit 17cb02f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ require (
github.com/edwarnicke/grpcfd v1.1.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.13.1-0.20240424210452-d0df98851760
github.com/networkservicemesh/sdk v0.5.1-0.20240516075535-3b79590e3be7
github.com/networkservicemesh/sdk-k8s v0.0.0-20240516080058-ad6911f0796e
github.com/networkservicemesh/sdk v0.5.1-0.20240518183313-7b51d9c9b5d0
github.com/networkservicemesh/sdk-k8s v0.0.0-20240518183743-3fe77ab18ac3
github.com/networkservicemesh/sdk-ovs v0.0.0-20240516080934-7b7abbb66dd9
github.com/networkservicemesh/sdk-sriov v0.0.0-20240516080540-7fee1a70fe69
github.com/ovn-org/ovn-kubernetes/go-controller v0.0.0-20210826171620-f06c53111a31
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -402,10 +402,10 @@ github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRW
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw=
github.com/networkservicemesh/api v1.13.1-0.20240424210452-d0df98851760 h1:EaWGgdwbUP404Hlee80R+jSxgzjOh/tW5Fm4/9NE4B0=
github.com/networkservicemesh/api v1.13.1-0.20240424210452-d0df98851760/go.mod h1:B8FmS3XZ7NZY7ZEtdcNg2NHYppDHlr4kl4eecdZN9eI=
github.com/networkservicemesh/sdk v0.5.1-0.20240516075535-3b79590e3be7 h1:TuBrBMCTgFWLWvhoCp7gwjjrZcwLj/pu0KoLpgMVedY=
github.com/networkservicemesh/sdk v0.5.1-0.20240516075535-3b79590e3be7/go.mod h1:1H5x5GPlseIQhmvcbvSZUcLu/p24rQpTX3zsHP1yKj4=
github.com/networkservicemesh/sdk-k8s v0.0.0-20240516080058-ad6911f0796e h1:FYwU2okf17zNlwHVijgCge1DOgScS7WfG8ri63JN4Gk=
github.com/networkservicemesh/sdk-k8s v0.0.0-20240516080058-ad6911f0796e/go.mod h1:T5fZNz+UxIqk31tdMQ7QPjm4A0RWAJElYm4bynMYMYM=
github.com/networkservicemesh/sdk v0.5.1-0.20240518183313-7b51d9c9b5d0 h1:nC7dOI5zxRH3AXOpJWlLthEzYXraaRO6zXY8bTQXjm0=
github.com/networkservicemesh/sdk v0.5.1-0.20240518183313-7b51d9c9b5d0/go.mod h1:1H5x5GPlseIQhmvcbvSZUcLu/p24rQpTX3zsHP1yKj4=
github.com/networkservicemesh/sdk-k8s v0.0.0-20240518183743-3fe77ab18ac3 h1:XkIdeN4ivjoBntbLatzlfgcdGCuuGT/lTfsrAJZuLhM=
github.com/networkservicemesh/sdk-k8s v0.0.0-20240518183743-3fe77ab18ac3/go.mod h1:IfLjQG2IUD3Z6jg11xjyXSajKLXgVHDoCbrXck5Unc0=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240516080148-6a362bb51ec7 h1:xtlh9H3aF9XEyS8apbmc9jhqogVPNjz8liDK71KIhos=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240516080148-6a362bb51ec7/go.mod h1:4SPwGPRxnBOW/40a7wdPBw7glUFzV9NZ4O9WIF4WwAw=
github.com/networkservicemesh/sdk-ovs v0.0.0-20240516080934-7b7abbb66dd9 h1:vakEuBqdNcP/GSu5OO1Ff9Qm+VUkAO9gIIReoQ3GVvc=
Expand Down

0 comments on commit 17cb02f

Please sign in to comment.