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

PR link: networkservicemesh/sdk-sriov#612

Commit: dc8c91b
Author: Network Service Mesh Bot
Date: 2024-10-04 18:12:53 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#612)
PR link: networkservicemesh/sdk-kernel#683
Commit: f5852d2
Author: Network Service Mesh Bot
Date: 2024-10-04 18:09:31 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#683)
PR link: networkservicemesh/sdk#1675
Commit: 95c7ff7
Author: Arpad Kiss
Date: 2024-10-05 01:07:12 +0200
Message:
        - Add boundary check to SetupLogLevelChange (#1675)
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Oct 4, 2024
1 parent 3f645b9 commit f7c757f
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/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.13.4-0.20240815101554-fdbfcd84fd0e
github.com/networkservicemesh/govpp v0.0.0-20240328101142-8a444680fbba
github.com/networkservicemesh/sdk v0.5.1-0.20241001095203-5a9d3ce12c18
github.com/networkservicemesh/sdk-sriov v0.0.0-20241001095800-9c3275af6b66
github.com/networkservicemesh/sdk v0.5.1-0.20241004230712-95c7ff746298
github.com/networkservicemesh/sdk-sriov v0.0.0-20241004231253-dc8c91bff729
github.com/networkservicemesh/sdk-vpp v0.0.0-20241001100007-e833bac64e90
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6
github.com/pkg/errors v0.9.1
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ github.com/networkservicemesh/api v1.13.4-0.20240815101554-fdbfcd84fd0e h1:Fs34Z
github.com/networkservicemesh/api v1.13.4-0.20240815101554-fdbfcd84fd0e/go.mod h1:B8FmS3XZ7NZY7ZEtdcNg2NHYppDHlr4kl4eecdZN9eI=
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.20241001095203-5a9d3ce12c18 h1:fm5MNQDg9YqsMOf2CmTU4qrZpe12DGD6EPMtjLIkMnI=
github.com/networkservicemesh/sdk v0.5.1-0.20241001095203-5a9d3ce12c18/go.mod h1:nz2VJ3l/UDvsEusdIZf7OMxC7zLrRCV1PuziPjxJeVE=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241001095800-9c3275af6b66 h1:GLYUHNu5FXcbpNGtOeDZyoTaBJiENf0eArxw6aQFj3g=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241001095800-9c3275af6b66/go.mod h1:fKAg+FRohrB5EGd1x8ZxREFi4qYCf56KCzKGExmaij4=
github.com/networkservicemesh/sdk v0.5.1-0.20241004230712-95c7ff746298 h1:HuMP8S6DLBASeV30uH6an7MWV7nfrw4YAnavRqFD9Pg=
github.com/networkservicemesh/sdk v0.5.1-0.20241004230712-95c7ff746298/go.mod h1:nz2VJ3l/UDvsEusdIZf7OMxC7zLrRCV1PuziPjxJeVE=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241004231253-dc8c91bff729 h1:ZQvfp4jCxwj0d3Mm3hpwxEEMZ7u6s1r1E7Qwc0Pdt6Y=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241004231253-dc8c91bff729/go.mod h1:2nYda+/8gfisAIqjlpltzw36Q8tgoLQVGJr5WFg7y9Y=
github.com/networkservicemesh/sdk-vpp v0.0.0-20241001100007-e833bac64e90 h1:XZEFYrsUmTOpMw36FcIChVQfIpDuxrp2EQ/jj6omMjo=
github.com/networkservicemesh/sdk-vpp v0.0.0-20241001100007-e833bac64e90/go.mod h1:+/l7ThlkKcShFnc3i7gBXiHutNsrFOef6i7AfI2hFuU=
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6 h1:o+enN5yCikNXZN+hO+JjE+aLxBWq9+GMVF9GSQtpwMI=
Expand Down

0 comments on commit f7c757f

Please sign in to comment.