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

PR link: networkservicemesh/sdk-vpp#870

Commit: d063ab3
Author: Network Service Mesh Bot
Date: 2024-11-26 03:13:04 -0600
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#870)
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 <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Nov 26, 2024
1 parent fed83ae commit e661e57
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 13 deletions.
12 changes: 7 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
module github.com/networkservicemesh/cmd-lb-vl3-vpp

go 1.20
go 1.23

toolchain go1.23.3

require (
github.com/antonfisher/nested-logrus-formatter v1.3.1
github.com/edwarnicke/debug v1.0.0
github.com/edwarnicke/grpcfd v1.1.4
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.13.4-0.20240815101554-fdbfcd84fd0e
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.20241106141620-b53ccb0ebe20
github.com/networkservicemesh/sdk-vpp v0.0.0-20241106142209-3dbe273c826b
github.com/networkservicemesh/sdk v0.5.1-0.20241126090610-35e15a45ac1a
github.com/networkservicemesh/sdk-vpp v0.0.0-20241126091304-d063ab3634f0
github.com/networkservicemesh/vpphelper v0.0.0-20230901145133-a14aecebd1cb
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
Expand Down Expand Up @@ -45,7 +47,7 @@ require (
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/lunixbochs/struc v0.0.0-20200521075829-a4cb8d33dbbe // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/networkservicemesh/sdk-kernel v0.0.0-20241106141842-3e1b97bc7989 // indirect
github.com/networkservicemesh/sdk-kernel v0.0.0-20241126090835-89a3b4302060 // indirect
github.com/open-policy-agent/opa v0.44.0 // indirect
github.com/prometheus/client_golang v1.17.0 // indirect
github.com/prometheus/client_model v0.5.0 // indirect
Expand Down
Loading

0 comments on commit e661e57

Please sign in to comment.