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 (#864)

PR link: networkservicemesh/sdk-kernel#692

Commit: 4f9e691
Author: Network Service Mesh Bot
Date: 2024-10-17 18:45:10 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#692)
PR link: networkservicemesh/sdk#1686
Commit: 9a6b64b
Author: dependabot[bot]
Date: 2024-10-17 19:42:57 -0400
Message:
    - Bump github.com/nats-io/nkeys from 0.4.4 to 0.4.6 (#1686)
Bumps [github.com/nats-io/nkeys](https://github.com/nats-io/nkeys) from 0.4.4 to 0.4.6.
- [Release notes](https://github.com/nats-io/nkeys/releases)
- [Changelog](https://github.com/nats-io/nkeys/blob/main/.goreleaser.yml)
- [Commits](nats-io/nkeys@v0.4.4...v0.4.6)
---
updated-dependencies:
- dependency-name: github.com/nats-io/nkeys
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
Co-authored-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
nsmbot and NSMBot authored Oct 17, 2024
1 parent ecedd0a commit f8b5d51
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 @@ -11,8 +11,8 @@ require (
github.com/hashicorp/go-multierror v1.1.1
github.com/networkservicemesh/api v1.13.4-0.20240815101554-fdbfcd84fd0e
github.com/networkservicemesh/govpp v0.0.0-20240328101142-8a444680fbba
github.com/networkservicemesh/sdk v0.5.1-0.20241017171520-21c4d983a8bc
github.com/networkservicemesh/sdk-kernel v0.0.0-20241017171746-745014ade231
github.com/networkservicemesh/sdk v0.5.1-0.20241017234257-9a6b64bb5f81
github.com/networkservicemesh/sdk-kernel v0.0.0-20241017234510-4f9e6919dd2b
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.17.0
github.com/stretchr/testify v1.8.4
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ github.com/networkservicemesh/api v1.13.4-0.20240815101554-fdbfcd84fd0e h1:Fs34Z
github.com/networkservicemesh/api v1.13.4-0.20240815101554-fdbfcd84fd0e/go.mod h1:B8FmS3XZ7NZY7ZEtdcNg2NHYppDHlr4kl4eecdZN9eI=
github.com/networkservicemesh/govpp v0.0.0-20240328101142-8a444680fbba h1:7B6X6N7rwJNpnfsUlBavxuZdYqTx8nAKwxVS/AkuX1o=
github.com/networkservicemesh/govpp v0.0.0-20240328101142-8a444680fbba/go.mod h1:CwikXQ3p/y3j6+HbQQWXKv0f4LPyUd2vKTiViG93qWA=
github.com/networkservicemesh/sdk v0.5.1-0.20241017171520-21c4d983a8bc h1:Aa8e/VcRaIVyx860cfHvALMsgQe9AGJcr8bO7uNG4Lk=
github.com/networkservicemesh/sdk v0.5.1-0.20241017171520-21c4d983a8bc/go.mod h1:O0xb3CPUS1dkd7IbchN/s4esddsEVuRELUtehVVjB8Y=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241017171746-745014ade231 h1:AhQmvVdTQku1EpTVPi/D6kPk3zpT7k1Fgr769hKCE/Q=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241017171746-745014ade231/go.mod h1:HD9Xye7a0ph/KxBP942aMI544Ap3UpyV8j9XqgfwEKU=
github.com/networkservicemesh/sdk v0.5.1-0.20241017234257-9a6b64bb5f81 h1:xbBLGD9BmfvTwhy56VH8CUH45wO+jUOAvQIqXcmG250=
github.com/networkservicemesh/sdk v0.5.1-0.20241017234257-9a6b64bb5f81/go.mod h1:cE5NEKOYgdGirEvy9Q+SS/pYOFPr1C5l6lqjtFgqrYE=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241017234510-4f9e6919dd2b h1:MPZM7UqY39Jn7s6MfJ2gdj4Q+igWre3WUZggvQ7fiKk=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241017234510-4f9e6919dd2b/go.mod h1:zCpq/bSitxG9YdPRrE/7Wimy4Tv5ZYO+z4aE/uIH9dM=
github.com/onsi/gomega v1.30.0 h1:hvMK7xYz4D3HapigLTeGdId/NcfQx1VHMJc60ew99+8=
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=
Expand Down

0 comments on commit f8b5d51

Please sign in to comment.