Skip to content

Commit 422e15f

Browse files
nsmbotNSMBot
andauthored
Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#566)
PR link: networkservicemesh/sdk#1729 Commit: 0a56cb0 Author: dependabot[bot] Date: 2025-06-23 09:09:10 +0200 Message: - Bump github.com/nats-io/nats-server/v2 from 2.9.23 to 2.10.27 (#1729) Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.9.23 to 2.10.27. - [Release notes](https://github.com/nats-io/nats-server/releases) - [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml) - [Commits](nats-io/nats-server@v2.9.23...v2.10.27) --- updated-dependencies: - dependency-name: github.com/nats-io/nats-server/v2 dependency-version: 2.10.27 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: NSMBot <[email protected]> Co-authored-by: NSMBot <[email protected]>
1 parent 82c9e9b commit 422e15f

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.20250619121101-b08fd5a056aa
11+
github.com/networkservicemesh/sdk v0.5.1-0.20250623070910-0a56cb0a5411
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.20250619121101-b08fd5a056aa h1:NVaKEB+gm/dQuzoxBylO1qp6US8NxClf8+5RaaZ6MEs=
151-
github.com/networkservicemesh/sdk v0.5.1-0.20250619121101-b08fd5a056aa/go.mod h1:0+5vxFmQN4zq/9aIIQc4jEjiFyaTgDy5jr5xYonP+H4=
150+
github.com/networkservicemesh/sdk v0.5.1-0.20250623070910-0a56cb0a5411 h1:iTPQXqzA0DGd0Iq9xc2XZrhFbf5FKp4HyyXQ26bnX+Y=
151+
github.com/networkservicemesh/sdk v0.5.1-0.20250623070910-0a56cb0a5411/go.mod h1:nDZSNtDugdvRpo6zXff9RbSmmozlvu09xaq7iDDyLC0=
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)