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

Merged
merged 1 commit into from
Oct 15, 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 @@ -9,8 +9,8 @@ require (
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/sdk v0.5.1-0.20241007094110-76b397f06202
github.com/networkservicemesh/sdk-k8s v0.0.0-20241014115918-0aeda96e03d3
github.com/networkservicemesh/sdk v0.5.1-0.20241015095655-7ebf92ea74d7
github.com/networkservicemesh/sdk-k8s v0.0.0-20241015100114-a140a6b301df
github.com/networkservicemesh/sdk-sriov v0.0.0-20241011104334-dd5685af6423
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfr
github.com/miekg/dns v1.1.50 h1:DQUfb9uc6smULcREF09Uc+/Gd46YWqJd5DbpPE9xkcA=
github.com/networkservicemesh/api v1.13.4-0.20240815101554-fdbfcd84fd0e h1:Fs34ZZN+bujq5OQEQUpxm0gYQ3g7uSCkcKcoUt70Be0=
github.com/networkservicemesh/api v1.13.4-0.20240815101554-fdbfcd84fd0e/go.mod h1:B8FmS3XZ7NZY7ZEtdcNg2NHYppDHlr4kl4eecdZN9eI=
github.com/networkservicemesh/sdk v0.5.1-0.20241007094110-76b397f06202 h1:tEKQzh43d+ByFC2JYk7WSkryHPZF//RLK5l85/mp1H0=
github.com/networkservicemesh/sdk v0.5.1-0.20241007094110-76b397f06202/go.mod h1:nz2VJ3l/UDvsEusdIZf7OMxC7zLrRCV1PuziPjxJeVE=
github.com/networkservicemesh/sdk-k8s v0.0.0-20241014115918-0aeda96e03d3 h1:rrxU9rH5QLYYY7qzzq7oJSjPvSqFZZGUq9LZKKgFdRw=
github.com/networkservicemesh/sdk-k8s v0.0.0-20241014115918-0aeda96e03d3/go.mod h1:yeXe0zrb+RWbr7WSswUqcLF+To4HYoyvdH23JOVbzLM=
github.com/networkservicemesh/sdk v0.5.1-0.20241015095655-7ebf92ea74d7 h1:KC1ivupPzRmk9WbmlU0OedWzZRjsML4x2qm4kOXtELk=
github.com/networkservicemesh/sdk v0.5.1-0.20241015095655-7ebf92ea74d7/go.mod h1:nz2VJ3l/UDvsEusdIZf7OMxC7zLrRCV1PuziPjxJeVE=
github.com/networkservicemesh/sdk-k8s v0.0.0-20241015100114-a140a6b301df h1:6FRKKIhB4O0m8/rORU7MfAHGCysORA2on/w67tbkfug=
github.com/networkservicemesh/sdk-k8s v0.0.0-20241015100114-a140a6b301df/go.mod h1:x03hU7wE5PVDntv2aSmBv/+NcGQTVTey7bhG8lWvTgk=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241011104010-f42c758ad1d8 h1:4V+/Y08zaTNRPDlHLffOHD/XqoHGMsQBqNeDucNc01Q=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241011104010-f42c758ad1d8/go.mod h1:AnxP96EfgVa+EWma0q3T+d6UjSPUMkafR/uMMQJkWcc=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241011104334-dd5685af6423 h1:POY+0jXP2bv3aB3NhormsQdEozclM9VlRDZlT4GkHdk=
Expand Down
Loading