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

Commit: 7419431
Author: Network Service Mesh Bot
Date: 2022-04-27 17:53:14 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sd…
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Apr 27, 2022
1 parent afd5800 commit bf9108b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ require (
github.com/edwarnicke/vpphelper v0.0.0-20210225052320-b4f1f1aff45d
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.20220426235354-235f8a1544f0
github.com/networkservicemesh/sdk-vpp v0.0.0-20220427121830-9f3c0e4daac5
github.com/networkservicemesh/sdk v0.5.1-0.20220427224149-241ef7526a53
github.com/networkservicemesh/sdk-vpp v0.0.0-20220427225314-7419431e81de
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
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,12 @@ github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OS
github.com/nats-io/stan.go v0.10.2/go.mod h1:vo2ax8K2IxaR3JtEMLZRFKIdoK/3o1/PKueapB7ezX0=
github.com/networkservicemesh/api v1.3.0-rc.1.0.20220405210054-fbcde048efa5 h1:5zQY4PhShozvj/GFJS0dX6ocamAB9oWwEOJviAhGUaw=
github.com/networkservicemesh/api v1.3.0-rc.1.0.20220405210054-fbcde048efa5/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.5.1-0.20220426235354-235f8a1544f0 h1:Idktjr8kNtFdYEmZ1DUtlIY3auVG0MB5+4xtj7PCvlA=
github.com/networkservicemesh/sdk v0.5.1-0.20220426235354-235f8a1544f0/go.mod h1:G+NdPbtzcOWx1VljOj+L4kvZPQyYpiwCp84JYs+hGtc=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220426235654-d4847b6d8fde h1:1SAeP7HgVONotwFG3Y1Pasvkj+x+hKCLz/IEHzoGdTE=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220426235654-d4847b6d8fde/go.mod h1:z8uhKfH01A1wHVMO+3JOWWt+BL6G2y/XUJ5+1mUnjsQ=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220427121830-9f3c0e4daac5 h1:TwnNo02bCnB08k1BKgXqr8eSYreuIDpDt9o6hGDiA4E=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220427121830-9f3c0e4daac5/go.mod h1:I7HN4UwNxs9XD4yhku9NbDmCfcp/KZEFutYKgs1RH6A=
github.com/networkservicemesh/sdk v0.5.1-0.20220427224149-241ef7526a53 h1:4o3jmNplWMRlbtiMdsK6mGtrhkEZZtALBEBbWbnu5fs=
github.com/networkservicemesh/sdk v0.5.1-0.20220427224149-241ef7526a53/go.mod h1:G+NdPbtzcOWx1VljOj+L4kvZPQyYpiwCp84JYs+hGtc=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220427224608-9bdb959307fc h1:jvNcVhbMTajWkLYaztfMRHFEXcE1UlbwNvNb3LY4KmY=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220427224608-9bdb959307fc/go.mod h1:Ua5eCgO0QMHn/poyXhPL5IP6wbDwRRzSw/Q2z8OeJtw=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220427225314-7419431e81de h1:ohej2eRCHFCpz+msQbreaEr6E9cINxtFFPKxTNvrAT8=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220427225314-7419431e81de/go.mod h1:0+P2leDgAJ77tOHDNWhwbxR7kXRdRrPAv8cvNJTrZ9s=
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 bf9108b

Please sign in to comment.