Skip to content

Commit

Permalink
Update from update/networkservicemesh/sdk-vpp (#487)
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#840

Commit: 9d48d2c
Author: Network Service Mesh Bot
Date: 2024-08-01 04:27:47 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#840)
PR link: networkservicemesh/sdk-kernel#670
Commit: 418a2f4
Author: Network Service Mesh Bot
Date: 2024-08-01 04:21:54 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#670)
PR link: networkservicemesh/sdk#1643
Commit: bc1d964
Author: Nikita Skrynnik
Date: 2024-08-01 20:19:08 +1100
Message:
        - Leak fixes (#1643)
* update grpcfd (#1640)
* fix monitor
* fix CI
* add unit tests + fix some errors
* add unit tests
* fix CI
* cleanup
---------
Signed-off-by: Denis Tingaikin <[email protected]>
Signed-off-by: NikitaSkrynnik <[email protected]>
Signed-off-by: NSMBot <[email protected]>

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

Signed-off-by: NSMBot <[email protected]>

---------

Signed-off-by: Denis Tingaikin <[email protected]>
Signed-off-by: NikitaSkrynnik <[email protected]>
Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
  • Loading branch information
nsmbot and NSMBot authored Aug 1, 2024
1 parent 1e62a44 commit b47658c
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.20240801091908-bc1d964e269d
github.com/networkservicemesh/sdk-sriov v0.0.0-20240801092601-4e7ad9f7630c
github.com/networkservicemesh/sdk-vpp v0.0.0-20240705060554-8fedef52d177
github.com/networkservicemesh/sdk-vpp v0.0.0-20240801092747-9d48d2c438f2
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.20240801091908-bc1d964e269d h1:62tuuh
github.com/networkservicemesh/sdk v0.5.1-0.20240801091908-bc1d964e269d/go.mod h1:soFR6Mg5LTVvEI0zXNcbWoBnn4hqUK7ItZBQJ3Jbszo=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240801092601-4e7ad9f7630c h1:0k9HjLrvIie1YZ2E/HPw6TTwqk7q/3/SvydP/gnyqso=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240801092601-4e7ad9f7630c/go.mod h1:ibWn5pC929l2Z8xsLngkEkhgxDPiph8Ceufu5zYZUZM=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240705060554-8fedef52d177 h1:3aewQJONRO682zKYlGKPUaRg0vid2OfO3yAC4AWwdZk=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240705060554-8fedef52d177/go.mod h1:IIeVBC+b4fn+Of7fHOMqlj35njHKxPXpbtEPX/yVScQ=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240801092747-9d48d2c438f2 h1:qvFBHLpDTM3XrE60FDGGxkNyAniwwrKeax3g8TUdsaU=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240801092747-9d48d2c438f2/go.mod h1:eTOkS+JfA8ViRyBuI08OQTqiffetCAbT9YwDHSWLzMQ=
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 b47658c

Please sign in to comment.