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

PR link: networkservicemesh/sdk-kernel#702

Commit: 0687235
Author: Network Service Mesh Bot
Date: 2024-12-19 10:29:08 -0600
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#702)
PR link: networkservicemesh/sdk#1706
Commit: 55b1f2b
Author: Denis Tingaikin
Date: 2024-12-19 19:26:46 +0300
Message:
    - feat: Optimize trace chain elements (#1706)
* optimize trace chain elements
* fix ci issues
* apply self code review
* apply comments and fix networkservicemesh/sdk#1707
* use the logrus logger by default to not miss useful logs.
---------
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Dec 19, 2024
1 parent cbdcc96 commit dccb3c9
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 @@ -11,8 +11,8 @@ require (
github.com/hashicorp/go-multierror v1.1.1
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.20241209114224-1e611de3145f
github.com/networkservicemesh/sdk-kernel v0.0.0-20241209114436-f11880a573b5
github.com/networkservicemesh/sdk v0.5.1-0.20241219162646-55b1f2b101fe
github.com/networkservicemesh/sdk-kernel v0.0.0-20241219162908-06872357cd66
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.17.0
github.com/stretchr/testify v1.8.4
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ 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.20241209114224-1e611de3145f h1:vlD2bVrPbOV1ICkBtAUB6HAcPDH0I3SNDIYJdcaGYrM=
github.com/networkservicemesh/sdk v0.5.1-0.20241209114224-1e611de3145f/go.mod h1:T8IWsaj52yYieCipr0rOViAzWPo7Mc83jI7q61OUFvM=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241209114436-f11880a573b5 h1:zKdZNUrqqzgVQsjDSyn0jC9gPt8wUawHGcALzMkdrqg=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241209114436-f11880a573b5/go.mod h1:EgyUpa4L2VOApojjMZLfkw4LCHb7J5p7jS3p5N8nJKA=
github.com/networkservicemesh/sdk v0.5.1-0.20241219162646-55b1f2b101fe h1:l8SBNe49Xqom8yEKJsey3s24udlEqvcv+4QgIpE77YQ=
github.com/networkservicemesh/sdk v0.5.1-0.20241219162646-55b1f2b101fe/go.mod h1:4UxNmG1wYL5v93pZHIgIn0jTsvzn4x0QioQ/v48zuD8=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241219162908-06872357cd66 h1:MSdSjDSoUYcKPi0rckHNXmXrmJO+Z59VqrOFGowOkY8=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241219162908-06872357cd66/go.mod h1:t4+KMxIV5OPjQXfTZFptdUt/rXV8MtwRDqppgR5SFmA=
github.com/onsi/gomega v1.30.0 h1:hvMK7xYz4D3HapigLTeGdId/NcfQx1VHMJc60ew99+8=
github.com/onsi/gomega v1.30.0/go.mod h1:9sxs+SwGrKI0+PWe4Fxa9tFQQBG5xSsSbMXOI8PPpoQ=
github.com/open-policy-agent/opa v0.44.0 h1:sEZthsrWBqIN+ShTMJ0Hcz6a3GkYsY4FaB2S/ou2hZk=
Expand Down

0 comments on commit dccb3c9

Please sign in to comment.