Skip to content

Commit e92fa40

Browse files
nsmbotNSMBot
andauthored
Update go.mod and go.sum to latest version from networkservicemesh/sdk-k8s@main (#337)
PR link: networkservicemesh/sdk-k8s#546 Commit: 24dda3e Author: Network Service Mesh Bot Date: 2025-02-24 05:49:30 -0600 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#546) PR link: networkservicemesh/sdk#1718 Commit: 8d9b776 Author: dependabot[bot] Date: 2025-02-24 11:37:18 +0100 Message: - Bump actions/checkout from 2 to 4 (#1718) Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: NSMBot <[email protected]> Co-authored-by: NSMBot <[email protected]>
1 parent cce3171 commit e92fa40

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
@@ -6,8 +6,8 @@ require (
66
github.com/fsnotify/fsnotify v1.5.4
77
github.com/ghodss/yaml v1.0.0
88
github.com/kelseyhightower/envconfig v1.4.0
9-
github.com/networkservicemesh/sdk v0.5.1-0.20250224082004-755c3b54a4f3
10-
github.com/networkservicemesh/sdk-k8s v0.0.0-20250224082609-5a393e9bbe01
9+
github.com/networkservicemesh/sdk v0.5.1-0.20250224103718-8d9b7767574d
10+
github.com/networkservicemesh/sdk-k8s v0.0.0-20250224114930-24dda3ece153
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -329,10 +329,10 @@ github.com/naoina/go-stringutil v0.1.0/go.mod h1:XJ2SJL9jCtBh+P9q5btrd/Ylo8XwT/h
329329
github.com/naoina/toml v0.1.1/go.mod h1:NBIhNtsFMo3G2szEBne+bO4gS192HuIYRqfvOWb4i1E=
330330
github.com/networkservicemesh/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00 h1:xZGg3H5j9UoQW7GasoQrBtH4RkB9bgKdfuRIM9EUkCQ=
331331
github.com/networkservicemesh/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00/go.mod h1:GT0Yw1LYFSTxlDyJjBDhIxT82rJ2czZ0TiyzxSyKzvg=
332-
github.com/networkservicemesh/sdk v0.5.1-0.20250224082004-755c3b54a4f3 h1:mw5V1kdId5jmFykA5VAdZMEuJXRvxvQX09Etl10UCgc=
333-
github.com/networkservicemesh/sdk v0.5.1-0.20250224082004-755c3b54a4f3/go.mod h1:KJt1xIXbl+xYi+qE+l2y9klwsIaXIr7lo2PJeA5ZIVc=
334-
github.com/networkservicemesh/sdk-k8s v0.0.0-20250224082609-5a393e9bbe01 h1:1m4KOX0HYTonD93mfoCFJZTmdvM3X1op8dA844i/hBo=
335-
github.com/networkservicemesh/sdk-k8s v0.0.0-20250224082609-5a393e9bbe01/go.mod h1:fYJh8cA/G4F6HUWtsyEGY1GO8fz8QcrH3CaT7X2P39A=
332+
github.com/networkservicemesh/sdk v0.5.1-0.20250224103718-8d9b7767574d h1:HuFMXcqgMy+a0VdFsN8ZgMdyZMxrcBFAkNW4iLh0FD8=
333+
github.com/networkservicemesh/sdk v0.5.1-0.20250224103718-8d9b7767574d/go.mod h1:KJt1xIXbl+xYi+qE+l2y9klwsIaXIr7lo2PJeA5ZIVc=
334+
github.com/networkservicemesh/sdk-k8s v0.0.0-20250224114930-24dda3ece153 h1:ms/PBd5NNdA2ZHh7z4nm8gHuPiB7/2LQNzu+5cKzmWc=
335+
github.com/networkservicemesh/sdk-k8s v0.0.0-20250224114930-24dda3ece153/go.mod h1:EaKNQUSZdWgfTB4U1Lz985DNv1sZoKMPUQXAMDRXHrM=
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)