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#697

Commit: 89a3b43
Author: Network Service Mesh Bot
Date: 2024-11-26 03:08:35 -0600
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#697)
PR link: networkservicemesh/sdk#1585
Commit: 35e15a4
Author: Nikita Skrynnik
Date: 2024-11-26 20:06:10 +1100
Message:
    - Add an option to change reselect function (#1585)
* Add mutable reselect function
* fix go linter issues
* add a test with custom reselect function
* revert changes in liveness check ctx
* pass reselectFunc through client
* cleanup
* fix linter issues
* fix linter issues
* fix test
* Fix review comments
* fix CI issues
* add vl3 reselect function
* rename reselect function
---------
Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Nov 26, 2024
1 parent 95225bb commit a581498
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.14.2-0.20241114102931-df7655523954
github.com/networkservicemesh/govpp v0.0.0-20240328101142-8a444680fbba
github.com/networkservicemesh/sdk v0.5.1-0.20241119101250-cb2dbb0eccc2
github.com/networkservicemesh/sdk-kernel v0.0.0-20241119140044-74f2bf254043
github.com/networkservicemesh/sdk v0.5.1-0.20241126090610-35e15a45ac1a
github.com/networkservicemesh/sdk-kernel v0.0.0-20241126090835-89a3b4302060
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 @@ -137,10 +137,10 @@ github.com/networkservicemesh/api v1.14.2-0.20241114102931-df7655523954 h1:oNSje
github.com/networkservicemesh/api v1.14.2-0.20241114102931-df7655523954/go.mod h1:GT0Yw1LYFSTxlDyJjBDhIxT82rJ2czZ0TiyzxSyKzvg=
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.20241119101250-cb2dbb0eccc2 h1:PsFrDO5Nk1kvPb9ef1y+oPAp8LES2PjDgI+uh7NYQ0s=
github.com/networkservicemesh/sdk v0.5.1-0.20241119101250-cb2dbb0eccc2/go.mod h1:SXr8e/1CBLTbdW63DHcaMTSBF0v2mnNKgRMf7pELQso=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241119140044-74f2bf254043 h1:QUHbsh8NTjmuXSJoW6uhei5CpZ3CodZ/sjibJwuK6xo=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241119140044-74f2bf254043/go.mod h1:KLKVhkpzpLC7FCNEJ15fRe78yNr4e+pmNfkuIfj7unI=
github.com/networkservicemesh/sdk v0.5.1-0.20241126090610-35e15a45ac1a h1:+UALghKM5qwer5JxVXgKFPntNcbZL/uchk3SqGz07RY=
github.com/networkservicemesh/sdk v0.5.1-0.20241126090610-35e15a45ac1a/go.mod h1:SXr8e/1CBLTbdW63DHcaMTSBF0v2mnNKgRMf7pELQso=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241126090835-89a3b4302060 h1:Q4li3g4NL/1Ub1BKBIgY3rUxYoTtLG9LoXyoCFUYJDE=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241126090835-89a3b4302060/go.mod h1:/dXjtab4/mFECbHSJHh1XZSNOvkwVIL0KwPZuUnLtg8=
github.com/onsi/gomega v1.30.0 h1:hvMK7xYz4D3HapigLTeGdId/NcfQx1VHMJc60ew99+8=
github.com/onsi/gomega v1.30.0/go.mod h1:9sxs+SwGrKI0+PWe4Fxa9tFQQBG5xSsSbMXOI8PPpoQ=
github.com/open-policy-agent/opa v0.44.0 h1:sEZthsrWBqIN+ShTMJ0Hcz6a3GkYsY4FaB2S/ou2hZk=
Expand Down

0 comments on commit a581498

Please sign in to comment.