Skip to content

Commit

Permalink
Merge pull request #35 from NikitaSkrynnik/update-manually
Browse files Browse the repository at this point in the history
Update cmd manually
  • Loading branch information
denis-tingaikin authored Jan 17, 2022
2 parents 2c9f009 + 2cdba38 commit 199b62f
Show file tree
Hide file tree
Showing 4 changed files with 178 additions and 52 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ linters-settings:
dupl:
threshold: 150
funlen:
Lines: 100
Statements: 50
Lines: 110
Statements: 60
goconst:
min-len: 2
min-occurrences: 2
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ require (
github.com/edwarnicke/govpp v0.0.0-20211201170712-7828460e6d2f
github.com/edwarnicke/grpcfd v0.1.1
github.com/edwarnicke/vpphelper v0.0.0-20210617172001-3e6797de32c3
github.com/golang/protobuf v1.4.3
github.com/golang/protobuf v1.5.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.0.1-0.20211110183123-3038992da61a
github.com/networkservicemesh/sdk v0.5.1-0.20220110090942-fe9702d99abd
github.com/networkservicemesh/sdk v0.5.1-0.20220113030144-5d3e2785cac1
github.com/networkservicemesh/sdk-sriov v0.0.0-20220110091731-431cb09e01fc
github.com/networkservicemesh/sdk-vpp v0.0.0-20220110094541-443ae17a12d7
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/spiffe/go-spiffe/v2 v2.0.0-beta.10
github.com/vishvananda/netlink v1.1.0
google.golang.org/grpc v1.41.0
google.golang.org/grpc v1.42.0
)
Loading

0 comments on commit 199b62f

Please sign in to comment.