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 cmd manually #375

Merged
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 @@ -10,7 +10,7 @@ require (
github.com/networkservicemesh/api v1.1.2-0.20220119092736-21eda250c390
github.com/networkservicemesh/sdk v0.5.1-0.20220124073803-419fa7053a1a
github.com/networkservicemesh/sdk-k8s v0.0.0-20220124074814-0dce7bf22573
github.com/networkservicemesh/sdk-sriov v0.0.0-20220124025547-43cacc3d117c
github.com/networkservicemesh/sdk-sriov v0.0.0-20220124074808-6eb537000575
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/spiffe/go-spiffe/v2 v2.0.0-alpha.4.0.20200528145730-dc11d0c74e85
Expand Down
9 changes: 4 additions & 5 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -355,15 +355,14 @@ github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OS
github.com/nats-io/stan.go v0.10.0/go.mod h1:0jEuBXKauB1HHJswHM/lx05K48TJ1Yxj6VIfM4k+aB4=
github.com/networkservicemesh/api v1.1.2-0.20220119092736-21eda250c390 h1:GREf14twiQkUInGh+M0qQH+jNQ9uvTfQC2FVieDd7tQ=
github.com/networkservicemesh/api v1.1.2-0.20220119092736-21eda250c390/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.5.1-0.20220119093841-c6568d15f10c/go.mod h1:u3HgGqMae6MFZ//JRrN8CkEJ7pwr+CWBG7cvHymhHDY=
github.com/networkservicemesh/sdk v0.5.1-0.20220124073803-419fa7053a1a h1:VSV85CiW9+IJUPHN58GliNlcYuVldW+lts4fLkna+/o=
github.com/networkservicemesh/sdk v0.5.1-0.20220124073803-419fa7053a1a/go.mod h1:u3HgGqMae6MFZ//JRrN8CkEJ7pwr+CWBG7cvHymhHDY=
github.com/networkservicemesh/sdk-k8s v0.0.0-20220124074814-0dce7bf22573 h1:eaq8W/oZuEhanEBh/rB2cA+9Gk8UePLla10XIoxjAbU=
github.com/networkservicemesh/sdk-k8s v0.0.0-20220124074814-0dce7bf22573/go.mod h1:h3TCpkyiaq8aMWXkWf4jf3g6v23vFSRhKCE57JNJx1E=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220124024608-2a423691d62c h1:pzran0gC/MKOU7/TYICGcq+25ELXRJqSF6DaodsWzto=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220124024608-2a423691d62c/go.mod h1:ZOTrbQe6Jx94FSRllwfC2dvy1+Df+Y4aMAueA+axU0E=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220124025547-43cacc3d117c h1:fg4HuMBPWe0LYqlCMLEz9pHc7Et+EYstqhUdYIsD62E=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220124025547-43cacc3d117c/go.mod h1:qI15m9TdFxPkRAZ2/V1BfVWM9c+FsOlTLsDaOn95sbY=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220124074135-d78e942e0bc2 h1:xL0h60MMtjwWZVxJZ6mohq7sV2z3tzGCKB22jW6DkmY=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220124074135-d78e942e0bc2/go.mod h1:giRLbG501oSMWSA45Mj+3n9mlkLtHfjLFzhbdAw+2Nc=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220124074808-6eb537000575 h1:W0hFazZsHyyl3PZX2euuFxRDqD4zAfUZHOYMCHPNtJ4=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220124074808-6eb537000575/go.mod h1:OrRbpGfWzTTZtOPijW2QNyviC59Gg9BDX7lKS/gbAUE=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
Expand Down