From 7465253effc9d1ea2dffb487f3ae36347402ac28 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Thu, 7 Dec 2023 15:18:44 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main PR link: https://github.com/networkservicemesh/sdk-kernel/pull/634 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit: 7a668bd Author: Network Service Mesh Bot Date: 2023-12-07 09:17:42 -0600 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sd… Signed-off-by: NSMBot --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index ae9c0d73..cdf4828f 100644 --- a/go.mod +++ b/go.mod @@ -11,8 +11,8 @@ require ( github.com/hashicorp/go-multierror v1.1.1 github.com/networkservicemesh/api v1.11.1-0.20231031152153-730abd666985 github.com/networkservicemesh/govpp v0.0.0-20231108193829-2484aa7cd5d9 - github.com/networkservicemesh/sdk v0.5.1-0.20231128120626-c1f9028d2803 - github.com/networkservicemesh/sdk-kernel v0.0.0-20231128120935-d39fc2d4950b + github.com/networkservicemesh/sdk v0.5.1-0.20231207151443-774304c70923 + github.com/networkservicemesh/sdk-kernel v0.0.0-20231207151742-7a668bd03b7f github.com/networkservicemesh/vpphelper v0.0.0-20230901145133-a14aecebd1cb github.com/pkg/errors v0.9.1 github.com/stretchr/testify v1.8.4 diff --git a/go.sum b/go.sum index 2c49c2fe..14528838 100644 --- a/go.sum +++ b/go.sum @@ -147,10 +147,10 @@ github.com/networkservicemesh/api v1.11.1-0.20231031152153-730abd666985 h1:uiWxB github.com/networkservicemesh/api v1.11.1-0.20231031152153-730abd666985/go.mod h1:E2yBac48+mMkMh6ODnsNyah4EE6rI08SMR9n+86Emxs= github.com/networkservicemesh/govpp v0.0.0-20231108193829-2484aa7cd5d9 h1:f6WdRqdJCz7iCOHcgOY2BXURz/j8iS7Y21ss9VCp7w4= github.com/networkservicemesh/govpp v0.0.0-20231108193829-2484aa7cd5d9/go.mod h1:uTpdzM7rhTAJG86sjt3dQcHVABUgohuZCAyGWX5Rfmo= -github.com/networkservicemesh/sdk v0.5.1-0.20231128120626-c1f9028d2803 h1:W+m4VG4EDF6oELeTUD8Je/nvXkRZKzdRYs77VwIusNU= -github.com/networkservicemesh/sdk v0.5.1-0.20231128120626-c1f9028d2803/go.mod h1:t0gOsubf+efkL9Ncy3+PvVKfr/xMGP0tA8HlFFJYz/s= -github.com/networkservicemesh/sdk-kernel v0.0.0-20231128120935-d39fc2d4950b h1:DNL9cnMlBzYpjHbBbwmzhnuRqAXqg7TojY9R7eSxd+g= -github.com/networkservicemesh/sdk-kernel v0.0.0-20231128120935-d39fc2d4950b/go.mod h1:J9C7QbMyk4m3StKJWuUn/D5yfx1/txolvR8u/pyaiA0= +github.com/networkservicemesh/sdk v0.5.1-0.20231207151443-774304c70923 h1:AENnQzeuRcudGiMsszscSf9d2EkgbEwMw18UoBblDEA= +github.com/networkservicemesh/sdk v0.5.1-0.20231207151443-774304c70923/go.mod h1:t0gOsubf+efkL9Ncy3+PvVKfr/xMGP0tA8HlFFJYz/s= +github.com/networkservicemesh/sdk-kernel v0.0.0-20231207151742-7a668bd03b7f h1:AGEQBa9BSN1oTi8/Lnys+lhsCs6mRyvKvkZ3HvV3Gqs= +github.com/networkservicemesh/sdk-kernel v0.0.0-20231207151742-7a668bd03b7f/go.mod h1:iyJYMCx69b47lEsEobWjGvepByh75PrUjVrL2X/m6B0= github.com/networkservicemesh/vpphelper v0.0.0-20230901145133-a14aecebd1cb h1:SETtZ12eYPkUGafW1DwGb8kSOR8O4OniSuZnqn2bOOw= github.com/networkservicemesh/vpphelper v0.0.0-20230901145133-a14aecebd1cb/go.mod h1:gHuTaUs1uFvyOY0Cy9DXvyAR2MtwmlPD2NTyYfr6kLc= github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=