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-k8s@main

PR link: networkservicemesh/sdk-k8s#542

Commit: a627944
Author: Network Service Mesh Bot
Date: 2025-02-13 10:16:29 -0600
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#542)
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 <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Feb 13, 2025
1 parent ed77090 commit c02377b
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,8 +9,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-k8s v0.0.0-20241227224209-e9478b00a551
github.com/networkservicemesh/sdk v0.5.1-0.20250213161122-e11e3c325b4d
github.com/networkservicemesh/sdk-k8s v0.0.0-20250213161629-a627944249f3
github.com/networkservicemesh/sdk-sriov v0.0.0-20241227224358-49297e0fff5f
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,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-k8s v0.0.0-20241227224209-e9478b00a551 h1:NU51ozpI8c4n9ggRo6YbuIrWM6Wl1tvZU806SLXT1pQ=
github.com/networkservicemesh/sdk-k8s v0.0.0-20241227224209-e9478b00a551/go.mod h1:xa/qsmtikpFATqfJoePQocbnEspXyNVdMqZfUn4oo4I=
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-k8s v0.0.0-20250213161629-a627944249f3 h1:RtxfKEGLAuAB2fD/jTUx8YqPSM/TYXDb1/ktjPXdMpU=
github.com/networkservicemesh/sdk-k8s v0.0.0-20250213161629-a627944249f3/go.mod h1:4s2JGUaVymQqprpiKZwWyLGPWqvdH+BOO2t4kZuabXc=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241227224026-3bba51753247 h1:Zx8945OqaGsQYRncEFf/j/qb4jMJ+0U4xMZvb4cmt8Y=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241227224026-3bba51753247/go.mod h1:BEcSP25b0qmilHCYv5QtGtADOI4sU8eX/lJskK5O5fc=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241227224358-49297e0fff5f h1:y44XDA03aAbIND6DJJ4PL6MVHja+mzjQdHh0VnCZrD4=
Expand Down

0 comments on commit c02377b

Please sign in to comment.