Skip to content

Commit 880ddc2

Browse files
author
NSMBot
committed
Update go.mod and go.sum to latest version from networkservicemesh/sdk@main
PR link: networkservicemesh/sdk#1721 Commit: 7c0bd2f Author: Network Service Mesh Bot Date: 2025-04-01 01:55:29 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/api@main (#1721) PR link: https://github.com/networkservicemesh/api/pull/ Commit: c41e3fd Author: Botond Szirtes Date: 2025-03-31 14:28:10 +0200 Message: - Introduce prefix for commits created by dependabot (#192) Signed-off-by: NSMBot <[email protected]>
1 parent 3ec0860 commit 880ddc2

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
@@ -9,8 +9,8 @@ require (
99
github.com/fsnotify/fsnotify v1.5.4
1010
github.com/golang/protobuf v1.5.3
1111
github.com/google/uuid v1.3.1
12-
github.com/networkservicemesh/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00
13-
github.com/networkservicemesh/sdk v0.5.1-0.20250326135120-8ba46cbbc552
12+
github.com/networkservicemesh/api v1.14.5-0.20250331122810-c41e3fdcf9e1
13+
github.com/networkservicemesh/sdk v0.5.1-0.20250401065529-7c0bd2f15e17
1414
github.com/pkg/errors v0.9.1
1515
github.com/sirupsen/logrus v1.9.0
1616
github.com/stretchr/testify v1.8.4

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,10 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G
161161
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
162162
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
163163
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
164-
github.com/networkservicemesh/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00 h1:xZGg3H5j9UoQW7GasoQrBtH4RkB9bgKdfuRIM9EUkCQ=
165-
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.20250326135120-8ba46cbbc552 h1:z5DD41+GG6Ur/v2chZonlAYsSXBvepkPaE6I50Aji/k=
167-
github.com/networkservicemesh/sdk v0.5.1-0.20250326135120-8ba46cbbc552/go.mod h1:kG5axsqr5j7lRFfdx452AAUv7XVu9hig5p03y3fQST0=
164+
github.com/networkservicemesh/api v1.14.5-0.20250331122810-c41e3fdcf9e1 h1:3vfHIeBTGa1syGrRKrbR4td8/6Kzwmb5j4fHbSbJtXM=
165+
github.com/networkservicemesh/api v1.14.5-0.20250331122810-c41e3fdcf9e1/go.mod h1:+wUn/OlUyKWLaVoZOsHbiGKe7MPk82CQLGvGyoWULp8=
166+
github.com/networkservicemesh/sdk v0.5.1-0.20250401065529-7c0bd2f15e17 h1:Ar60JMZig6W5yREfYg8uqkurNPtOhIQ775lgizkKARw=
167+
github.com/networkservicemesh/sdk v0.5.1-0.20250401065529-7c0bd2f15e17/go.mod h1:7oi2SgOTu3LOpBsYSyJWe2kgkkoPeJsUiIv3U1ypMJw=
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)