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-sriov@main (#639)

PR link: networkservicemesh/sdk-sriov#635

Commit: c89a21b
Author: Network Service Mesh Bot
Date: 2025-02-13 10:18:11 -0600
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#635)
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]>
Co-authored-by: NSMBot <[email protected]>
  • Loading branch information
nsmbot and NSMBot authored Feb 13, 2025
1 parent 47dfbe9 commit c49716e
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 @@ -8,8 +8,8 @@ require (
github.com/edwarnicke/grpcfd v1.1.4
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00
github.com/networkservicemesh/sdk v0.5.1-0.20241227223757-422abe9bfbdd
github.com/networkservicemesh/sdk-sriov v0.0.0-20241227224358-49297e0fff5f
github.com/networkservicemesh/sdk v0.5.1-0.20250213161122-e11e3c325b4d
github.com/networkservicemesh/sdk-sriov v0.0.0-20250213161811-c89a21b77c31
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
github.com/spiffe/go-spiffe/v2 v2.1.7
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ github.com/miekg/dns v1.1.50 h1:DQUfb9uc6smULcREF09Uc+/Gd46YWqJd5DbpPE9xkcA=
github.com/miekg/dns v1.1.50/go.mod h1:e3IlAVfNqAllflbibAZEWOXOQ+Ynzk/dDozDxY7XnME=
github.com/networkservicemesh/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00 h1:xZGg3H5j9UoQW7GasoQrBtH4RkB9bgKdfuRIM9EUkCQ=
github.com/networkservicemesh/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00/go.mod h1:GT0Yw1LYFSTxlDyJjBDhIxT82rJ2czZ0TiyzxSyKzvg=
github.com/networkservicemesh/sdk v0.5.1-0.20241227223757-422abe9bfbdd h1:p7yvEC3kZInerbyyRTjLC51uw40Kxbb3rMw+2JsoiU0=
github.com/networkservicemesh/sdk v0.5.1-0.20241227223757-422abe9bfbdd/go.mod h1:4UxNmG1wYL5v93pZHIgIn0jTsvzn4x0QioQ/v48zuD8=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241227224358-49297e0fff5f h1:y44XDA03aAbIND6DJJ4PL6MVHja+mzjQdHh0VnCZrD4=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241227224358-49297e0fff5f/go.mod h1:O6BDSlga48M8POskthVR0Z6T3M+d7eeZnIKLfPxi1S8=
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-20250213161811-c89a21b77c31 h1:GRd9wSEzJ+tF+Zw1+GEeLsPTkdYgcDiseZjkPgpfOxc=
github.com/networkservicemesh/sdk-sriov v0.0.0-20250213161811-c89a21b77c31/go.mod h1:rYMFzVliLTSBr5rLQQy+XZNscvjkzAv4AAl1RaxB6XU=
github.com/open-policy-agent/opa v0.44.0 h1:sEZthsrWBqIN+ShTMJ0Hcz6a3GkYsY4FaB2S/ou2hZk=
github.com/open-policy-agent/opa v0.44.0/go.mod h1:YpJaFIk5pq89n/k72c1lVvfvR5uopdJft2tMg1CW/yU=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
Expand Down

0 comments on commit c49716e

Please sign in to comment.