diff --git a/go.mod b/go.mod index c42fbbf0..99abb2d1 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( 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.20210810111726-eb7b86c9ebfc - github.com/networkservicemesh/sdk-k8s v0.0.0-20210810055749-0005caa246db + github.com/networkservicemesh/sdk-k8s v0.0.0-20210810170554-07dd186e50b4 github.com/networkservicemesh/sdk-sriov v0.0.0-20210810112357-4b506fbf3047 github.com/pkg/errors v0.9.1 github.com/sirupsen/logrus v1.7.0 diff --git a/go.sum b/go.sum index b95aaf20..a70744f7 100644 --- a/go.sum +++ b/go.sum @@ -246,11 +246,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.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.20210810055235-c3154387718f/go.mod h1:7whufn2CIGBX+KW3U5b0IWB6f7bJJizY1vV1a5t2HXI= github.com/networkservicemesh/sdk v0.5.1-0.20210810111726-eb7b86c9ebfc h1:q+Lj1N8FjN9CwC60blG7ke5JIOuFF0BX2bOTCVTH3jE= github.com/networkservicemesh/sdk v0.5.1-0.20210810111726-eb7b86c9ebfc/go.mod h1:7whufn2CIGBX+KW3U5b0IWB6f7bJJizY1vV1a5t2HXI= -github.com/networkservicemesh/sdk-k8s v0.0.0-20210810055749-0005caa246db h1:GHs2vqkG1MLTfWj0dp8M/Xz3uiIcErmjMhedctsaoic= -github.com/networkservicemesh/sdk-k8s v0.0.0-20210810055749-0005caa246db/go.mod h1:CHp7BPFIvJuNWMLaYgDCoajvexJvi6pmGTwMYcfesHI= +github.com/networkservicemesh/sdk-k8s v0.0.0-20210810170554-07dd186e50b4 h1:bVs6JDdftDYYilhOe+ILidJdzRTPq8+aOz+q5twyaHU= +github.com/networkservicemesh/sdk-k8s v0.0.0-20210810170554-07dd186e50b4/go.mod h1:VgfDKMNQUUaHcFXDKNODkNWdHSIc5EUbEUXqSKLTsgM= github.com/networkservicemesh/sdk-kernel v0.0.0-20210810112015-b7968fd7366c h1:eaMW4op265P7V0ipJwTB32eDM/G91stOtyzi7/gEUeI= github.com/networkservicemesh/sdk-kernel v0.0.0-20210810112015-b7968fd7366c/go.mod h1:4lRivNny4YJeyDNq3iqhJRB7Laqr4V0/vWK3iVbcfN4= github.com/networkservicemesh/sdk-sriov v0.0.0-20210810112357-4b506fbf3047 h1:4Rz8OFdZ1CvXos/E66Z5DAwPZUl+WtD57O1nGw1mEUY=