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#525

Commit: 55c6f9c
Author: Artem Glazychev
Date: 2022-03-16 16:59:44 +0700
Message:
  - Add an option where we can change the stats socket (#525)
Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Mar 16, 2022
1 parent 7d5757d commit 5c75be4
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 @@ -10,7 +10,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.2.1-0.20220315001249-f33f8c3f2feb
github.com/networkservicemesh/sdk v0.5.1-0.20220315002012-985d4a0f3ada
github.com/networkservicemesh/sdk-vpp v0.0.0-20220315002703-9e8642d52beb
github.com/networkservicemesh/sdk-vpp v0.0.0-20220316095944-55c6f9c2131c
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/spiffe/go-spiffe/v2 v2.0.0-beta.6
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ github.com/networkservicemesh/sdk v0.5.1-0.20220315002012-985d4a0f3ada h1:UNoP4u
github.com/networkservicemesh/sdk v0.5.1-0.20220315002012-985d4a0f3ada/go.mod h1:fK/G5mfEDIefFXxRSNXqj1jjd8SEUeZMpQUdCuc7owY=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220315002253-e8ac2b0a1713 h1:5tn24ZegHKRAbNgRCReFj9VHFOSjQlRGHMguhgqZVzI=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220315002253-e8ac2b0a1713/go.mod h1:IGaZ/RZjP/wiqbYWyC4CYdRCLbLrrHGAiFdCiFgjAO4=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220315002703-9e8642d52beb h1:2krrFej8+nlMp+/lgbpPceCi1FqZgMCapIuKe4uoWHU=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220315002703-9e8642d52beb/go.mod h1:Er/q2oSW+5fUtZOH0e3tk9ET0h7ZwY3MIrddcIgBRcw=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220316095944-55c6f9c2131c h1:sZRYqpBnUW1SrAH+ReIZnAqR7OKJqXPLWs98mnZSxS4=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220316095944-55c6f9c2131c/go.mod h1:Er/q2oSW+5fUtZOH0e3tk9ET0h7ZwY3MIrddcIgBRcw=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
github.com/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
Expand Down

0 comments on commit 5c75be4

Please sign in to comment.