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#880

Commit: 7510d0c
Author: Network Service Mesh Bot
Date: 2025-02-13 10:19:21 -0600
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#880)
PR link: networkservicemesh/sdk-kernel#706
Commit: ff8b22a
Author: Network Service Mesh Bot
Date: 2025-02-13 10:14:50 -0600
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#706)
PR link: networkservicemesh/sdk#1713
Commit: e11e3c3
Author: Arpad Kiss
Date: 2025-02-13 17:11:22 +0100
Message:
        - Readd optinal trace condition to logObject (#1713)
Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Feb 13, 2025
1 parent 1280bb3 commit cbf556d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00
github.com/networkservicemesh/govpp v0.0.0-20240328101142-8a444680fbba
github.com/networkservicemesh/sdk v0.5.1-0.20241224095213-4a9b9a01615e
github.com/networkservicemesh/sdk v0.5.1-0.20250213161122-e11e3c325b4d
github.com/networkservicemesh/sdk-sriov v0.0.0-20241224095714-322cd1aa00fb
github.com/networkservicemesh/sdk-vpp v0.0.0-20241227074031-0653e4b625ea
github.com/networkservicemesh/sdk-vpp v0.0.0-20250213161921-7510d0ce0b54
github.com/networkservicemesh/vpphelper v0.0.0-20250204173511-c366e1dc63af
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,12 @@ github.com/networkservicemesh/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00 h1:
github.com/networkservicemesh/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00/go.mod h1:GT0Yw1LYFSTxlDyJjBDhIxT82rJ2czZ0TiyzxSyKzvg=
github.com/networkservicemesh/govpp v0.0.0-20240328101142-8a444680fbba h1:7B6X6N7rwJNpnfsUlBavxuZdYqTx8nAKwxVS/AkuX1o=
github.com/networkservicemesh/govpp v0.0.0-20240328101142-8a444680fbba/go.mod h1:CwikXQ3p/y3j6+HbQQWXKv0f4LPyUd2vKTiViG93qWA=
github.com/networkservicemesh/sdk v0.5.1-0.20241224095213-4a9b9a01615e h1:8ac6fDmgF332gAdvjOr1hGVSliihrP60IR6wrxb3Ftw=
github.com/networkservicemesh/sdk v0.5.1-0.20241224095213-4a9b9a01615e/go.mod h1:4UxNmG1wYL5v93pZHIgIn0jTsvzn4x0QioQ/v48zuD8=
github.com/networkservicemesh/sdk v0.5.1-0.20250213161122-e11e3c325b4d h1:bT1NACoE11Mopwri8117ps37nss/4wq/RXJXQFQBWs4=
github.com/networkservicemesh/sdk v0.5.1-0.20250213161122-e11e3c325b4d/go.mod h1:4UxNmG1wYL5v93pZHIgIn0jTsvzn4x0QioQ/v48zuD8=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241224095714-322cd1aa00fb h1:ibisZZUh+0NbjV964acDV8WXk8XTm157dulRRKaEnIg=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241224095714-322cd1aa00fb/go.mod h1:/SttuO6p7mrk9pE3+LwDKuUi+EOva46cp56g4O4eSeQ=
github.com/networkservicemesh/sdk-vpp v0.0.0-20241227074031-0653e4b625ea h1:at9ARZ0IpLCbk8MBYVuD558zv20vVgIbh/A3ntUjlCA=
github.com/networkservicemesh/sdk-vpp v0.0.0-20241227074031-0653e4b625ea/go.mod h1:Ow3qWLIXeJlFOeq+U8B7ATnN1yDVCdQWX13XjLfSaME=
github.com/networkservicemesh/sdk-vpp v0.0.0-20250213161921-7510d0ce0b54 h1:/gL/iB16bWLOhpZWyk1gfW2PmAUOghX3x6qNJpyOETE=
github.com/networkservicemesh/sdk-vpp v0.0.0-20250213161921-7510d0ce0b54/go.mod h1:q3XkZcgmNGV2dPfcjG7gG1kG1LOIoZmn7qXqvFTv7sE=
github.com/networkservicemesh/vpphelper v0.0.0-20250204173511-c366e1dc63af h1:xH1C+JjlmM+bFYWczOUaf/QSZAVe4yxGnnals0w1X70=
github.com/networkservicemesh/vpphelper v0.0.0-20250204173511-c366e1dc63af/go.mod h1:JviwOwtnUIiMG0FJ94rwWjd2wDjqa/vvmXsmxNHQVxY=
github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk=
Expand Down

0 comments on commit cbf556d

Please sign in to comment.