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 2de39a89505e17de4e4c3daac4161f02bfbd88d0
Author: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com>
Date:   Sun Apr 11 21:41:06 2021 -0500

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

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

    networkservicemesh/api commit message:
    commit 1d59f23eb8b145e3e7f3efa0ad40f9a00920d53b
    Author: Ed Warnicke <hagbard@gmail.com>
    Date:   Sun Apr 11 21:32:32 2021 -0500

        MTU API changes (#88)

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

    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 Apr 12, 2021
1 parent 9e82c22 commit dda0003
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require (
github.com/fsnotify/fsnotify v1.4.9
github.com/golang/protobuf v1.4.3
github.com/google/uuid v1.1.2
github.com/networkservicemesh/api v0.0.0-20210403165646-b0b334ca6872
github.com/networkservicemesh/sdk v0.0.0-20210403170232-47fc8b2ac74c
github.com/networkservicemesh/api v0.0.0-20210412023232-1d59f23eb8b1
github.com/networkservicemesh/sdk v0.0.0-20210412024106-2de39a89505e
github.com/onsi/ginkgo v1.13.0 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,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-20210403165646-b0b334ca6872 h1:Eg8ZgcJ0bukl10gHNVpF4lXDwg5JHig7E4RM2SdJ29k=
github.com/networkservicemesh/api v0.0.0-20210403165646-b0b334ca6872/go.mod h1:8daUQzI8sUvvNiPF6G3esmEvNQM/lJuAOobjdgtq2FM=
github.com/networkservicemesh/sdk v0.0.0-20210403170232-47fc8b2ac74c h1:nDRy9W9/J766fyeXMPz4rzUnVvyznwpYDfVN98DLtpY=
github.com/networkservicemesh/sdk v0.0.0-20210403170232-47fc8b2ac74c/go.mod h1:phKpePEEcubYjKnVzfdqoTQCmzdcToXRdLDA1o8nYDM=
github.com/networkservicemesh/api v0.0.0-20210412023232-1d59f23eb8b1 h1:8hnbTxUzK8Az8TtXlAdMidtsh0wMBFaP9b+xOG3t1dE=
github.com/networkservicemesh/api v0.0.0-20210412023232-1d59f23eb8b1/go.mod h1:8daUQzI8sUvvNiPF6G3esmEvNQM/lJuAOobjdgtq2FM=
github.com/networkservicemesh/sdk v0.0.0-20210412024106-2de39a89505e h1:ITeutVbWBqSQipL4BSBcOdghi2MyUXdKIa+RxTGTH/Y=
github.com/networkservicemesh/sdk v0.0.0-20210412024106-2de39a89505e/go.mod h1:k1XjT0ui8dac7jtmnlokJMGolUONSXIKd26debJ0UsY=
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 dda0003

Please sign in to comment.