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

Merged
merged 1 commit into from
May 14, 2022
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.3.2-0.20220512163820-8c875d61945b
github.com/networkservicemesh/sdk v0.5.1-0.20220513230445-b9a2a4ececad
github.com/networkservicemesh/sdk-k8s v0.0.0-20220512222121-cb9e385a3be1
github.com/networkservicemesh/sdk-k8s v0.0.0-20220514195754-3778661445ed
github.com/networkservicemesh/sdk-sriov v0.0.0-20220513231555-ab6a146968f1
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,8 @@ github.com/networkservicemesh/api v1.3.2-0.20220512163820-8c875d61945b/go.mod h1
github.com/networkservicemesh/sdk v0.5.1-0.20220512090615-4f565a9784e0/go.mod h1:gOYlqDYMdIMCIAfl257+Jn8KNHKVQDZjRIvYSA6wH9s=
github.com/networkservicemesh/sdk v0.5.1-0.20220513230445-b9a2a4ececad h1:QwUtTgHSe3fhPVqaeGmpdtV6W03eCtEc+Xr9d/tmDqA=
github.com/networkservicemesh/sdk v0.5.1-0.20220513230445-b9a2a4ececad/go.mod h1:7Aa9sCLOVzhsbR7LBJ1nSK/YCzd/EO/YK3BbHPB0puw=
github.com/networkservicemesh/sdk-k8s v0.0.0-20220512222121-cb9e385a3be1 h1:GUBYUzBHngu1WVxVo0CFnfpsUuaNUzfWT6pncMDy0X8=
github.com/networkservicemesh/sdk-k8s v0.0.0-20220512222121-cb9e385a3be1/go.mod h1:EpSNe/+U2xHVti2sQzlHs3JN004Tas/dok/1Mh9+uYc=
github.com/networkservicemesh/sdk-k8s v0.0.0-20220514195754-3778661445ed h1:J7xb3zHH7Ju89uxL7dZKfIGBJr4rKn7sY0jm4w7VRnA=
github.com/networkservicemesh/sdk-k8s v0.0.0-20220514195754-3778661445ed/go.mod h1:EpSNe/+U2xHVti2sQzlHs3JN004Tas/dok/1Mh9+uYc=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220513230649-0fd697780f29 h1:oTV2byULg5/MmghHcnfVe2q3xoYPDYL0pYItL4nPWG8=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220513230649-0fd697780f29/go.mod h1:wqztKyWLmzMzSrgWJdrghu1LLi+HNF8fhm2s8K+smMc=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220513231555-ab6a146968f1 h1:pLUhSRvOVkWbEcpbPJcLq+4yPu+h2XXl+Kh81Qr551k=
Expand Down