Skip to content

Commit e0f3c56

Browse files
nsmbotNSMBot
andauthored
Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#552)
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 <[email protected]> Signed-off-by: NSMBot <[email protected]> Co-authored-by: NSMBot <[email protected]>
1 parent 5b48c5f commit e0f3c56

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/golang/protobuf v1.5.3
99
github.com/google/uuid v1.3.1
1010
github.com/networkservicemesh/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00
11-
github.com/networkservicemesh/sdk v0.5.1-0.20250314104510-0e510aa2eebb
11+
github.com/networkservicemesh/sdk v0.5.1-0.20250324100113-dfa62717b6fe
1212
github.com/pkg/errors v0.9.1
1313
github.com/sirupsen/logrus v1.9.0
1414
github.com/stretchr/testify v1.8.4

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq
163163
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
164164
github.com/networkservicemesh/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00 h1:xZGg3H5j9UoQW7GasoQrBtH4RkB9bgKdfuRIM9EUkCQ=
165165
github.com/networkservicemesh/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00/go.mod h1:GT0Yw1LYFSTxlDyJjBDhIxT82rJ2czZ0TiyzxSyKzvg=
166-
github.com/networkservicemesh/sdk v0.5.1-0.20250314104510-0e510aa2eebb h1:KBk4dNhwbBaza1gcD/HCEhYGh46p7de7lDl7pFz+BhQ=
167-
github.com/networkservicemesh/sdk v0.5.1-0.20250314104510-0e510aa2eebb/go.mod h1:KJt1xIXbl+xYi+qE+l2y9klwsIaXIr7lo2PJeA5ZIVc=
166+
github.com/networkservicemesh/sdk v0.5.1-0.20250324100113-dfa62717b6fe h1:AMEDKsruacYWszyWO/i+Os3DQZbAx1U4XWzlr2Oh0Q8=
167+
github.com/networkservicemesh/sdk v0.5.1-0.20250324100113-dfa62717b6fe/go.mod h1:KJt1xIXbl+xYi+qE+l2y9klwsIaXIr7lo2PJeA5ZIVc=
168168
github.com/onsi/ginkgo/v2 v2.9.4 h1:xR7vG4IXt5RWx6FfIjyAtsoMAtnc3C/rFXBBd2AjZwE=
169169
github.com/onsi/ginkgo/v2 v2.9.4/go.mod h1:gCQYp2Q+kSoIj7ykSVb9nskRSsR6PUj4AiLywzIhbKM=
170170
github.com/onsi/gomega v1.27.6 h1:ENqfyGeS5AX/rlXDd/ETokDz93u0YufY1Pgxuy/PvWE=

0 commit comments

Comments
 (0)