Skip to content

Commit 80e4629

Browse files
nsmbotNSMBot
andauthored
Update from update/networkservicemesh/sdk-sriov (#834)
* Update go.mod and go.sum to latest version from networkservicemesh/sdk-sriov@main PR link: networkservicemesh/sdk-sriov#650 Commit: d0be48a Author: Network Service Mesh Bot Date: 2025-03-24 05:07:54 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#650) PR link: networkservicemesh/sdk-kernel#719 Commit: 9d61bd6 Author: Network Service Mesh Bot Date: 2025-03-24 05:03:41 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#719) PR link: networkservicemesh/sdk#1708 Commit: dfa6271 Author: Botond Szirtes Date: 2025-03-24 11:01:13 +0100 Message: - Support custom certificates in metrics server (#1708) * Support custom certificates in metrics server * Validate CA file path for Prometheus * Adjust logging in server.go --------- Signed-off-by: Botond Szirtes <botond.szirtes@est.tech> Signed-off-by: NSMBot <nsmbot@networkservicmesh.io> * Automatically resolving conflicts in go.mod and updating dependency versions to the latest Signed-off-by: NSMBot <nsmbot@networkservicmesh.io> --------- Signed-off-by: Botond Szirtes <botond.szirtes@est.tech> Signed-off-by: NSMBot <nsmbot@networkservicmesh.io> Co-authored-by: NSMBot <nsmbot@networkservicmesh.io>
1 parent 1215f0f commit 80e4629

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/networkservicemesh/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00
1212
github.com/networkservicemesh/sdk v0.5.1-0.20250324100113-dfa62717b6fe
1313
github.com/networkservicemesh/sdk-k8s v0.0.0-20250324100716-e0f3c56029d0
14-
github.com/networkservicemesh/sdk-sriov v0.0.0-20250314122211-b3cf35d2ca9f
14+
github.com/networkservicemesh/sdk-sriov v0.0.0-20250324100754-d0be48aea3b8
1515
github.com/pkg/errors v0.9.1
1616
github.com/sirupsen/logrus v1.9.0
1717
github.com/spiffe/go-spiffe/v2 v2.1.7
@@ -44,7 +44,7 @@ require (
4444
github.com/google/uuid v1.3.1 // indirect
4545
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
4646
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
47-
github.com/networkservicemesh/sdk-kernel v0.0.0-20250314121841-2d3198b49fdd // indirect
47+
github.com/networkservicemesh/sdk-kernel v0.0.0-20250324100341-9d61bd6e6d09 // indirect
4848
github.com/open-policy-agent/opa v0.44.0 // indirect
4949
github.com/pmezard/go-difflib v1.0.0 // indirect
5050
github.com/prometheus/client_golang v1.17.0 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,10 @@ github.com/networkservicemesh/sdk v0.5.1-0.20250324100113-dfa62717b6fe h1:AMEDKs
131131
github.com/networkservicemesh/sdk v0.5.1-0.20250324100113-dfa62717b6fe/go.mod h1:KJt1xIXbl+xYi+qE+l2y9klwsIaXIr7lo2PJeA5ZIVc=
132132
github.com/networkservicemesh/sdk-k8s v0.0.0-20250324100716-e0f3c56029d0 h1:lFty+2kNFEseZVVuWFIFYhdkrO8hvk0v7UAySZvXNgg=
133133
github.com/networkservicemesh/sdk-k8s v0.0.0-20250324100716-e0f3c56029d0/go.mod h1:oqU1W9LSGmvoRaT0apSSln5GZw9/gVJfOaBlvI+8o74=
134-
github.com/networkservicemesh/sdk-kernel v0.0.0-20250314121841-2d3198b49fdd h1:RN9qYZ+BynaDtJ36Hxbrw3vSmWSO1qrkzKbzcUocH0g=
135-
github.com/networkservicemesh/sdk-kernel v0.0.0-20250314121841-2d3198b49fdd/go.mod h1:ZlYxrSDT7p3N0uvjSjzxVdvAujhJN6vAnoLnx2fCogE=
136-
github.com/networkservicemesh/sdk-sriov v0.0.0-20250314122211-b3cf35d2ca9f h1:1xKJiPQ6odz55vrqv1gl0uMMXsYFl5rtuGEA651oXCA=
137-
github.com/networkservicemesh/sdk-sriov v0.0.0-20250314122211-b3cf35d2ca9f/go.mod h1:NhScG5mZ+HOhFtdglf3Bn2f00YrClrGB6/Z35KBcrSg=
134+
github.com/networkservicemesh/sdk-kernel v0.0.0-20250324100341-9d61bd6e6d09 h1:l0xmjcl+y6baNeYpL+gycQT4SgdAw4CPo4+PiIBK358=
135+
github.com/networkservicemesh/sdk-kernel v0.0.0-20250324100341-9d61bd6e6d09/go.mod h1:sqjfqEPK8+5MaVuybJnvZ40tV6elQtGy0Paj5sII3ms=
136+
github.com/networkservicemesh/sdk-sriov v0.0.0-20250324100754-d0be48aea3b8 h1:JAlY+ZgdP74c+V6hSkMcBQSJSc2UMaDUhNaDClZc/aY=
137+
github.com/networkservicemesh/sdk-sriov v0.0.0-20250324100754-d0be48aea3b8/go.mod h1:Bc6PihsEtve38MIxxEWgTqEd/CaW8QXENcUMtr7HELM=
138138
github.com/open-policy-agent/opa v0.44.0 h1:sEZthsrWBqIN+ShTMJ0Hcz6a3GkYsY4FaB2S/ou2hZk=
139139
github.com/open-policy-agent/opa v0.44.0/go.mod h1:YpJaFIk5pq89n/k72c1lVvfvR5uopdJft2tMg1CW/yU=
140140
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=

0 commit comments

Comments
 (0)