Skip to content

Commit 526163e

Browse files
nsmbotNSMBot
andauthored
Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#564)
PR link: networkservicemesh/sdk#1736 Commit: 0dd808e Author: Laszlo Kiraly Date: 2025-06-16 18:34:39 +0200 Message: - fix prometheus server shutdown (#1736) * fix prometheus server shutdown ** Use time.Duration for threshold ** Do not cancel the main context Signed-off-by: Laszlo Kiraly <[email protected]> Signed-off-by: NSMBot <[email protected]> Co-authored-by: NSMBot <[email protected]>
1 parent 9ff9b93 commit 526163e

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.4
99
github.com/google/uuid v1.6.0
1010
github.com/networkservicemesh/api v1.14.5-0.20250331122810-c41e3fdcf9e1
11-
github.com/networkservicemesh/sdk v0.5.1-0.20250529134003-277b68c092f1
11+
github.com/networkservicemesh/sdk v0.5.1-0.20250616163439-0dd808eeb38a
1212
github.com/pkg/errors v0.9.1
1313
github.com/sirupsen/logrus v1.9.3
1414
github.com/stretchr/testify v1.10.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq
147147
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
148148
github.com/networkservicemesh/api v1.14.5-0.20250331122810-c41e3fdcf9e1 h1:3vfHIeBTGa1syGrRKrbR4td8/6Kzwmb5j4fHbSbJtXM=
149149
github.com/networkservicemesh/api v1.14.5-0.20250331122810-c41e3fdcf9e1/go.mod h1:+wUn/OlUyKWLaVoZOsHbiGKe7MPk82CQLGvGyoWULp8=
150-
github.com/networkservicemesh/sdk v0.5.1-0.20250529134003-277b68c092f1 h1:Ow2rpS0HlN6y3xUIX1qqWn6KOYx7NLKSB4/5KRq/A48=
151-
github.com/networkservicemesh/sdk v0.5.1-0.20250529134003-277b68c092f1/go.mod h1:0+5vxFmQN4zq/9aIIQc4jEjiFyaTgDy5jr5xYonP+H4=
150+
github.com/networkservicemesh/sdk v0.5.1-0.20250616163439-0dd808eeb38a h1:CQpG4fembQSmbbaxiRnB/ljGy9Ct0UzdFGrg67hu4Xo=
151+
github.com/networkservicemesh/sdk v0.5.1-0.20250616163439-0dd808eeb38a/go.mod h1:0+5vxFmQN4zq/9aIIQc4jEjiFyaTgDy5jr5xYonP+H4=
152152
github.com/onsi/ginkgo/v2 v2.21.0 h1:7rg/4f3rB88pb5obDgNZrNHrQ4e6WpjonchcpuBRnZM=
153153
github.com/onsi/ginkgo/v2 v2.21.0/go.mod h1:7Du3c42kxCUegi0IImZ1wUQzMBVecgIHjR1C+NkhLQo=
154154
github.com/onsi/gomega v1.35.1 h1:Cwbd75ZBPxFSuZ6T+rN/WCb/gOc6YgFBXLlZLhC7Ds4=

0 commit comments

Comments
 (0)