From cd95a9dc1303f45e0d1bf922b1e1dfb4206dcedd Mon Sep 17 00:00:00 2001 From: NSMBot Date: Thu, 15 Jul 2021 13:47:50 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/api@main networkservicemesh/api# networkservicemesh/api PR link: https://github.com/networkservicemesh/api/pull/ networkservicemesh/api commit message: commit 6e4a0f8eae3e544e8903d551ab3306403532e38d Author: Artem Glazychev Date: Thu Jul 15 20:47:17 2021 +0700 Remove kernel interface name generation (#108) Signed-off-by: Artem Glazychev Signed-off-by: NSMBot --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index f891668ec..ef5c6f6be 100644 --- a/go.mod +++ b/go.mod @@ -17,7 +17,7 @@ require ( github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 github.com/nats-io/nats-streaming-server v0.17.0 github.com/nats-io/stan.go v0.6.0 - github.com/networkservicemesh/api v1.0.1-0.20210707174502-3bce416a9f33 + github.com/networkservicemesh/api v1.0.1-0.20210715134717-6e4a0f8eae3e github.com/open-policy-agent/opa v0.16.1 github.com/opentracing/opentracing-go v1.1.0 github.com/pkg/errors v0.9.1 diff --git a/go.sum b/go.sum index 45b68265b..cc27dac5f 100644 --- a/go.sum +++ b/go.sum @@ -132,8 +132,8 @@ github.com/nats-io/nuid v1.0.1 h1:5iA8DT8V7q8WK2EScv2padNa/rTESc1KdnPw4TC2paw= github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c= github.com/nats-io/stan.go v0.6.0 h1:26IJPeykh88d8KVLT4jJCIxCyUBOC5/IQup8oWD/QYY= github.com/nats-io/stan.go v0.6.0/go.mod h1:eIcD5bi3pqbHT/xIIvXMwvzXYElgouBvaVRftaE+eac= -github.com/networkservicemesh/api v1.0.1-0.20210707174502-3bce416a9f33 h1:jBCwRQUVHVjKCiv9JYhtSyF0YorVMQ17Tnyllt1HcRw= -github.com/networkservicemesh/api v1.0.1-0.20210707174502-3bce416a9f33/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU= +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/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/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=