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-kernel@master networkservicemesh/sdk-kernel#72

networkservicemesh/sdk-kernel PR link: networkservicemesh/sdk-kernel#72

networkservicemesh/sdk-kernel commit message:
commit 42a3594b529259db6bb92ff745cad25adbce721a
Author: Andrey Sobolev <haiodo@users.noreply.github.com>
Date:   Tue Dec 8 16:49:30 2020 +0700

    Merge pull request #72 from Bolodya1997/fix

    Rename interfaces back on connection close

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Dec 8, 2020
1 parent 9f923e9 commit 09a365a
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 @@ -8,7 +8,7 @@ require (
github.com/google/uuid v1.1.2
github.com/networkservicemesh/api v0.0.0-20201204203731-4294f67deaa4
github.com/networkservicemesh/sdk v0.0.0-20201208071301-f92c8177ed69
github.com/networkservicemesh/sdk-kernel v0.0.0-20201208072019-867cf778b48d
github.com/networkservicemesh/sdk-kernel v0.0.0-20201208094930-42a3594b5292
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ github.com/networkservicemesh/api v0.0.0-20201204203731-4294f67deaa4 h1:2HsHa5Qt
github.com/networkservicemesh/api v0.0.0-20201204203731-4294f67deaa4/go.mod h1:qvxdY1Zt4QTtiG+uH1XmjpegeHjlt5Jj4A8iK55iJPI=
github.com/networkservicemesh/sdk v0.0.0-20201208071301-f92c8177ed69 h1:V9LOHAmiKZKXTABa7x9fbMLbvKmktRG9/UJ9yM3EEjE=
github.com/networkservicemesh/sdk v0.0.0-20201208071301-f92c8177ed69/go.mod h1:Mh4ETI2Sw9MJ4VSdTyvRYCP1SBtFy7EeRwxfJW7MvQ8=
github.com/networkservicemesh/sdk-kernel v0.0.0-20201208072019-867cf778b48d h1:ObIuHVcq/0UECYXJDi4zg0Z66iWx3TSilFDtq0ISEEg=
github.com/networkservicemesh/sdk-kernel v0.0.0-20201208072019-867cf778b48d/go.mod h1:/06ddZ/IEf19zLbByg/VvVhDgcbPoSC+gzeCDjEpB3s=
github.com/networkservicemesh/sdk-kernel v0.0.0-20201208094930-42a3594b5292 h1:qcE5zD7LOnnNazTZQOQgxYwEV3UtCr+Xv3exwjhwwGs=
github.com/networkservicemesh/sdk-kernel v0.0.0-20201208094930-42a3594b5292/go.mod h1:/06ddZ/IEf19zLbByg/VvVhDgcbPoSC+gzeCDjEpB3s=
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/nishanths/exhaustive v0.0.0-20200811152831-6cf413ae40e0/go.mod h1:wBEpHwM2OdmeNpdCvRPUlkEbBuaFmcK4Wv8Q7FuGW3c=
Expand Down

0 comments on commit 09a365a

Please sign in to comment.