Skip to content

Commit 61429e2

Browse files
nsmbotNSMBot
andauthored
Update go.mod and go.sum to latest version from networkservicemesh/sdk-sriov@main (#866)
PR link: networkservicemesh/sdk-sriov#664 Commit: 517ff5f Author: Network Service Mesh Bot Date: 2025-06-24 08:47:59 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#664) PR link: networkservicemesh/sdk-kernel#733 Commit: dcd33e6 Author: Network Service Mesh Bot Date: 2025-06-24 08:44:38 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#733) 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 723e24c commit 61429e2

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ require (
88
github.com/edwarnicke/genericsync v0.0.0-20220910010113-61a344f9bc29
99
github.com/edwarnicke/grpcfd v1.1.4
1010
github.com/kelseyhightower/envconfig v1.4.0
11-
github.com/networkservicemesh/api v1.14.5-0.20250331122810-c41e3fdcf9e1
12-
github.com/networkservicemesh/sdk v0.5.1-0.20250623070910-0a56cb0a5411
11+
github.com/networkservicemesh/api v1.15.0-rc.1.0.20250624133102-a309c991bec7
12+
github.com/networkservicemesh/sdk v0.5.1-0.20250624134138-8c5ddd885d6b
1313
github.com/networkservicemesh/sdk-k8s v0.0.0-20250623071422-422e15f55691
14-
github.com/networkservicemesh/sdk-sriov v0.0.0-20250623071822-a6c3819a88dc
14+
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
1717
github.com/spiffe/go-spiffe/v2 v2.1.7
@@ -45,7 +45,7 @@ require (
4545
github.com/gorilla/mux v1.8.1 // indirect
4646
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect
4747
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
48-
github.com/networkservicemesh/sdk-kernel v0.0.0-20250623071506-460d8fa4882d // indirect
48+
github.com/networkservicemesh/sdk-kernel v0.0.0-20250624134438-dcd33e647211 // indirect
4949
github.com/open-policy-agent/opa v1.4.0 // indirect
5050
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
5151
github.com/prometheus/client_golang v1.21.1 // indirect

go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -113,16 +113,16 @@ github.com/miekg/dns v1.1.57 h1:Jzi7ApEIzwEPLHWRcafCN9LZSBbqQpxjt/wpgvg7wcM=
113113
github.com/miekg/dns v1.1.57/go.mod h1:uqRjCRUuEAA6qsOiJvDd+CFo/vW+y5WR6SNmHE55hZk=
114114
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
115115
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
116-
github.com/networkservicemesh/api v1.14.5-0.20250331122810-c41e3fdcf9e1 h1:3vfHIeBTGa1syGrRKrbR4td8/6Kzwmb5j4fHbSbJtXM=
117-
github.com/networkservicemesh/api v1.14.5-0.20250331122810-c41e3fdcf9e1/go.mod h1:+wUn/OlUyKWLaVoZOsHbiGKe7MPk82CQLGvGyoWULp8=
118-
github.com/networkservicemesh/sdk v0.5.1-0.20250623070910-0a56cb0a5411 h1:iTPQXqzA0DGd0Iq9xc2XZrhFbf5FKp4HyyXQ26bnX+Y=
119-
github.com/networkservicemesh/sdk v0.5.1-0.20250623070910-0a56cb0a5411/go.mod h1:nDZSNtDugdvRpo6zXff9RbSmmozlvu09xaq7iDDyLC0=
116+
github.com/networkservicemesh/api v1.15.0-rc.1.0.20250624133102-a309c991bec7 h1:isY7vNGUJ25dWDh0gP21z6RipeUOnQRgOnnfP2YDZ8Y=
117+
github.com/networkservicemesh/api v1.15.0-rc.1.0.20250624133102-a309c991bec7/go.mod h1:+wUn/OlUyKWLaVoZOsHbiGKe7MPk82CQLGvGyoWULp8=
118+
github.com/networkservicemesh/sdk v0.5.1-0.20250624134138-8c5ddd885d6b h1:Yygp315VghWN5seaK8altkuga6nUF0Vmt2j9pWF+Nbg=
119+
github.com/networkservicemesh/sdk v0.5.1-0.20250624134138-8c5ddd885d6b/go.mod h1:9r3tRGPXRZzZG+nQGMmZLB427FGZWkhgzvL9SftlYHQ=
120120
github.com/networkservicemesh/sdk-k8s v0.0.0-20250623071422-422e15f55691 h1:8Mzb8oWPdLrOWxVULHIQ0mMei+yISbi6jye7xzu2ua8=
121121
github.com/networkservicemesh/sdk-k8s v0.0.0-20250623071422-422e15f55691/go.mod h1:+VGU8zbo0MzMwVRkUfAOhGIqmLqtJgshjQl0dIwvJTY=
122-
github.com/networkservicemesh/sdk-kernel v0.0.0-20250623071506-460d8fa4882d h1:98K/hNwjv5UG73JOLTehZ21nMej9OTmHnbpE0qepYXc=
123-
github.com/networkservicemesh/sdk-kernel v0.0.0-20250623071506-460d8fa4882d/go.mod h1:3XZQK9Q1H4VC6XwB5XPczHzde8bqRurGoca0tarq4Ic=
124-
github.com/networkservicemesh/sdk-sriov v0.0.0-20250623071822-a6c3819a88dc h1:a9Y1pehE3jI4iN1FP1lG5wOnVHA0Kiw0ULpmexjNa18=
125-
github.com/networkservicemesh/sdk-sriov v0.0.0-20250623071822-a6c3819a88dc/go.mod h1:WdqTKhjpcqELA4hlOtZLsmeg2MkZSy973WELQlpw3y0=
122+
github.com/networkservicemesh/sdk-kernel v0.0.0-20250624134438-dcd33e647211 h1:wEGUEkbv1z83T3hlM518pw4LFdzqW9Z/eCemRujaHZM=
123+
github.com/networkservicemesh/sdk-kernel v0.0.0-20250624134438-dcd33e647211/go.mod h1:9mpl7cpzghO2r1cpRFt1LMYk13XId47lwdyus0+B6uI=
124+
github.com/networkservicemesh/sdk-sriov v0.0.0-20250624134759-517ff5f8e914 h1:ObGcPcgmcwjx0GQRCALI2djZahVU6W0UXCHszQJlz+g=
125+
github.com/networkservicemesh/sdk-sriov v0.0.0-20250624134759-517ff5f8e914/go.mod h1:VeoUx90tV21N6z3Lm9g4DWZVAiRyA5JCNuG30kO3ptc=
126126
github.com/open-policy-agent/opa v1.4.0 h1:IGO3xt5HhQKQq2axfa9memIFx5lCyaBlG+fXcgHpd3A=
127127
github.com/open-policy-agent/opa v1.4.0/go.mod h1:DNzZPKqKh4U0n0ANxcCVlw8lCSv2c+h5G/3QvSYdWZ8=
128128
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=

0 commit comments

Comments
 (0)