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 networkservicemesh/sdk-vpp#157

networkservicemesh/sdk-vpp PR link: networkservicemesh/sdk-vpp#157

networkservicemesh/sdk-vpp commit message:
commit 53cc4f6964d73853576a796424c411c9b2fda806
Author: Ed Warnicke <hagbard@gmail.com>
Date:   Sun Apr 11 18:33:10 2021 -0500

    Reverse so that 'server' things happen before the 'connect' for client. (#156)

    Basically, the rule is:

    1.  Provide information on the outbound direction of the call chain
    2.  Take action on the return path of the call chain.

    Signed-off-by: Ed Warnicke <hagbard@gmail.com>

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Apr 12, 2021
1 parent c5019b1 commit b5b9bc4
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 @@ -12,7 +12,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v0.0.0-20210403165646-b0b334ca6872
github.com/networkservicemesh/sdk v0.0.0-20210405062928-0d2dc281b97c
github.com/networkservicemesh/sdk-vpp v0.0.0-20210405063250-b9cbf6b70e98
github.com/networkservicemesh/sdk-vpp v0.0.0-20210411233310-53cc4f6964d7
github.com/onsi/ginkgo v1.13.0 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/spiffe/go-spiffe/v2 v2.0.0-beta.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ github.com/networkservicemesh/api v0.0.0-20210403165646-b0b334ca6872 h1:Eg8ZgcJ0
github.com/networkservicemesh/api v0.0.0-20210403165646-b0b334ca6872/go.mod h1:8daUQzI8sUvvNiPF6G3esmEvNQM/lJuAOobjdgtq2FM=
github.com/networkservicemesh/sdk v0.0.0-20210405062928-0d2dc281b97c h1:svZvtDPB44iv6QoCgVbVDN4gPyiyQGzHZ/gTr5TTTwQ=
github.com/networkservicemesh/sdk v0.0.0-20210405062928-0d2dc281b97c/go.mod h1:phKpePEEcubYjKnVzfdqoTQCmzdcToXRdLDA1o8nYDM=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210405063250-b9cbf6b70e98 h1:JCN6C6LLCZBsJ/VvSD+yOEXKYjlslZIb2K5EQ7A+wMc=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210405063250-b9cbf6b70e98/go.mod h1:Krsx//OsResfr2rDFUDYaugfrS3EPUmvsKjC5gPm+T0=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210411233310-53cc4f6964d7 h1:Vm+91qh/aWAcKLDnsBHp9DWKMAdoKdaNg057dUUxEqw=
github.com/networkservicemesh/sdk-vpp v0.0.0-20210411233310-53cc4f6964d7/go.mod h1:Krsx//OsResfr2rDFUDYaugfrS3EPUmvsKjC5gPm+T0=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/nxadm/tail v1.4.4 h1:DQuhQpB1tVlglWS2hLQ5OV6B5r8aGxSrPc5Qo6uTN78=
Expand Down

0 comments on commit b5b9bc4

Please sign in to comment.