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

PR link: networkservicemesh/sdk-sriov#595

Commit: 53551c7
Author: Network Service Mesh Bot
Date: 2024-05-18 13:39:18 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#595)
PR link: networkservicemesh/sdk-kernel#664
Commit: 9502001
Author: Network Service Mesh Bot
Date: 2024-05-18 13:35:42 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#664)
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>
  • Loading branch information
NSMBot committed May 18, 2024
1 parent 7b7abbb commit e860332
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ require (
github.com/golang/protobuf v1.5.3
github.com/google/uuid v1.3.1
github.com/networkservicemesh/api v1.13.1-0.20240424210452-d0df98851760
github.com/networkservicemesh/sdk v0.5.1-0.20240516075535-3b79590e3be7
github.com/networkservicemesh/sdk-kernel v0.0.0-20240516080148-6a362bb51ec7
github.com/networkservicemesh/sdk-sriov v0.0.0-20240516080540-7fee1a70fe69
github.com/networkservicemesh/sdk v0.5.1-0.20240518183313-7b51d9c9b5d0
github.com/networkservicemesh/sdk-kernel v0.0.0-20240518183542-950200102051
github.com/networkservicemesh/sdk-sriov v0.0.0-20240518183918-53551c767301
github.com/ovn-org/ovn-kubernetes/go-controller v0.0.0-20210826171620-f06c53111a31
github.com/pkg/errors v0.9.1
github.com/vishvananda/netlink v1.2.1-beta.2.0.20220630165224-c591ada0fb2b
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -373,12 +373,12 @@ 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-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-sriov v0.0.0-20240516080540-7fee1a70fe69 h1:YynrqY13mLr6gQhYEvuusNzkuhOTBLmKilcRicIP63Y=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240516080540-7fee1a70fe69/go.mod h1:1bIeUNVBjOhbpVgJkj4qIpgq28PvkMUlrIAbVHx3ZMA=
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-kernel v0.0.0-20240518183542-950200102051 h1:6hoJ2RU7aEk8hFVSum9IlbxB8VxJHbRoZS1XxdgR7oQ=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240518183542-950200102051/go.mod h1:xnlVO69cVAz/Pn8JzL5gGAwaSOzskDvVvXW+C8/91Hg=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240518183918-53551c767301 h1:cs3m7ZDCpYa/6ZWKfHvqz9l40qksloE+qaT6uIRYzN0=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240518183918-53551c767301/go.mod h1:OdUhoA+qBkBkcsCIKXar496Qpl+GRlM4/Qt8NsUhCWc=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
Expand Down

0 comments on commit e860332

Please sign in to comment.