Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Skrynnik <[email protected]>
  • Loading branch information
NikitaSkrynnik committed Jan 17, 2022
1 parent 79437ee commit f5a90ed
Show file tree
Hide file tree
Showing 5 changed files with 189 additions and 43 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: 160
Statements: 70
Lines: 180
Statements: 80
goconst:
min-len: 2
min-occurrences: 2
Expand Down
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ require (
github.com/edwarnicke/vpphelper v0.0.0-20210225052320-b4f1f1aff45d
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-vpp v0.0.0-20220110094541-443ae17a12d7
github.com/sirupsen/logrus v1.7.0
github.com/sirupsen/logrus v1.8.1
github.com/spiffe/go-spiffe/v2 v2.0.0-beta.4
google.golang.org/grpc v1.35.0
gopkg.in/yaml.v2 v2.2.4 // indirect
google.golang.org/grpc v1.42.0
)
Loading

0 comments on commit f5a90ed

Please sign in to comment.