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

PR link: networkservicemesh/sdk-sriov#610

Commit: e12f4c8
Author: Network Service Mesh Bot
Date: 2024-09-27 05:48:41 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#610)
PR link: networkservicemesh/sdk-kernel#681
Commit: 19add25
Author: Network Service Mesh Bot
Date: 2024-09-27 05:44:16 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#681)
PR link: networkservicemesh/sdk#1670
Commit: b66e1bf
Author: Nikita Skrynnik
Date: 2024-09-27 17:37:34 +0700
Message:
        - Add more mutexes in dial chain element to fix race conditions (#1670)
* some minor change
* add more locks
---------

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
Co-authored-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
nsmbot and NSMBot committed Sep 27, 2024
1 parent 3d9b505 commit f38de7c
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,7 +11,7 @@ require (
github.com/networkservicemesh/api v1.13.4-0.20240815101554-fdbfcd84fd0e
github.com/networkservicemesh/sdk v0.5.1-0.20240927103734-b66e1bf47abb
github.com/networkservicemesh/sdk-k8s v0.0.0-20240927104352-db98b51d9cf0
github.com/networkservicemesh/sdk-sriov v0.0.0-20240924102736-58bee66193fc
github.com/networkservicemesh/sdk-sriov v0.0.0-20240927104841-e12f4c8fbd18
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 Expand Up @@ -44,7 +44,7 @@ require (
github.com/google/uuid v1.3.1 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/networkservicemesh/sdk-kernel v0.0.0-20240924102357-64055174938d // indirect
github.com/networkservicemesh/sdk-kernel v0.0.0-20240927104416-19add25abac0 // indirect
github.com/open-policy-agent/opa v0.44.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v1.17.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ github.com/networkservicemesh/sdk v0.5.1-0.20240927103734-b66e1bf47abb h1:Hq9Ror
github.com/networkservicemesh/sdk v0.5.1-0.20240927103734-b66e1bf47abb/go.mod h1:nz2VJ3l/UDvsEusdIZf7OMxC7zLrRCV1PuziPjxJeVE=
github.com/networkservicemesh/sdk-k8s v0.0.0-20240927104352-db98b51d9cf0 h1:lcn2a3dE70KTcp2wFzRT9i4PkIia66sn++XvK8WmXgY=
github.com/networkservicemesh/sdk-k8s v0.0.0-20240927104352-db98b51d9cf0/go.mod h1:7osJktrLqt6ZUKreSh8qgUy8g2hy3b6VXNiYHxdOlLI=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240924102357-64055174938d h1:lDadIjYvvk+0dO4U7qk6spFz8E2lqcs4Oa6PkVKQSBk=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240924102357-64055174938d/go.mod h1:ul2ao883TfRxTozKWgT8cB9YHSh/JTLms9DmWUsN5Ik=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240924102736-58bee66193fc h1:u8w6+BJBkpz00N724tEZGLLgl8T6ohe/tpRZNofre7c=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240924102736-58bee66193fc/go.mod h1:X6AU5k6UTMzVbXg7fydv+GEaQGgE06fkmG/INIDzHmw=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240927104416-19add25abac0 h1:+06MUEi1JoTqaoxmoOCe++dYOqa602SlmpRKUs5yesM=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240927104416-19add25abac0/go.mod h1:2ctKASFVa3gdwfhkLFNg0C1JzYJgELonb87d8nccUbk=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240927104841-e12f4c8fbd18 h1:dTOhBSsroyhWt2MEgw6vTo5VUWoJ7458KwbLwAyiEaI=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240927104841-e12f4c8fbd18/go.mod h1:Th3Jh5sSMLENohyUjdy2yzct0WsCLIH20Pf0lg7m/xk=
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 f38de7c

Please sign in to comment.