Skip to content

Commit

Permalink
Update from update/networkservicemesh/sdk-k8s (#803)
Browse files Browse the repository at this point in the history
* Update go.mod and go.sum to latest version from networkservicemesh/sdk-k8s@main
PR link: networkservicemesh/sdk-k8s#539

Commit: 0160ee6
Author: Network Service Mesh Bot
Date: 2024-12-24 03:57:26 -0600
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#539)
PR link: networkservicemesh/sdk#1710
Commit: 4a9b9a0
Author: Denis Tingaikin
Date: 2024-12-24 12:52:13 +0300
Message:
    - add options for using custom heal/reetry clients for registry (#1710)
Signed-off-by: NSMBot <[email protected]>

* Automatically resolving conflicts in go.mod and updating dependency versions to the latest

Signed-off-by: NSMBot <[email protected]>

---------

Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
  • Loading branch information
nsmbot and NSMBot authored Dec 24, 2024
1 parent c697501 commit e9271eb
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 @@ -10,7 +10,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00
github.com/networkservicemesh/sdk v0.5.1-0.20241224095213-4a9b9a01615e
github.com/networkservicemesh/sdk-k8s v0.0.0-20241219163154-f7fd4c129994
github.com/networkservicemesh/sdk-k8s v0.0.0-20241224095726-0160ee635295
github.com/networkservicemesh/sdk-sriov v0.0.0-20241224095714-322cd1aa00fb
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ github.com/networkservicemesh/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00 h1:
github.com/networkservicemesh/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00/go.mod h1:GT0Yw1LYFSTxlDyJjBDhIxT82rJ2czZ0TiyzxSyKzvg=
github.com/networkservicemesh/sdk v0.5.1-0.20241224095213-4a9b9a01615e h1:8ac6fDmgF332gAdvjOr1hGVSliihrP60IR6wrxb3Ftw=
github.com/networkservicemesh/sdk v0.5.1-0.20241224095213-4a9b9a01615e/go.mod h1:4UxNmG1wYL5v93pZHIgIn0jTsvzn4x0QioQ/v48zuD8=
github.com/networkservicemesh/sdk-k8s v0.0.0-20241219163154-f7fd4c129994 h1:4MmZYlQ8nkvY42sshmSUN7N65m7sgiUUJmQSyU5/AmA=
github.com/networkservicemesh/sdk-k8s v0.0.0-20241219163154-f7fd4c129994/go.mod h1:EOfAwdmHb4b5uHgks/oiYhMUrI2B4mI1r0hkVciV8Hw=
github.com/networkservicemesh/sdk-k8s v0.0.0-20241224095726-0160ee635295 h1:QI0JBQUDkneYX+OoeYAsJYxP7b/EhNgNOzjfttyN/EQ=
github.com/networkservicemesh/sdk-k8s v0.0.0-20241224095726-0160ee635295/go.mod h1:3twyfeVuVDxHJcKv8Z0+6ITGQ8qOdB1tAs6hIgFclOU=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241224095420-31c2f68c6ae8 h1:AMuX2Sdy+Hcl6KfT7bqFrV+jubMPFyftDHNzFyAccrU=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241224095420-31c2f68c6ae8/go.mod h1:a/RfBAu3mdzhXuhL48lC44DSe88BNqW0hQIzCbNkEvU=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241224095714-322cd1aa00fb h1:ibisZZUh+0NbjV964acDV8WXk8XTm157dulRRKaEnIg=
Expand Down

0 comments on commit e9271eb

Please sign in to comment.