Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from update/networkservicemesh/sdk-k8s #319

Merged
merged 1 commit into from
Mar 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ require (
github.com/edwarnicke/grpcfd v1.1.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.12.1-rc.1.0.20240325104451-92facbceb926
github.com/networkservicemesh/sdk v0.5.1-0.20240326082914-050d53f043eb
github.com/networkservicemesh/sdk-k8s v0.0.0-20240326083514-e88b210d591a
github.com/networkservicemesh/sdk v0.5.1-0.20240327123356-d6d5c0de3568
github.com/networkservicemesh/sdk-k8s v0.0.0-20240327123956-becd307dc93e
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
github.com/spiffe/go-spiffe/v2 v2.1.7
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,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.12.1-rc.1.0.20240325104451-92facbceb926 h1:54aC15stuVbz9F4YkxBfOmsT0NpYKWyCFkZbzCEA81U=
github.com/networkservicemesh/api v1.12.1-rc.1.0.20240325104451-92facbceb926/go.mod h1:B8FmS3XZ7NZY7ZEtdcNg2NHYppDHlr4kl4eecdZN9eI=
github.com/networkservicemesh/sdk v0.5.1-0.20240326082914-050d53f043eb h1:TuX3GMMJGno5LrNSN8cXudr55uk2vw/FJGibngjA15U=
github.com/networkservicemesh/sdk v0.5.1-0.20240326082914-050d53f043eb/go.mod h1:kSPLlf71rqB+4mAW8MHkrfWs9cMuQJP7RVkGqpHqKmY=
github.com/networkservicemesh/sdk-k8s v0.0.0-20240326083514-e88b210d591a h1:30TBMWzWY2KRoVCYOh9DNIQvpAZIXPMvDje95aGpv1I=
github.com/networkservicemesh/sdk-k8s v0.0.0-20240326083514-e88b210d591a/go.mod h1:7bf4/zbRmKzvs3/luLPFmX2/cSay/ZUJz1q1zMWph5Y=
github.com/networkservicemesh/sdk v0.5.1-0.20240327123356-d6d5c0de3568 h1:dnryspyrR90yPY8OlfZGNtG3KfM2+5b0bZyFMol+8ws=
github.com/networkservicemesh/sdk v0.5.1-0.20240327123356-d6d5c0de3568/go.mod h1:kSPLlf71rqB+4mAW8MHkrfWs9cMuQJP7RVkGqpHqKmY=
github.com/networkservicemesh/sdk-k8s v0.0.0-20240327123956-becd307dc93e h1:CpOzGPcnN/v80JaJn9BE+enGMMzave2thb9uHqixxu8=
github.com/networkservicemesh/sdk-k8s v0.0.0-20240327123956-becd307dc93e/go.mod h1:zoEMOGnkMuzRPlyA90lLtX2c5ra2CZ+LVsy7ecfGN8Y=
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/open-policy-agent/opa v0.44.0 h1:sEZthsrWBqIN+ShTMJ0Hcz6a3GkYsY4FaB2S/ou2hZk=
Expand Down
Loading