Skip to content

Commit

Permalink
Update go.mod and go.sum to latest version from networkservicemesh/sd…
Browse files Browse the repository at this point in the history
…k@main

PR link: networkservicemesh/sdk#1370

Commit: 9ae27f8
Author: Artem Glazychev
Date: 2022-10-13 15:25:56 +0700
Message:
  - begin: update context after a successful request (#1370)
Signed-off-by: Artem Glazychev <artem.glazychev@xored.com>
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Oct 13, 2022
1 parent ed8a3aa commit 70f03a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/labstack/echo/v4 v4.6.1
github.com/networkservicemesh/sdk v0.5.1-0.20221012161151-d4d43aefa832
github.com/networkservicemesh/sdk v0.5.1-0.20221013082556-9ae27f8b63af
github.com/networkservicemesh/sdk-k8s v0.0.0-20221012143951-4419e8da9abe
go.uber.org/zap v1.16.0
gomodules.xyz/jsonpatch/v2 v2.1.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8m
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw=
github.com/networkservicemesh/api v1.5.0 h1:ewAXJJyY0XlI+fGyGxa8mU4/z3Ro37+BTnE0VHMn8g0=
github.com/networkservicemesh/api v1.5.0/go.mod h1:hOF2844BSstH1311oDMDgqqXS+kdc77htZNPRKl9mf8=
github.com/networkservicemesh/sdk v0.5.1-0.20221012161151-d4d43aefa832 h1:o920p/m3660++ceN0IA8gt1YEQlfTjvpk5AqclW8h0g=
github.com/networkservicemesh/sdk v0.5.1-0.20221012161151-d4d43aefa832/go.mod h1:YnWv4wspKOtfFsc7kC5tfs7n95Snj3C0MRCal7yytVE=
github.com/networkservicemesh/sdk v0.5.1-0.20221013082556-9ae27f8b63af h1:6X3VF4J+jWYWYsQ+Nnx/B0dSFWh79X8SmoaOeEiucuI=
github.com/networkservicemesh/sdk v0.5.1-0.20221013082556-9ae27f8b63af/go.mod h1:YnWv4wspKOtfFsc7kC5tfs7n95Snj3C0MRCal7yytVE=
github.com/networkservicemesh/sdk-k8s v0.0.0-20221012143951-4419e8da9abe h1:SbLieX4vx/u6LD6a6Y0mPh6z0OtPzLk63+NWuFTij6c=
github.com/networkservicemesh/sdk-k8s v0.0.0-20221012143951-4419e8da9abe/go.mod h1:gwZBdCYRxCFFC4yTEzOkhbd4TjHhNk2c/NeNlPsru2k=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
Expand Down

0 comments on commit 70f03a0

Please sign in to comment.