Skip to content

Commit 61fb8c6

Browse files
nsmbotNSMBot
and
NSMBot
authored
Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#735)
PR link: networkservicemesh/sdk#1717 Commit: 5edabab Author: dependabot[bot] Date: 2025-02-24 11:06:29 +0100 Message: - Bump hmarr/debug-action from 2 to 3 (#1717) Bumps [hmarr/debug-action](https://github.com/hmarr/debug-action) from 2 to 3. - [Release notes](https://github.com/hmarr/debug-action/releases) - [Commits](hmarr/debug-action@v2...v3) --- updated-dependencies: - dependency-name: hmarr/debug-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: NSMBot <nsmbot@networkservicmesh.io> Co-authored-by: NSMBot <nsmbot@networkservicmesh.io>
1 parent 13e1253 commit 61fb8c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/edwarnicke/serialize v1.0.7
1010
github.com/kelseyhightower/envconfig v1.4.0
1111
github.com/networkservicemesh/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00
12-
github.com/networkservicemesh/sdk v0.5.1-0.20250224082004-755c3b54a4f3
12+
github.com/networkservicemesh/sdk v0.5.1-0.20250224100629-5edabab42a88
1313
github.com/sirupsen/logrus v1.9.0
1414
github.com/spiffe/go-spiffe/v2 v2.1.7
1515
github.com/stretchr/testify v1.8.4

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ github.com/miekg/dns v1.1.50 h1:DQUfb9uc6smULcREF09Uc+/Gd46YWqJd5DbpPE9xkcA=
125125
github.com/miekg/dns v1.1.50/go.mod h1:e3IlAVfNqAllflbibAZEWOXOQ+Ynzk/dDozDxY7XnME=
126126
github.com/networkservicemesh/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00 h1:xZGg3H5j9UoQW7GasoQrBtH4RkB9bgKdfuRIM9EUkCQ=
127127
github.com/networkservicemesh/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00/go.mod h1:GT0Yw1LYFSTxlDyJjBDhIxT82rJ2czZ0TiyzxSyKzvg=
128-
github.com/networkservicemesh/sdk v0.5.1-0.20250224082004-755c3b54a4f3 h1:mw5V1kdId5jmFykA5VAdZMEuJXRvxvQX09Etl10UCgc=
129-
github.com/networkservicemesh/sdk v0.5.1-0.20250224082004-755c3b54a4f3/go.mod h1:KJt1xIXbl+xYi+qE+l2y9klwsIaXIr7lo2PJeA5ZIVc=
128+
github.com/networkservicemesh/sdk v0.5.1-0.20250224100629-5edabab42a88 h1:Cj8yfPwJsOcNJtuY0AE9+fhITyXrlSvg8yJufUlzj/0=
129+
github.com/networkservicemesh/sdk v0.5.1-0.20250224100629-5edabab42a88/go.mod h1:KJt1xIXbl+xYi+qE+l2y9klwsIaXIr7lo2PJeA5ZIVc=
130130
github.com/open-policy-agent/opa v0.44.0 h1:sEZthsrWBqIN+ShTMJ0Hcz6a3GkYsY4FaB2S/ou2hZk=
131131
github.com/open-policy-agent/opa v0.44.0/go.mod h1:YpJaFIk5pq89n/k72c1lVvfvR5uopdJft2tMg1CW/yU=
132132
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=

0 commit comments

Comments
 (0)