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 (#764)

PR link: networkservicemesh/sdk-sriov#602

Commit: 8252927
Author: Network Service Mesh Bot
Date: 2024-08-08 05:11:19 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#602)
PR link: networkservicemesh/sdk-kernel#671
Commit: c7b682d
Author: Network Service Mesh Bot
Date: 2024-08-08 05:06:17 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#671)
PR link: networkservicemesh/sdk#1650
Commit: 3016313
Author: Nikita Skrynnik
Date: 2024-08-08 21:03:55 +1100
Message:
        - Add a timeout for Closes in begin.Server (#1650)
* fix corner cases of the begin chain element
* disable Test_RestartDuringRefresh
* add fresh context
* add extended context
* add refreshed close context everywhere in begin
* fix some unit tests
* unskip some tests
* fix golang linter issues
* debug
* cleanup
* fix race condition
* add unit tests
* fix go linter issues
* fix race conditiong
* apply review comments
---------

Signed-off-by: denis-tingaikin <denis.tingajkin@xored.com>
Signed-off-by: NikitaSkrynnik <nikita.skrynnik@xored.com>
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
Co-authored-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
nsmbot and NSMBot committed Aug 8, 2024
1 parent b1f8ecb commit fa3cbbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.13.1-0.20240424210452-d0df98851760
github.com/networkservicemesh/sdk v0.5.1-0.20240808100355-301631365421
github.com/networkservicemesh/sdk-sriov v0.0.0-20240801092601-4e7ad9f7630c
github.com/networkservicemesh/sdk-sriov v0.0.0-20240808101119-8252927540c3
github.com/sirupsen/logrus v1.9.0
github.com/spiffe/go-spiffe/v2 v2.1.7
google.golang.org/grpc v1.60.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ github.com/networkservicemesh/api v1.13.1-0.20240424210452-d0df98851760 h1:EaWGg
github.com/networkservicemesh/api v1.13.1-0.20240424210452-d0df98851760/go.mod h1:B8FmS3XZ7NZY7ZEtdcNg2NHYppDHlr4kl4eecdZN9eI=
github.com/networkservicemesh/sdk v0.5.1-0.20240808100355-301631365421 h1:D5OnapabW27gCQw3wNAfmg2dyXmlCS/216q/QO4UG4k=
github.com/networkservicemesh/sdk v0.5.1-0.20240808100355-301631365421/go.mod h1:soFR6Mg5LTVvEI0zXNcbWoBnn4hqUK7ItZBQJ3Jbszo=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240801092601-4e7ad9f7630c h1:0k9HjLrvIie1YZ2E/HPw6TTwqk7q/3/SvydP/gnyqso=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240801092601-4e7ad9f7630c/go.mod h1:ibWn5pC929l2Z8xsLngkEkhgxDPiph8Ceufu5zYZUZM=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240808101119-8252927540c3 h1:ZxYmrV60ghRmtIR3xCDQvrOIaYpNVF/rGMpbhANu57s=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240808101119-8252927540c3/go.mod h1:CV1PVcVaPv7NverMdhTUhwlCQyfH4GXThIGj9xSaR9U=
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 fa3cbbf

Please sign in to comment.