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

PR link: networkservicemesh/sdk-vpp#858

Commit: 2b55a85
Author: Nikita Skrynnik
Date: 2024-10-15 17:53:05 +0700
Message:
  - fix memory leak (#858)
Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Oct 15, 2024
1 parent 22e5c1b commit 296e708
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 @@ -8,7 +8,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.13.4-0.20240815101554-fdbfcd84fd0e
github.com/networkservicemesh/sdk v0.5.1-0.20241015095655-7ebf92ea74d7
github.com/networkservicemesh/sdk-vpp v0.0.0-20241015100303-2037839073fd
github.com/networkservicemesh/sdk-vpp v0.0.0-20241015105305-2b55a8534ccb
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ github.com/networkservicemesh/sdk v0.5.1-0.20241015095655-7ebf92ea74d7 h1:KC1ivu
github.com/networkservicemesh/sdk v0.5.1-0.20241015095655-7ebf92ea74d7/go.mod h1:nz2VJ3l/UDvsEusdIZf7OMxC7zLrRCV1PuziPjxJeVE=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241015095914-3f42b196082e h1:DisZiy5VR8e0ShK0k5dxenkBlj+MUmmJ4GlkPjRBNcw=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241015095914-3f42b196082e/go.mod h1:97xvIVMgh3Lw1ViFQFtzgNZuqIfOy1wNJ8qnx9Ak+Fk=
github.com/networkservicemesh/sdk-vpp v0.0.0-20241015100303-2037839073fd h1:owQtmG3ub3geQ5MbSRl4fNcLSmtMaTqkurCJJPYWxOE=
github.com/networkservicemesh/sdk-vpp v0.0.0-20241015100303-2037839073fd/go.mod h1:Xpw+O0V8oZv9PhTrVMjI2Xei8dnTXHwbBDvUOKEpP1M=
github.com/networkservicemesh/sdk-vpp v0.0.0-20241015105305-2b55a8534ccb h1:E5B5qnRvenqwD3cytAyaCuqAdvfDKzazbbN/K4h+OSY=
github.com/networkservicemesh/sdk-vpp v0.0.0-20241015105305-2b55a8534ccb/go.mod h1:Xpw+O0V8oZv9PhTrVMjI2Xei8dnTXHwbBDvUOKEpP1M=
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6 h1:o+enN5yCikNXZN+hO+JjE+aLxBWq9+GMVF9GSQtpwMI=
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6/go.mod h1:n6+8PnoDvWj6WMryfU3J8HOCusgysFjQ0kGLfrcsDEM=
github.com/onsi/gomega v1.30.0 h1:hvMK7xYz4D3HapigLTeGdId/NcfQx1VHMJc60ew99+8=
Expand Down

0 comments on commit 296e708

Please sign in to comment.