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

networkservicemesh/sdk PR link: networkservicemesh/sdk#479

networkservicemesh/sdk commit message:
commit 595d4e79047c30b50c77f3e2d5703578c92c5e14
Author: Ed Warnicke <hagbard@gmail.com>
Date:   Wed Sep 23 18:46:42 2020 -0500

    Fix race condition in monitor. (#479)

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

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Sep 23, 2020
1 parent e2fd3e5 commit 0b1d30a
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-20200923231758-e91e69f22959
github.com/networkservicemesh/sdk v0.0.0-20200923232803-1c7db1ec33e3
github.com/networkservicemesh/sdk v0.0.0-20200923234642-595d4e79047c
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-20200923231758-e91e69f22959 h1:p+bW9S1qNjwkAtifamxsNWglHDYiwCexGssW3GYuBm4=
github.com/networkservicemesh/api v0.0.0-20200923231758-e91e69f22959/go.mod h1:6hH0TfujZVin9W/6rWY7JnmNBNRvUrgXhr1aWyKuQKI=
github.com/networkservicemesh/sdk v0.0.0-20200923232803-1c7db1ec33e3 h1:cN1l2y7jc+/6fdZ8MElcaygrAl0DIq/ZtrtRFPEzsH4=
github.com/networkservicemesh/sdk v0.0.0-20200923232803-1c7db1ec33e3/go.mod h1:nuo2nTX9GWUHfhu6jvVxB1oDv19lOkebcPgGewvEl6E=
github.com/networkservicemesh/sdk v0.0.0-20200923234642-595d4e79047c h1:z0XeskNYIkZ0bCB9k+/u0CmJjozr9/pccKvUo8gDTbs=
github.com/networkservicemesh/sdk v0.0.0-20200923234642-595d4e79047c/go.mod h1:nuo2nTX9GWUHfhu6jvVxB1oDv19lOkebcPgGewvEl6E=
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 h1:pWlfV3Bxv7k65HYwkikxat0+s3pV4bsqf19k25Ur8rU=
Expand Down

0 comments on commit 0b1d30a

Please sign in to comment.