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

networkservicemesh/sdk PR link: networkservicemesh/sdk#440

networkservicemesh/sdk commit message:
commit 2dc9e73427c9f9d02d5d7c2cdf9897ea394e8198
Author: Denis Tingaikin <49399980+denis-tingajkin@users.noreply.github.com>
Date:   Wed Aug 19 16:08:13 2020 +0700

    fix: function grpcutls.ListenAndServe should remove socket if it is presented on a host (#440)

    * Improve ListenAndServe function

    Signed-off-by: Denis Tingajkin <denis.tingajkin@xored.com>

    * fix condition for existing sockets

    Signed-off-by: Denis Tingajkin <denis.tingajkin@xored.com>

    * use ioutil.WriteFile insteadof os.Create

    Signed-off-by: Denis Tingajkin <denis.tingajkin@xored.com>

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Aug 19, 2020
1 parent 656b8b2 commit 6fb2a14
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 @@ -8,7 +8,7 @@ require (
github.com/golang/protobuf v1.4.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v0.0.0-20200813164503-9585b38e6772
github.com/networkservicemesh/sdk v0.0.0-20200818155435-eccd34c77a34
github.com/networkservicemesh/sdk v0.0.0-20200819090813-2dc9e73427c9
github.com/sirupsen/logrus v1.6.0
github.com/spiffe/go-spiffe/v2 v2.0.0-alpha.4.0.20200528145730-dc11d0c74e85
github.com/stretchr/testify v1.5.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OS
github.com/nats-io/stan.go v0.6.0/go.mod h1:eIcD5bi3pqbHT/xIIvXMwvzXYElgouBvaVRftaE+eac=
github.com/networkservicemesh/api v0.0.0-20200813164503-9585b38e6772 h1:aPQQyhWX2a59O9UUvqBW3omKLhwyYl0LHtICFafcUhQ=
github.com/networkservicemesh/api v0.0.0-20200813164503-9585b38e6772/go.mod h1:6hH0TfujZVin9W/6rWY7JnmNBNRvUrgXhr1aWyKuQKI=
github.com/networkservicemesh/sdk v0.0.0-20200818155435-eccd34c77a34 h1:zUpDEiugQlHRprPVsAsuAi1TbfeZg6YUgEePcsRIK8U=
github.com/networkservicemesh/sdk v0.0.0-20200818155435-eccd34c77a34/go.mod h1:SJGik/6TFV7VQxP6SQwwjdfpjwz8N//UfWFfxxZpN6I=
github.com/networkservicemesh/sdk v0.0.0-20200819090813-2dc9e73427c9 h1:j7yg+m/NUge5XFGMAJzgArqrORiXYzwRSfQEN1DT8Hk=
github.com/networkservicemesh/sdk v0.0.0-20200819090813-2dc9e73427c9/go.mod h1:SJGik/6TFV7VQxP6SQwwjdfpjwz8N//UfWFfxxZpN6I=
github.com/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
github.com/open-policy-agent/opa v0.16.1/go.mod h1:P0xUE/GQAAgnvV537GzA0Ikw4+icPELRT327QJPkaKY=
github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
Expand Down

0 comments on commit 6fb2a14

Please sign in to comment.