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

networkservicemesh/sdk PR link: networkservicemesh/sdk#687

networkservicemesh/sdk commit message:
commit eae1be2e20276d6c231307d79937a3cf9002ea1d
Author: Vladimir Popov <vladimir.popov@xored.com>
Date:   Mon Feb 1 13:10:04 2021 +0700

    Discover should use strict name match (#687)

    Signed-off-by: Vladimir Popov <vladimir.popov@xored.com>

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Feb 1, 2021
1 parent 31fb69e commit 335afe8
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/edwarnicke/serialize v1.0.7
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v0.0.0-20210129070124-aa2cf17f7641
github.com/networkservicemesh/sdk v0.0.0-20210201053032-20d510498cab
github.com/networkservicemesh/sdk v0.0.0-20210201061004-eae1be2e2027
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/spiffe/go-spiffe/v2 v2.0.0-beta.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,8 @@ github.com/nats-io/stan.go v0.6.0/go.mod h1:eIcD5bi3pqbHT/xIIvXMwvzXYElgouBvaVRf
github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d/go.mod h1:o96djdrsSGy3AWPyBgZMAGfxZNfgntdJG+11KU4QvbU=
github.com/networkservicemesh/api v0.0.0-20210129070124-aa2cf17f7641 h1:SfJk0kLFj1oKtR9OA1RztfNCeg0qukYA3aF4VO/tsx8=
github.com/networkservicemesh/api v0.0.0-20210129070124-aa2cf17f7641/go.mod h1:qvxdY1Zt4QTtiG+uH1XmjpegeHjlt5Jj4A8iK55iJPI=
github.com/networkservicemesh/sdk v0.0.0-20210201053032-20d510498cab h1:JVA7m3Ob1IuyserhnDN3JKLrVUEvlR2nJ8RzQO8DrUk=
github.com/networkservicemesh/sdk v0.0.0-20210201053032-20d510498cab/go.mod h1:FMeFVMDkLVB8eiBRwJG6yURttr0BGbz6SKJAhjXJgAU=
github.com/networkservicemesh/sdk v0.0.0-20210201061004-eae1be2e2027 h1:f6Qk+qycFK2iEngx1syNYRxiyKXKNFMvvtK0GWuZbFE=
github.com/networkservicemesh/sdk v0.0.0-20210201061004-eae1be2e2027/go.mod h1:FMeFVMDkLVB8eiBRwJG6yURttr0BGbz6SKJAhjXJgAU=
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/nishanths/exhaustive v0.0.0-20200811152831-6cf413ae40e0/go.mod h1:wBEpHwM2OdmeNpdCvRPUlkEbBuaFmcK4Wv8Q7FuGW3c=
Expand Down

0 comments on commit 335afe8

Please sign in to comment.