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#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 <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Dec 24, 2024
1 parent 1fa4e43 commit b1e46fe
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 @@ -6,8 +6,8 @@ require (
github.com/antonfisher/nested-logrus-formatter v1.3.1
github.com/edwarnicke/grpcfd v1.1.4
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/sdk v0.5.1-0.20241219162646-55b1f2b101fe
github.com/networkservicemesh/sdk-k8s v0.0.0-20241219163154-f7fd4c129994
github.com/networkservicemesh/sdk v0.5.1-0.20241224095213-4a9b9a01615e
github.com/networkservicemesh/sdk-k8s v0.0.0-20241224095726-0160ee635295
github.com/sirupsen/logrus v1.9.0
github.com/spiffe/go-spiffe/v2 v2.1.7
google.golang.org/grpc v1.60.1
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/networkservicemesh/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00 h1:xZGg3H5j9UoQW7GasoQrBtH4RkB9bgKdfuRIM9EUkCQ=
github.com/networkservicemesh/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00/go.mod h1:GT0Yw1LYFSTxlDyJjBDhIxT82rJ2czZ0TiyzxSyKzvg=
github.com/networkservicemesh/sdk v0.5.1-0.20241219162646-55b1f2b101fe h1:l8SBNe49Xqom8yEKJsey3s24udlEqvcv+4QgIpE77YQ=
github.com/networkservicemesh/sdk v0.5.1-0.20241219162646-55b1f2b101fe/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 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-20241224095726-0160ee635295 h1:QI0JBQUDkneYX+OoeYAsJYxP7b/EhNgNOzjfttyN/EQ=
github.com/networkservicemesh/sdk-k8s v0.0.0-20241224095726-0160ee635295/go.mod h1:3twyfeVuVDxHJcKv8Z0+6ITGQ8qOdB1tAs6hIgFclOU=
github.com/onsi/ginkgo/v2 v2.9.4 h1:xR7vG4IXt5RWx6FfIjyAtsoMAtnc3C/rFXBBd2AjZwE=
github.com/onsi/ginkgo/v2 v2.9.4/go.mod h1:gCQYp2Q+kSoIj7ykSVb9nskRSsR6PUj4AiLywzIhbKM=
github.com/onsi/gomega v1.27.6 h1:ENqfyGeS5AX/rlXDd/ETokDz93u0YufY1Pgxuy/PvWE=
Expand Down

0 comments on commit b1e46fe

Please sign in to comment.