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@master networkservicemesh/sdk#

networkservicemesh/sdk PR link: https://github.com/networkservicemesh/sdk/pull/

networkservicemesh/sdk commit message:
commit 68a6beb665573871298efe7915504905ef495176
Author: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com>
Date:   Wed Mar 31 09:44:17 2021 -0500

    Update go.mod and go.sum to latest version from networkservicemesh/api@master networkservicemesh/api# (#801)

    networkservicemesh/api PR link: https://github.com/networkservicemesh/api/pull/

    networkservicemesh/api commit message:
    commit 12761e9f673f833b4484efba6b40a56bc5df27c5
    Author: Lionel Jouin <LionelJouin@users.noreply.github.com>
    Date:   Wed Mar 31 16:38:34 2021 +0200

        Fix EvenVNI function (#84)

        Signed-off-by: Lionel Jouin <lionel.jouin@est.tech>

    Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>

    Co-authored-by: NSMBot <nsmbot@networkservicmesh.io>

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Mar 31, 2021
1 parent 8592851 commit e61d752
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ require (
github.com/edwarnicke/grpcfd v0.0.0-20210219150442-10fb469a6976
github.com/golang/protobuf v1.4.3
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v0.0.0-20210323151719-3156ce7533e9
github.com/networkservicemesh/sdk v0.0.0-20210331094157-964332cc797d
github.com/networkservicemesh/api v0.0.0-20210331143834-12761e9f673f
github.com/networkservicemesh/sdk v0.0.0-20210331144417-68a6beb66557
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/spiffe/go-spiffe/v2 v2.0.0-alpha.4.0.20200528145730-dc11d0c74e85
github.com/stretchr/testify v1.6.1
github.com/stretchr/testify v1.7.0
golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136 // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/sys v0.0.0-20201018230417-eeed37f84f13 // indirect
Expand Down
10 changes: 6 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ github.com/nats-io/nkeys v0.1.0/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxzi
github.com/nats-io/nkeys v0.1.3/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxziKVo7w=
github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c=
github.com/nats-io/stan.go v0.6.0/go.mod h1:eIcD5bi3pqbHT/xIIvXMwvzXYElgouBvaVRftaE+eac=
github.com/networkservicemesh/api v0.0.0-20210323151719-3156ce7533e9 h1:fthzwqhZV4wvTe0YHK2ZS6pTsOUETMWsLhVC16PRtaE=
github.com/networkservicemesh/api v0.0.0-20210323151719-3156ce7533e9/go.mod h1:qvxdY1Zt4QTtiG+uH1XmjpegeHjlt5Jj4A8iK55iJPI=
github.com/networkservicemesh/sdk v0.0.0-20210331094157-964332cc797d h1:YxoTgaczQMjUFFWts2KqYwjbwPSeuvHOQJ49YT/ZDEQ=
github.com/networkservicemesh/sdk v0.0.0-20210331094157-964332cc797d/go.mod h1:0KdRsooocNUEsI8gsgppv0MRInd01K4qWPzmYKP8Pu8=
github.com/networkservicemesh/api v0.0.0-20210331143834-12761e9f673f h1:bvWrS+mtQUgvjCZP6l0+sBQ9hnkrP/cMkWWZI38bQhk=
github.com/networkservicemesh/api v0.0.0-20210331143834-12761e9f673f/go.mod h1:Mr5Fa5EJYqTi7spI2K8AMcRSXxLs5zPiRAe2ukkcAxg=
github.com/networkservicemesh/sdk v0.0.0-20210331144417-68a6beb66557 h1:hk6lA5ayvR4RkMwKmHbYXwMCQ77TktoUVT/AIcJQiHc=
github.com/networkservicemesh/sdk v0.0.0-20210331144417-68a6beb66557/go.mod h1:8f+cDOXHScAWv6VTLZ/XgiwgULNbNXSa4FhSqwMBsDY=
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/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
Expand Down Expand Up @@ -169,6 +169,8 @@ github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81P
github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA=
github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0=
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM=
github.com/uber/jaeger-client-go v2.21.1+incompatible h1:oozboeZmWz+tyh3VZttJWlF3K73mHgbokieceqKccLo=
github.com/uber/jaeger-client-go v2.21.1+incompatible/go.mod h1:WVhlPFC8FDjOFMMWRy2pZqQJSXxYSwNYOkTr/Z6d3Kk=
Expand Down

0 comments on commit e61d752

Please sign in to comment.