Skip to content

Commit ea8ed2e

Browse files
nsmbotNSMBot
andauthored
Update go.mod and go.sum to latest version from networkservicemesh/sdk-k8s@main (#867)
PR link: networkservicemesh/sdk-k8s#567 Commit: a889e20 Author: Network Service Mesh Bot Date: 2025-06-24 08:51:05 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#567) PR link: networkservicemesh/sdk#1737 Commit: 8c5ddd8 Author: Network Service Mesh Bot Date: 2025-06-24 08:41:38 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/api@main (#1737) PR link: https://github.com/networkservicemesh/api/pull/ Commit: a309c99 Author: dependabot[bot] Date: 2025-06-24 15:31:02 +0200 Message: - Bump arduino/setup-protoc from 1 to 3 (#186) * Bump arduino/setup-protoc from 1 to 3 Bumps [arduino/setup-protoc](https://github.com/arduino/setup-protoc) from 1 to 3. - [Release notes](https://github.com/arduino/setup-protoc/releases) - [Commits](arduino/setup-protoc@v1...v3) --- updated-dependencies: - dependency-name: arduino/setup-protoc dependency-type: direct:production update-type: version-update:semver-major ... * remove explicit versioning --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Botond Szirtes <[email protected]> Signed-off-by: NSMBot <[email protected]> Co-authored-by: NSMBot <[email protected]>
1 parent 61429e2 commit ea8ed2e

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
@@ -10,7 +10,7 @@ require (
1010
github.com/kelseyhightower/envconfig v1.4.0
1111
github.com/networkservicemesh/api v1.15.0-rc.1.0.20250624133102-a309c991bec7
1212
github.com/networkservicemesh/sdk v0.5.1-0.20250624134138-8c5ddd885d6b
13-
github.com/networkservicemesh/sdk-k8s v0.0.0-20250623071422-422e15f55691
13+
github.com/networkservicemesh/sdk-k8s v0.0.0-20250624135105-a889e20589f8
1414
github.com/networkservicemesh/sdk-sriov v0.0.0-20250624134759-517ff5f8e914
1515
github.com/pkg/errors v0.9.1
1616
github.com/sirupsen/logrus v1.9.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ github.com/networkservicemesh/api v1.15.0-rc.1.0.20250624133102-a309c991bec7 h1:
117117
github.com/networkservicemesh/api v1.15.0-rc.1.0.20250624133102-a309c991bec7/go.mod h1:+wUn/OlUyKWLaVoZOsHbiGKe7MPk82CQLGvGyoWULp8=
118118
github.com/networkservicemesh/sdk v0.5.1-0.20250624134138-8c5ddd885d6b h1:Yygp315VghWN5seaK8altkuga6nUF0Vmt2j9pWF+Nbg=
119119
github.com/networkservicemesh/sdk v0.5.1-0.20250624134138-8c5ddd885d6b/go.mod h1:9r3tRGPXRZzZG+nQGMmZLB427FGZWkhgzvL9SftlYHQ=
120-
github.com/networkservicemesh/sdk-k8s v0.0.0-20250623071422-422e15f55691 h1:8Mzb8oWPdLrOWxVULHIQ0mMei+yISbi6jye7xzu2ua8=
121-
github.com/networkservicemesh/sdk-k8s v0.0.0-20250623071422-422e15f55691/go.mod h1:+VGU8zbo0MzMwVRkUfAOhGIqmLqtJgshjQl0dIwvJTY=
120+
github.com/networkservicemesh/sdk-k8s v0.0.0-20250624135105-a889e20589f8 h1:mVKtJMCDi/z+pIgrFQJ2XJhEGboucAM+L3e0DfWHZwE=
121+
github.com/networkservicemesh/sdk-k8s v0.0.0-20250624135105-a889e20589f8/go.mod h1:VvrHoHMkdZ/WGeMUXM1U88booNvBoVCzGg+XzjqLJQw=
122122
github.com/networkservicemesh/sdk-kernel v0.0.0-20250624134438-dcd33e647211 h1:wEGUEkbv1z83T3hlM518pw4LFdzqW9Z/eCemRujaHZM=
123123
github.com/networkservicemesh/sdk-kernel v0.0.0-20250624134438-dcd33e647211/go.mod h1:9mpl7cpzghO2r1cpRFt1LMYk13XId47lwdyus0+B6uI=
124124
github.com/networkservicemesh/sdk-sriov v0.0.0-20250624134759-517ff5f8e914 h1:ObGcPcgmcwjx0GQRCALI2djZahVU6W0UXCHszQJlz+g=

0 commit comments

Comments
 (0)