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

Merged
merged 1 commit into from
Aug 18, 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 @@ -7,8 +7,8 @@ require (
github.com/edwarnicke/grpcfd v0.1.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.0.1-0.20210811070028-10403c0f20c8
github.com/networkservicemesh/sdk v0.5.1-0.20210816060013-11fd14b729f9
github.com/networkservicemesh/sdk-k8s v0.0.0-20210816060457-712063d5c716
github.com/networkservicemesh/sdk v0.5.1-0.20210817132536-a91779d763cf
github.com/networkservicemesh/sdk-k8s v0.0.0-20210818070559-ebf32f0cd119
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/spiffe/go-spiffe/v2 v2.0.0-beta.5
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,10 @@ 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.20210811070028-10403c0f20c8 h1:kr2/dA/ktBgnChorXBwjn7fdpRKB+eJI2xCPNCGt3ws=
github.com/networkservicemesh/api v1.0.1-0.20210811070028-10403c0f20c8/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.5.1-0.20210816060013-11fd14b729f9 h1:Pdi6F1Gd9BtShj2pPLloV+y//041IBIeO4JpYCQ8lBg=
github.com/networkservicemesh/sdk v0.5.1-0.20210816060013-11fd14b729f9/go.mod h1:LmMlte3Erm5n+O5rJoVgcpqgYd18aVEefgezfCOKU8A=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210816060457-712063d5c716 h1:uxOr3jyDb/1fRDPetJnHMmuGoPX+LvCqEgpJWcuYVM0=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210816060457-712063d5c716/go.mod h1:mECnPl+/jtAcw1CYwZPZTlBljQaMRjr6KB7tRTYkiBc=
github.com/networkservicemesh/sdk v0.5.1-0.20210817132536-a91779d763cf h1:1/Nvt7Cd7I+uYJsFrYn7irJd72DTNMQ31PzJRjcnK4A=
github.com/networkservicemesh/sdk v0.5.1-0.20210817132536-a91779d763cf/go.mod h1:LmMlte3Erm5n+O5rJoVgcpqgYd18aVEefgezfCOKU8A=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210818070559-ebf32f0cd119 h1:MezcBzRNmWVgXh1MC6X/jaSBDSwjUFJwZ+4B7BHjBck=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210818070559-ebf32f0cd119/go.mod h1:rmMorbASIMDBwFCeMFwXpR9qJqbOezy9WGYjqX+JNiA=
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/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
Expand Down