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@main

PR link: networkservicemesh/sdk#1279

Commit: 41196bd
Author: Denis Tingaikin
Date: 2022-05-07 20:38:09 +0300
Message:
  - qfix: remove extra registry lookup for the inter-domain network service resolve (#1279)
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed May 7, 2022
1 parent b1463a1 commit d029f9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/edwarnicke/grpcfd v1.1.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.3.0
github.com/networkservicemesh/sdk v0.5.1-0.20220506141607-3a426c33c317
github.com/networkservicemesh/sdk v0.5.1-0.20220507173809-41196bdf49db
github.com/networkservicemesh/sdk-sriov v0.0.0-20220506142323-83a9bd894f79
github.com/sirupsen/logrus v1.8.1
github.com/spiffe/go-spiffe/v2 v2.0.0
Expand Down
3 changes: 2 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,9 @@ github.com/nats-io/stan.go v0.10.2/go.mod h1:vo2ax8K2IxaR3JtEMLZRFKIdoK/3o1/PKue
github.com/networkservicemesh/api v1.3.0-rc.1.0.20220405210054-fbcde048efa5/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/api v1.3.0 h1:Qhug6HjYTLJ7vuxpSiD/D4R1ZIDje0MFVJ2Zfn4PZsE=
github.com/networkservicemesh/api v1.3.0/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.5.1-0.20220506141607-3a426c33c317 h1:zi8LDVfP6owDh2gtxxm+w9xRciuFvX7OcdM2vh7cpQQ=
github.com/networkservicemesh/sdk v0.5.1-0.20220506141607-3a426c33c317/go.mod h1:G+NdPbtzcOWx1VljOj+L4kvZPQyYpiwCp84JYs+hGtc=
github.com/networkservicemesh/sdk v0.5.1-0.20220507173809-41196bdf49db h1:Ux4NNmYfPm/ayaR1DD5AWMXGSkPm+PdGHbvu34TAAno=
github.com/networkservicemesh/sdk v0.5.1-0.20220507173809-41196bdf49db/go.mod h1:G+NdPbtzcOWx1VljOj+L4kvZPQyYpiwCp84JYs+hGtc=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220506141926-ad5e47a659d0/go.mod h1:rNlKBHdqWSnmg1mzH1/aDnZCtjn67fs1qKgmWecd15Y=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220506142323-83a9bd894f79 h1:E6GIOtehXL5NWXPQsfm3vtCds3GSOrbmAx7kDv+vFbs=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220506142323-83a9bd894f79/go.mod h1:Rv7dFF5nS5IUrB4Mr0k0poKH93AjibJmS7tST8EoX0g=
Expand Down

0 comments on commit d029f9b

Please sign in to comment.