Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from update/networkservicemesh/sdk-k8s #241

Merged
merged 1 commit into from
Jul 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ require (
github.com/edwarnicke/grpcfd v0.1.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.0.1-0.20210715134717-6e4a0f8eae3e
github.com/networkservicemesh/sdk v0.5.1-0.20210719132747-b086a10c94fe
github.com/networkservicemesh/sdk-k8s v0.0.0-20210719143312-e20e23e8ea19
github.com/networkservicemesh/sdk v0.5.1-0.20210720155425-06024018c55c
github.com/networkservicemesh/sdk-k8s v0.0.0-20210721131940-6a988183ec43
github.com/networkservicemesh/sdk-sriov v0.0.0-20210719133544-2f848eb142dc
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
Expand Down
7 changes: 4 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,11 @@ 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 v1.0.1-0.20210715134717-6e4a0f8eae3e h1:cCRjV+1sOuOrCF/0IPXH2PJ1y7hEbuqX9k+OFnU7xhU=
github.com/networkservicemesh/api v1.0.1-0.20210715134717-6e4a0f8eae3e/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.5.1-0.20210719132747-b086a10c94fe h1:FWulZul4IrKUBSbD5TEhChF2TZJHD5qUAOBwzqaf5TM=
github.com/networkservicemesh/sdk v0.5.1-0.20210719132747-b086a10c94fe/go.mod h1:7whufn2CIGBX+KW3U5b0IWB6f7bJJizY1vV1a5t2HXI=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210719143312-e20e23e8ea19 h1:4geOOWEUUmqhL/LkYisG5ZyP4vRCkPdIAAhNjWWcnKw=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210719143312-e20e23e8ea19/go.mod h1:n8unzJn/bPN5jAXum0ldCASWbSlujzZoT5FpDzyJAvM=
github.com/networkservicemesh/sdk v0.5.1-0.20210720155425-06024018c55c h1:MY/2zMDdynQhjhfervWj//cL3/+17TI0yAaqUnvumbo=
github.com/networkservicemesh/sdk v0.5.1-0.20210720155425-06024018c55c/go.mod h1:7whufn2CIGBX+KW3U5b0IWB6f7bJJizY1vV1a5t2HXI=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210721131940-6a988183ec43 h1:BGSpdPvaos2mLIN1vmuY7KgUnz0jWFmTJFS2ypVw92o=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210721131940-6a988183ec43/go.mod h1:j0fM0E7gKPaFfibkGok6skfqs52RTJrqadbYVAWrD3w=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210719133023-149169143d9f h1:298UlQmMBqK/ddDj42xTvS2VDhGHCQe7izJ/6jx2yiI=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210719133023-149169143d9f/go.mod h1:sbB2lQZ9YAnwCImfDCjEcXB0UM4aObfZzkn73EkqlT4=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210719133544-2f848eb142dc h1:cT8tW7o4UwYJVFfaduTLyzUsQ3//8VfI33om8MehI2Q=
Expand Down