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-vpp@main

PR link: networkservicemesh/sdk-vpp#556

Commit: 8ecddc7
Author: Denis Tingaikin
Date: 2022-04-13 00:09:01 +0300
Message:
  - fix potential leaks of loopback chain element (#556)
Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Apr 12, 2022
1 parent e391bfa commit 1739aff
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 @@ -9,7 +9,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.3.0-rc.1.0.20220405210054-fbcde048efa5
github.com/networkservicemesh/sdk v0.5.1-0.20220408124029-adfd2db62d17
github.com/networkservicemesh/sdk-vpp v0.0.0-20220412151309-19f2f16a2256
github.com/networkservicemesh/sdk-vpp v0.0.0-20220412210901-8ecddc7a9776
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/spiffe/go-spiffe/v2 v2.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ github.com/networkservicemesh/sdk v0.5.1-0.20220408124029-adfd2db62d17 h1:rsxG17
github.com/networkservicemesh/sdk v0.5.1-0.20220408124029-adfd2db62d17/go.mod h1:QHDp+cawYWaL8UKppdZT9a6hn/1Oi9pUQTBOTjQPeG0=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220408124342-c6a45e684ec8 h1:7dwK35JgaEm+oYMAEr4cOUzjZUHlrST/zzB0KBV4RWk=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220408124342-c6a45e684ec8/go.mod h1:/5H2UQB/jwdAReqWaaGdgVpOVYYhkpBz/Oy8+AT7eoE=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220412151309-19f2f16a2256 h1:Vh1j4YPHcBw4OAMu3CSo4CYeGw80YOH5PlpinNQ2z4k=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220412151309-19f2f16a2256/go.mod h1:ZBi0ncHZa93jWxkde8hAiwbAxwa18FKI5DTIPQoQrN0=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220412210901-8ecddc7a9776 h1:VIY6U67Vl2TH1yZBgRLmn9LUmXxfxBA+XfLCPa0k4Ps=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220412210901-8ecddc7a9776/go.mod h1:ZBi0ncHZa93jWxkde8hAiwbAxwa18FKI5DTIPQoQrN0=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
github.com/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
Expand Down

0 comments on commit 1739aff

Please sign in to comment.