From 8bfbcbc2919858f455c0182257994ef57bd4beb0 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Thu, 28 Sep 2023 09:53:10 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/sdk@main PR link: https://github.com/networkservicemesh/sdk/pull/1513 Commit: 256d2cc Author: Artem Glazychev Date: 2023-09-28 16:52:28 +0700 Message: - Add concise tracing (#1513) * Log rotated after 5 minutes in NSMgr / Registry (-draft implementation for networkservise) Signed-off-by: Alexander Peretyatko Log rotated after 5 minutes in NSMgr / Registry (-forwarder implementation) Signed-off-by: Alexander Peretyatko Log rotated after 5 minutes in NSMgr / Registry (-skip the same errors) Signed-off-by: Alexander Peretyatko Log rotated after 5 minutes in NSMgr / Registry (-clean up) Signed-off-by: Alexander Peretyatko Log rotated after 5 minutes in NSMgr / Registry (-handle errors) Signed-off-by: Alexander Peretyatko Log rotated after 5 minutes in NSMgr / Registry (-handle registry logs) Signed-off-by: Alexander Peretyatko Log rotated after 5 minutes in NSMgr / Registry (-clean up) Signed-off-by: Alexander Peretyatko Log rotated after 5 minutes in NSMgr / Registry (-clean up) Signed-off-by: Alexander Peretyatko Log rotated after 5 minutes in NSMgr / Registry (-clean up) Signed-off-by: Alexander Peretyatko * improvements Signed-off-by: Artem Glazychev * fix datarace Signed-off-by: Artem Glazychev * fix unstable tests Signed-off-by: Artem Glazychev * fix registry span Signed-off-by: Artem Glazychev * show concise logs in all cases except TraceLevel Signed-off-by: Artem Glazychev * take into account grpcmetadata Signed-off-by: Artem Glazychev --------- Signed-off-by: Alexander Peretyatko 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 3277db5..ca67fc3 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/antonfisher/nested-logrus-formatter v1.3.1 github.com/edwarnicke/serialize v1.0.7 github.com/kelseyhightower/envconfig v1.4.0 - github.com/networkservicemesh/sdk v0.5.1-0.20230922100610-97bacd7153a2 + github.com/networkservicemesh/sdk v0.5.1-0.20230928095228-256d2ccfaf72 github.com/sirupsen/logrus v1.9.0 github.com/stretchr/testify v1.8.4 go.uber.org/goleak v1.2.1 diff --git a/go.sum b/go.sum index 4b492ba..a95c563 100644 --- a/go.sum +++ b/go.sum @@ -179,8 +179,8 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw= -github.com/networkservicemesh/sdk v0.5.1-0.20230922100610-97bacd7153a2 h1:zucewg+R+ik42Nc2r0MaUzz8kuGh4cJNZU1UqSbmQR0= -github.com/networkservicemesh/sdk v0.5.1-0.20230922100610-97bacd7153a2/go.mod h1:KzbOZkk84r6KMNESKb50DpIWqxqCA88Mb+2jFrAdBJs= +github.com/networkservicemesh/sdk v0.5.1-0.20230928095228-256d2ccfaf72 h1:kHxDNU5ePuHH7MZceMc1G3dAZueUk1gSu3Rb5fhvFf4= +github.com/networkservicemesh/sdk v0.5.1-0.20230928095228-256d2ccfaf72/go.mod h1:KzbOZkk84r6KMNESKb50DpIWqxqCA88Mb+2jFrAdBJs= github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=