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

Commit: 62dd3ee
Author: Network Service Mesh Bot
Date: 2022-02-11 10:28:31 -0600
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sd…
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Feb 11, 2022
1 parent b031a48 commit 583f73e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ require (
github.com/edwarnicke/vpphelper v0.0.0-20210225052320-b4f1f1aff45d
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.1.2-0.20220119092736-21eda250c390
github.com/networkservicemesh/sdk v0.5.1-0.20220211044058-1dc007c3929b
github.com/networkservicemesh/sdk-vpp v0.0.0-20220211044749-ba869af8afde
github.com/networkservicemesh/sdk v0.5.1-0.20220211161956-9d5c3f77ef21
github.com/networkservicemesh/sdk-vpp v0.0.0-20220211162831-62dd3ee290b4
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
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,12 @@ github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OS
github.com/nats-io/stan.go v0.10.0/go.mod h1:0jEuBXKauB1HHJswHM/lx05K48TJ1Yxj6VIfM4k+aB4=
github.com/networkservicemesh/api v1.1.2-0.20220119092736-21eda250c390 h1:GREf14twiQkUInGh+M0qQH+jNQ9uvTfQC2FVieDd7tQ=
github.com/networkservicemesh/api v1.1.2-0.20220119092736-21eda250c390/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.5.1-0.20220211044058-1dc007c3929b h1:z/clBwZFLYDsLTBaCRJ/oYZcoL9E3HGVAWQ/yxeT5ZM=
github.com/networkservicemesh/sdk v0.5.1-0.20220211044058-1dc007c3929b/go.mod h1:SV1wqQn3Wk30dAhstenbrCgNHt/jH55rMzQDi2Bygok=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220211044328-11bbe4343e5a h1:Bmbz3afLt4UZ24uW1AUL1FkSica5DkEhiw9oJgbTJkg=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220211044328-11bbe4343e5a/go.mod h1:DhTAK5L3QpjzuduRQjKBdV25p4bnlAbr7DGu/mSTaX8=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220211044749-ba869af8afde h1:g4N8LuZca9RVMvHfuMYQuRXNhFsTuvaKYF9uvTy5fqQ=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220211044749-ba869af8afde/go.mod h1:e8kgrzIYIrJIN+TXbVxk7L0k0Nx91oJqiaimBZ/nCbo=
github.com/networkservicemesh/sdk v0.5.1-0.20220211161956-9d5c3f77ef21 h1:Sq/ehU9AibtJ3JoH6+6TdMP+59Cnzlk8d+eOT3duLIE=
github.com/networkservicemesh/sdk v0.5.1-0.20220211161956-9d5c3f77ef21/go.mod h1:SV1wqQn3Wk30dAhstenbrCgNHt/jH55rMzQDi2Bygok=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220211162325-5855377a9983 h1:gGw7HjFbtNx6UnD4LUWryJe7PpKpi1je7/GEepXemZU=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220211162325-5855377a9983/go.mod h1:jBdeHEtwGph0ViNKIteRXqvpe3KSpt5cSw8r3dI1Ih8=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220211162831-62dd3ee290b4 h1:Iq5XiuxwmKDttZXmU3QekUHmi78Ezm3GXSW7xvoUeps=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220211162831-62dd3ee290b4/go.mod h1:lKbt93FmrxQKpe8LX5f2YeSO4T+ZVcFvTug0cNPoAoo=
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 583f73e

Please sign in to comment.