Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
  • Loading branch information
NikitaSkrynnik committed Jan 14, 2022
1 parent 19089f1 commit f24a108
Show file tree
Hide file tree
Showing 5 changed files with 191 additions and 56 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: 180
Statements: 80
Lines: 190
Statements: 90
goconst:
min-len: 2
min-occurrences: 2
Expand Down
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ 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/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/spiffe/go-spiffe/v2 v2.0.0-beta.5
google.golang.org/grpc v1.37.0
gopkg.in/yaml.v2 v2.2.4 // indirect
google.golang.org/grpc v1.42.0
)
Loading

0 comments on commit f24a108

Please sign in to comment.