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

Adapt cmd-nsc to work with sendfd/recvfd. #16

Merged
merged 3 commits into from
Sep 23, 2020
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
7 changes: 4 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ go 1.14

require (
github.com/antonfisher/nested-logrus-formatter v1.1.0
github.com/edwarnicke/grpcfd v0.0.0-20200920223154-d5b6e1f19bd0
github.com/golang/protobuf v1.4.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v0.0.0-20200813164503-9585b38e6772
github.com/networkservicemesh/sdk v0.0.0-20200813194707-0d4413ef1106
github.com/networkservicemesh/api v0.0.0-20200915182332-e5aee3ba99ef
github.com/networkservicemesh/sdk v0.0.0-20200921025830-c057c01651a1
github.com/opentracing/opentracing-go v1.2.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.6.0
github.com/spiffe/go-spiffe/v2 v2.0.0-alpha.5
github.com/stretchr/testify v1.6.1
google.golang.org/grpc v1.31.0
google.golang.org/grpc v1.32.0
)
Loading