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-k8s@main

PR link: networkservicemesh/sdk-k8s#510

Commit: d4eb53f
Author: Network Service Mesh Bot
Date: 2024-07-03 09:08:10 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#510)
PR link: networkservicemesh/sdk#1642
Commit: 21369bd
Author: Denis Tingaikin
Date: 2024-07-03 17:04:24 +0300
Message:
    - fix 'Segmentation violation in nsmgr' (#1642)
* fix 'Segmentation violation in nsmgr'
* add unit test to cover issue
* Fix linter issue
---------
Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Jul 3, 2024
1 parent c7bac79 commit 265f47b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/labstack/echo/v4 v4.11.3
github.com/networkservicemesh/sdk v0.5.1-0.20240703140424-21369bd95508
github.com/networkservicemesh/sdk-k8s v0.0.0-20240604151042-ca05295f9e3c
github.com/networkservicemesh/sdk-k8s v0.0.0-20240703140810-d4eb53f226e6
go.uber.org/zap v1.19.0
gomodules.xyz/jsonpatch/v2 v2.1.0
k8s.io/api v0.28.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ github.com/networkservicemesh/api v1.13.1-0.20240424210452-d0df98851760 h1:EaWGg
github.com/networkservicemesh/api v1.13.1-0.20240424210452-d0df98851760/go.mod h1:B8FmS3XZ7NZY7ZEtdcNg2NHYppDHlr4kl4eecdZN9eI=
github.com/networkservicemesh/sdk v0.5.1-0.20240703140424-21369bd95508 h1:m7dFb0nigIkTuE1KYf48b9k5Glb5SDhan+Ew5TpvMUc=
github.com/networkservicemesh/sdk v0.5.1-0.20240703140424-21369bd95508/go.mod h1:soFR6Mg5LTVvEI0zXNcbWoBnn4hqUK7ItZBQJ3Jbszo=
github.com/networkservicemesh/sdk-k8s v0.0.0-20240604151042-ca05295f9e3c h1:i2WrsytvQVw8YDmCXXKNIhs8oz02fbv7cj+oW/iroZE=
github.com/networkservicemesh/sdk-k8s v0.0.0-20240604151042-ca05295f9e3c/go.mod h1:Kv/OEXuDgT1yT7YbLzmTxyjSNW6vteVWSTagsI5I+DU=
github.com/networkservicemesh/sdk-k8s v0.0.0-20240703140810-d4eb53f226e6 h1:+D8rnJongVPz4dAalp0XPt1AiEjOUYWIuWxlZVlk9sU=
github.com/networkservicemesh/sdk-k8s v0.0.0-20240703140810-d4eb53f226e6/go.mod h1:HaAaLFb8fihz05U8FLRylDKdhY3asaBrrptronN+6CY=
github.com/onsi/ginkgo/v2 v2.9.4 h1:xR7vG4IXt5RWx6FfIjyAtsoMAtnc3C/rFXBBd2AjZwE=
github.com/onsi/gomega v1.27.6 h1:ENqfyGeS5AX/rlXDd/ETokDz93u0YufY1Pgxuy/PvWE=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down

0 comments on commit 265f47b

Please sign in to comment.