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#1365

Commit: 6c3f844
Author: Artem Glazychev
Date: 2022-10-12 21:27:42 +0700
Message:
  - Fix begin on refresh (#1365)
Signed-off-by: Artem Glazychev <[email protected]>
Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Oct 12, 2022
1 parent 2d17d90 commit a5bd03d
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.20220929210017-6d73fda489c3
github.com/networkservicemesh/sdk v0.5.1-0.20221012142742-6c3f844c372b
github.com/networkservicemesh/sdk-k8s v0.0.0-20220929210656-f337c7a28a7e
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.20220929210017-6d73fda489c3 h1:pe+4EzOILpPZ2Hr/SQOA4Lf1J9ARs2D/0pITQTzRk+o=
github.com/networkservicemesh/sdk v0.5.1-0.20220929210017-6d73fda489c3/go.mod h1:YnWv4wspKOtfFsc7kC5tfs7n95Snj3C0MRCal7yytVE=
github.com/networkservicemesh/sdk v0.5.1-0.20221012142742-6c3f844c372b h1:gNUNNGCjSfFZvOsQ5ZQZdl1HypkfhNDRpjMkiDjMzc8=
github.com/networkservicemesh/sdk v0.5.1-0.20221012142742-6c3f844c372b/go.mod h1:YnWv4wspKOtfFsc7kC5tfs7n95Snj3C0MRCal7yytVE=
github.com/networkservicemesh/sdk-k8s v0.0.0-20220929210656-f337c7a28a7e h1:V7xyUIL1r0lLEtSeGcKLZoiCseRkQNzq9cI3ZpN4r1I=
github.com/networkservicemesh/sdk-k8s v0.0.0-20220929210656-f337c7a28a7e/go.mod h1:GRKRuTmWpVRLGRUX5YRy2HMoD0sTvSfQmJ82lDGFE+0=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
Expand Down

0 comments on commit a5bd03d

Please sign in to comment.