generated from networkservicemesh/cmd-template
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Andrey Sobolev <[email protected]>
- Loading branch information
Showing
7 changed files
with
873 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Code of Conduct | ||
|
||
We follow the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
module github.com/networkservicemesh/cmd-template | ||
module github.com/networkservicemesh/cmd-nsc | ||
|
||
go 1.14 | ||
|
||
require ( | ||
github.com/antonfisher/nested-logrus-formatter v1.1.0 | ||
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/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 | ||
) |
Oops, something went wrong.