Skip to content

Commit

Permalink
Update from update/networkservicemesh/sdk-vpp (#473)
Browse files Browse the repository at this point in the history
* Update go.mod and go.sum to latest version from networkservicemesh/sdk-vpp@main
PR link: networkservicemesh/sdk-vpp#828

Commit: be77b51
Author: Network Service Mesh Bot
Date: 2024-05-15 10:53:53 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#828)
PR link: networkservicemesh/sdk-kernel#662
Commit: dc6ff7c
Author: Network Service Mesh Bot
Date: 2024-05-15 10:37:14 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#662)
PR link: networkservicemesh/sdk#1624
Commit: c2a3414
Author: Nikita Skrynnik
Date: 2024-05-16 02:24:48 +1100
Message:
        - Fix some leaks in opa policies (#1624)
* Fix some leaks in opa policies
* fix go linter issues
---------
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>

* Automatically resolving conflicts in go.mod and updating dependency versions to the latest

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>

---------

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
Co-authored-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
nsmbot and NSMBot committed May 15, 2024
1 parent 724af73 commit af11c67
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 @@ -11,7 +11,7 @@ require (
github.com/networkservicemesh/govpp v0.0.0-20240328101142-8a444680fbba
github.com/networkservicemesh/sdk v0.5.1-0.20240515152448-c2a34141f69c
github.com/networkservicemesh/sdk-sriov v0.0.0-20240515155344-ed726b94d078
github.com/networkservicemesh/sdk-vpp v0.0.0-20240514151051-8c8e463f81fd
github.com/networkservicemesh/sdk-vpp v0.0.0-20240515155353-be77b5185e51
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 @@ -120,8 +120,8 @@ github.com/networkservicemesh/sdk v0.5.1-0.20240515152448-c2a34141f69c h1:BwoQ+/
github.com/networkservicemesh/sdk v0.5.1-0.20240515152448-c2a34141f69c/go.mod h1:1H5x5GPlseIQhmvcbvSZUcLu/p24rQpTX3zsHP1yKj4=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240515155344-ed726b94d078 h1:eiT7/KlWiBHjeVZxY9IJq+5P+t1vlQJhVw5T6oztInY=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240515155344-ed726b94d078/go.mod h1:vEAplvBxX3e5vSuKXgyrLdCXxZjtcVjJtcT0kfchX1Y=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240514151051-8c8e463f81fd h1:paCaCU5DNbgy56k5Bi1bzdik1OUifxCXeZofp/jk8sA=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240514151051-8c8e463f81fd/go.mod h1:Sa5KnjY6UcyP/zOxl7U30IyE/pIjkT+GvCUOQ9eyz+k=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240515155353-be77b5185e51 h1:Ot/sPLcz0rXmyzmI0gELIwOcwRDNu1rKxTtdvU4+vQg=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240515155353-be77b5185e51/go.mod h1:MW8vVrQjACinMbRt8QKiozVKaqOF/gzgz3zKPtz2ioc=
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 af11c67

Please sign in to comment.