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

PR link: networkservicemesh/sdk-sriov#601

Commit: 4e7ad9f
Author: Network Service Mesh Bot
Date: 2024-08-01 04:26:01 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#601)
PR link: networkservicemesh/sdk-kernel#670
Commit: 418a2f4
Author: Network Service Mesh Bot
Date: 2024-08-01 04:21:54 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#670)
PR link: networkservicemesh/sdk#1643
Commit: bc1d964
Author: Nikita Skrynnik
Date: 2024-08-01 20:19:08 +1100
Message:
        - Leak fixes (#1643)
* update grpcfd (#1640)
* fix monitor
* fix CI
* add unit tests + fix some errors
* add unit tests
* fix CI
* cleanup
---------

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 1, 2024
1 parent 842a359 commit 7cdb990
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ require (
github.com/edwarnicke/grpcfd v1.1.4
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.20240712105720-c0bcf8861192
github.com/networkservicemesh/sdk v0.5.1-0.20240801091908-bc1d964e269d
github.com/networkservicemesh/sdk-k8s v0.0.0-20240712110307-5102d0893a31
github.com/networkservicemesh/sdk-sriov v0.0.0-20240712110549-bb2baa83bc5c
github.com/networkservicemesh/sdk-sriov v0.0.0-20240801092601-4e7ad9f7630c
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-20240712110001-ef58a1a58a45 // indirect
github.com/networkservicemesh/sdk-kernel v0.0.0-20240801092154-418a2f493083 // 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
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,14 @@ github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfr
github.com/miekg/dns v1.1.50 h1:DQUfb9uc6smULcREF09Uc+/Gd46YWqJd5DbpPE9xkcA=
github.com/networkservicemesh/api v1.13.1-0.20240424210452-d0df98851760 h1:EaWGgdwbUP404Hlee80R+jSxgzjOh/tW5Fm4/9NE4B0=
github.com/networkservicemesh/api v1.13.1-0.20240424210452-d0df98851760/go.mod h1:B8FmS3XZ7NZY7ZEtdcNg2NHYppDHlr4kl4eecdZN9eI=
github.com/networkservicemesh/sdk v0.5.1-0.20240712105720-c0bcf8861192 h1:m7c5/CUfqN/Nno2LCDhOgEQ1pMKYe1QJJW/qTj5jJig=
github.com/networkservicemesh/sdk v0.5.1-0.20240712105720-c0bcf8861192/go.mod h1:soFR6Mg5LTVvEI0zXNcbWoBnn4hqUK7ItZBQJ3Jbszo=
github.com/networkservicemesh/sdk v0.5.1-0.20240801091908-bc1d964e269d h1:62tuuhlj6XCD/hett4urNutS4voEMbZuBTvxKMv5cWo=
github.com/networkservicemesh/sdk v0.5.1-0.20240801091908-bc1d964e269d/go.mod h1:soFR6Mg5LTVvEI0zXNcbWoBnn4hqUK7ItZBQJ3Jbszo=
github.com/networkservicemesh/sdk-k8s v0.0.0-20240712110307-5102d0893a31 h1:2NaIaFPSzXUnmPeMmVD/21C/k8kppvB8RtTXKjdQbUc=
github.com/networkservicemesh/sdk-k8s v0.0.0-20240712110307-5102d0893a31/go.mod h1:/xPd2JE3hsiPI1vspq2uQTsW3FvosppZ/XdV4HUKV/g=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240712110001-ef58a1a58a45 h1:pOEn0fmz5+/bGBbzh/EMMIVA71ge5XgJ3qoy19VU1gA=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240712110001-ef58a1a58a45/go.mod h1:3Vkks78F1OSkCYa8f/OMPZ/TxlxZbNwgIoPJukrRteQ=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240712110549-bb2baa83bc5c h1:ZdWXp/tG/YufsZvmBFUCUdHWKCzszVgOgBWpg8S3/XI=
github.com/networkservicemesh/sdk-sriov v0.0.0-20240712110549-bb2baa83bc5c/go.mod h1:fYSvwza4facX7vi1S/ET86fVd1ZZ5XPgMZKGuc3bCwg=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240801092154-418a2f493083 h1:tkIbta8bNdnCZuWTmeIMBdBFzxZLSVQ7YQC1LOR76XI=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240801092154-418a2f493083/go.mod h1:3L/16FExTmVDZ3EwOaXGZc+a4oIGc1XBqST4GMXzzL4=
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/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 7cdb990

Please sign in to comment.