Skip to content

Commit

Permalink
Update go.mod and go.sum to latest version from networkservicemesh/sd…
Browse files Browse the repository at this point in the history
…k-vpp@main

PR link: networkservicemesh/sdk-vpp#639

Commit: 96dac9e
Author: Nikita Skrynnik
Date: 2022-09-15 06:13:37 +0700
Message:
  - Fix linter issues after update golangci-lint version (#639)
* fix linter

Signed-off-by: Nikita Skrynnik <[email protected]>

* fix headers

Signed-off-by: Nikita Skrynnik <[email protected]>
Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Sep 14, 2022
1 parent 0f3970b commit d0b8f80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.4.1-0.20220711153918-a59689088578
github.com/networkservicemesh/sdk v0.5.1-0.20220908134335-aef323efacd2
github.com/networkservicemesh/sdk-vpp v0.0.0-20220908135250-c597cc97bd8f
github.com/networkservicemesh/sdk-vpp v0.0.0-20220914231337-96dac9e82e82
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
github.com/spiffe/go-spiffe/v2 v2.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -731,8 +731,8 @@ github.com/networkservicemesh/sdk v0.5.1-0.20220908134335-aef323efacd2 h1:fTSQrf
github.com/networkservicemesh/sdk v0.5.1-0.20220908134335-aef323efacd2/go.mod h1:ic2ei1BweJHofQ2Gz1gMBV9cJwBhvkvpwCfGge/pLY0=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220908134711-c235a0bd4866 h1:SA9xb7MQIgc6hHPMwQVAIxyly/nO28Finl5rM23dx7Q=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220908134711-c235a0bd4866/go.mod h1:adINy/THsg9ZZAYft3TN96keBOvyd7UYBlTUNg9n46U=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220908135250-c597cc97bd8f h1:W5fmK+gLOTCheZA5Bqw7wZcMP9rg4PEmMsMRNQLRn1w=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220908135250-c597cc97bd8f/go.mod h1:r3E7e9q0ZOPwjo/jRpH27kIBqEoqORLH5c/JLajLawY=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220914231337-96dac9e82e82 h1:YJnqfvMlfv7pyKyLIYbggebWJpFVLFeLq2AetNQuU/0=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220914231337-96dac9e82e82/go.mod h1:r3E7e9q0ZOPwjo/jRpH27kIBqEoqORLH5c/JLajLawY=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
Expand Down

0 comments on commit d0b8f80

Please sign in to comment.