Skip to content

Commit 1d2f107

Browse files
nsmbotNSMBot
andauthored
Update go.mod and go.sum to latest version from networkservicemesh/sdk-k8s@main (#339)
PR link: networkservicemesh/sdk-k8s#545 Commit: 4d86723 Author: Botond Szirtes Date: 2025-03-13 16:11:31 +0100 Message: - Enable dependabot for updating github actions (#545) Signed-off-by: NSMBot <[email protected]> Co-authored-by: NSMBot <[email protected]>
1 parent e03b88e commit 1d2f107

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
@@ -7,7 +7,7 @@ require (
77
github.com/ghodss/yaml v1.0.0
88
github.com/kelseyhightower/envconfig v1.4.0
99
github.com/networkservicemesh/sdk v0.5.1-0.20250226083449-bfb5813a6d99
10-
github.com/networkservicemesh/sdk-k8s v0.0.0-20250226083919-472571b94e40
10+
github.com/networkservicemesh/sdk-k8s v0.0.0-20250313151131-4d8672372eef
1111
github.com/onsi/gomega v1.27.6
1212
github.com/pkg/errors v0.9.1
1313
github.com/sirupsen/logrus v1.9.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,8 @@ github.com/networkservicemesh/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00 h1:
331331
github.com/networkservicemesh/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00/go.mod h1:GT0Yw1LYFSTxlDyJjBDhIxT82rJ2czZ0TiyzxSyKzvg=
332332
github.com/networkservicemesh/sdk v0.5.1-0.20250226083449-bfb5813a6d99 h1:AdUcqJAGzXnbWh9tNAWiXXdgtmxoJXFTRUbtRo/hyfE=
333333
github.com/networkservicemesh/sdk v0.5.1-0.20250226083449-bfb5813a6d99/go.mod h1:KJt1xIXbl+xYi+qE+l2y9klwsIaXIr7lo2PJeA5ZIVc=
334-
github.com/networkservicemesh/sdk-k8s v0.0.0-20250226083919-472571b94e40 h1:sEiSzUdRIF7vhIUWlsXNY7JirD7oObBHUH4lSfL9NaQ=
335-
github.com/networkservicemesh/sdk-k8s v0.0.0-20250226083919-472571b94e40/go.mod h1:2zfqDODwkEN40Tf2knEA5iI8qtVawzaS1ANSxfSR2rc=
334+
github.com/networkservicemesh/sdk-k8s v0.0.0-20250313151131-4d8672372eef h1:uuBumNK/AQcC70Y/3Se+9qGs4hQ/K1FSehxLpNrmM+Y=
335+
github.com/networkservicemesh/sdk-k8s v0.0.0-20250313151131-4d8672372eef/go.mod h1:2zfqDODwkEN40Tf2knEA5iI8qtVawzaS1ANSxfSR2rc=
336336
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
337337
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
338338
github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=

0 commit comments

Comments
 (0)