Skip to content

Commit

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

Commit: c500070
Author: Network Service Mesh Bot
Date: 2024-08-14 08:47:15 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#844)
PR link: networkservicemesh/sdk-kernel#674
Commit: a23cb71
Author: Network Service Mesh Bot
Date: 2024-08-14 08:43:41 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#674)
PR link: networkservicemesh/sdk#1630
Commit: 78bedfb
Author: Network Service Mesh Bot
Date: 2024-08-14 08:41:05 -0500
Message:
        - Update go.mod and go.sum to latest version from networkservicemesh/api@main (#1630)
PR link: networkservicemesh/api#152
Commit: 03f6633
Author: Nikita Skrynnik
Date: 2024-08-14 20:39:07 +1100
Message:
                - Delete unused helper functions (#152)
* delete some helper functions
* delete more hepler functions
* delete more unused helper function
* fix linter
* return som e helper functions
* fix CI
---------
Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
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: Nikita Skrynnik <nikita.skrynnik@xored.com>
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
Co-authored-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
nsmbot and NSMBot authored Aug 14, 2024
1 parent 441a10b commit 42bb7ff
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.20240814134105-78bedfb4371f
github.com/networkservicemesh/sdk-sriov v0.0.0-20240814134718-0cf84c4ae6af
github.com/networkservicemesh/sdk-vpp v0.0.0-20240812104625-93e46256d10d
github.com/networkservicemesh/sdk-vpp v0.0.0-20240814134715-c500070a78ed
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.20240814134105-78bedfb4371f h1:ntNPiV
github.com/networkservicemesh/sdk v0.5.1-0.20240814134105-78bedfb4371f/go.mod h1:Tg63o7jzlUWAnD4DAbgbPb2TIbJ/KAP0/DAgl7rS5xk=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240814134718-0cf84c4ae6af h1:VUcTY0VUfRsgmHwlzIA1boapj569Y5lSKAD51VIp0nc=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240814134718-0cf84c4ae6af/go.mod h1:e64mVG2JVZ1DV9AJR4Jj9Rv0HMdzrNyIy86M7Mu/i7E=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240812104625-93e46256d10d h1:UJvYyFTpOPowsCUcPcfsNNT772A3w9TsaqnuMj87/M8=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240812104625-93e46256d10d/go.mod h1:Akzw8+4yai5UzAooU7yCMyUi+Zr7qKX44V/hZrUKNVo=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240814134715-c500070a78ed h1:wHDodKJTaw2085ZPgpM65Pe8d+FcGQbytAYA3uburlA=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240814134715-c500070a78ed/go.mod h1:Fx0f0aH5TYwwAW8krOAbUMA200yTnStIczDqXNh4IUE=
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 42bb7ff

Please sign in to comment.