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

Commit: 17ea214
Author: Denis Tingaikin
Date: 2022-01-26 22:38:00 +0300
Message:
  - Refactor: nsmgr WithrRgistry option has useless registry dial options (#1218)
* refactor nsmgr withregistry option

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

* fix tests

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Jan 26, 2022
1 parent 9ef3483 commit b94ee93
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 v0.1.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.1.2-0.20220119092736-21eda250c390
github.com/networkservicemesh/sdk v0.5.1-0.20220126183448-1abd22bffa04
github.com/networkservicemesh/sdk v0.5.1-0.20220126193800-17ea214c7fec
github.com/networkservicemesh/sdk-sriov v0.0.0-20220126184411-a2fc5bc28924
github.com/sirupsen/logrus v1.8.1
github.com/spiffe/go-spiffe/v2 v2.0.0-beta.5
Expand Down
3 changes: 2 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,9 @@ github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OS
github.com/nats-io/stan.go v0.10.0/go.mod h1:0jEuBXKauB1HHJswHM/lx05K48TJ1Yxj6VIfM4k+aB4=
github.com/networkservicemesh/api v1.1.2-0.20220119092736-21eda250c390 h1:GREf14twiQkUInGh+M0qQH+jNQ9uvTfQC2FVieDd7tQ=
github.com/networkservicemesh/api v1.1.2-0.20220119092736-21eda250c390/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.5.1-0.20220126183448-1abd22bffa04 h1:Gn3F2cnVUC/o1QWgB4faAQqq+r4qFCNRHItNHD+QAE4=
github.com/networkservicemesh/sdk v0.5.1-0.20220126183448-1abd22bffa04/go.mod h1:u3HgGqMae6MFZ//JRrN8CkEJ7pwr+CWBG7cvHymhHDY=
github.com/networkservicemesh/sdk v0.5.1-0.20220126193800-17ea214c7fec h1:fmJz1kfI3+KTElNIjNUyIFB+Ype4+JeT/6U1OPp9O/Q=
github.com/networkservicemesh/sdk v0.5.1-0.20220126193800-17ea214c7fec/go.mod h1:u3HgGqMae6MFZ//JRrN8CkEJ7pwr+CWBG7cvHymhHDY=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220126183753-00f81b124145/go.mod h1:tDrvcZ6LYbqmcbJniGyE24zITOZEe+X6qaT1L4r3nYE=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220126184411-a2fc5bc28924 h1:hM6I+8D3J64HB9V3UkCkE5O+bW0Sr02ro2m6ydiGh/I=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220126184411-a2fc5bc28924/go.mod h1:cMMPFz9ZeNfx1xqGChnPP8BViL8bvYrnunzwuKYyRwU=
Expand Down

0 comments on commit b94ee93

Please sign in to comment.