Skip to content

Commit

Permalink
Update go.mod and go.sum to latest version from networkservicemesh/sd…
Browse files Browse the repository at this point in the history
…k-kernel@main

PR link: networkservicemesh/sdk-kernel#713

Commit: 63f5f23
Author: Network Service Mesh Bot
Date: 2025-02-26 02:37:15 -0600
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#713)
PR link: networkservicemesh/sdk#1719
Commit: bfb5813
Author: dependabot[bot]
Date: 2025-02-26 09:34:49 +0100
Message:
    - Bump codecov/codecov-action from 3 to 5 (#1719)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v3...v5)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Feb 26, 2025
1 parent 6b79462 commit 171c95e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/miekg/dns v1.1.50
github.com/networkservicemesh/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00
github.com/networkservicemesh/sdk v0.5.1-0.20250224103718-8d9b7767574d
github.com/networkservicemesh/sdk-kernel v0.0.0-20250224104039-71ea13b6be34
github.com/networkservicemesh/sdk v0.5.1-0.20250226083449-bfb5813a6d99
github.com/networkservicemesh/sdk-kernel v0.0.0-20250226083715-63f5f23693b6
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
github.com/spiffe/go-spiffe/v2 v2.1.7
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ github.com/miekg/dns v1.1.50 h1:DQUfb9uc6smULcREF09Uc+/Gd46YWqJd5DbpPE9xkcA=
github.com/miekg/dns v1.1.50/go.mod h1:e3IlAVfNqAllflbibAZEWOXOQ+Ynzk/dDozDxY7XnME=
github.com/networkservicemesh/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00 h1:xZGg3H5j9UoQW7GasoQrBtH4RkB9bgKdfuRIM9EUkCQ=
github.com/networkservicemesh/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00/go.mod h1:GT0Yw1LYFSTxlDyJjBDhIxT82rJ2czZ0TiyzxSyKzvg=
github.com/networkservicemesh/sdk v0.5.1-0.20250224103718-8d9b7767574d h1:HuFMXcqgMy+a0VdFsN8ZgMdyZMxrcBFAkNW4iLh0FD8=
github.com/networkservicemesh/sdk v0.5.1-0.20250224103718-8d9b7767574d/go.mod h1:KJt1xIXbl+xYi+qE+l2y9klwsIaXIr7lo2PJeA5ZIVc=
github.com/networkservicemesh/sdk-kernel v0.0.0-20250224104039-71ea13b6be34 h1:jz0Sq46za3qrpU031LFE289YGmUjiSxfCrWBTivE3Vg=
github.com/networkservicemesh/sdk-kernel v0.0.0-20250224104039-71ea13b6be34/go.mod h1:eBqaBiNaGFZHTyVFCnFv0h64IFCUQT9hoDtfrLhRhzo=
github.com/networkservicemesh/sdk v0.5.1-0.20250226083449-bfb5813a6d99 h1:AdUcqJAGzXnbWh9tNAWiXXdgtmxoJXFTRUbtRo/hyfE=
github.com/networkservicemesh/sdk v0.5.1-0.20250226083449-bfb5813a6d99/go.mod h1:KJt1xIXbl+xYi+qE+l2y9klwsIaXIr7lo2PJeA5ZIVc=
github.com/networkservicemesh/sdk-kernel v0.0.0-20250226083715-63f5f23693b6 h1:rrQ4pWeahBug/JbEKBMPEgAA+ysUeEgBl/iAg2lLCyc=
github.com/networkservicemesh/sdk-kernel v0.0.0-20250226083715-63f5f23693b6/go.mod h1:ntZyABMqshLuNm4wa7zBLLYl4TAKS72r2AA9Yl+pNUs=
github.com/open-policy-agent/opa v0.44.0 h1:sEZthsrWBqIN+ShTMJ0Hcz6a3GkYsY4FaB2S/ou2hZk=
github.com/open-policy-agent/opa v0.44.0/go.mod h1:YpJaFIk5pq89n/k72c1lVvfvR5uopdJft2tMg1CW/yU=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
Expand Down

0 comments on commit 171c95e

Please sign in to comment.