Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from update/networkservicemesh/sdk-vpp #89

Merged
merged 1 commit into from
Jul 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.4.1-0.20220711153918-a59689088578
github.com/networkservicemesh/sdk v0.5.1-0.20220712110837-65679c05b910
github.com/networkservicemesh/sdk-vpp v0.0.0-20220712194435-d8e03c8245f0
github.com/networkservicemesh/sdk-vpp v0.0.0-20220713182836-3570e9322081
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 @@ -140,8 +140,8 @@ github.com/networkservicemesh/sdk v0.5.1-0.20220712110837-65679c05b910 h1:IHOtyG
github.com/networkservicemesh/sdk v0.5.1-0.20220712110837-65679c05b910/go.mod h1:BF31hkvYPBmpChr4XB2l9pFWK+ySvk2y2h7IdCwqt84=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220712111253-d45ad9459db3 h1:fUSDb/3wY7sIMhs6r+vOnGk4LFPndQuioyRGXBlahSw=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220712111253-d45ad9459db3/go.mod h1:vz04dx46JOfDpSjyf+7nYDaHJoNPK0dmm+XoIj9kAQE=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220712194435-d8e03c8245f0 h1:ETMBYSB7lw8Ej0zczkSclCoqebHszCDV0QQ04y6eNPk=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220712194435-d8e03c8245f0/go.mod h1:L0o5kFrfmu79Dvcgw5Gt5qi+4+cw42cxjI81RDGTuFY=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220713182836-3570e9322081 h1:dLdyZ2CI63GOAziRZLDyWQgHAe6cnsA1K5Vm93wahmw=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220713182836-3570e9322081/go.mod h1:L0o5kFrfmu79Dvcgw5Gt5qi+4+cw42cxjI81RDGTuFY=
github.com/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
github.com/onsi/ginkgo v1.8.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/gomega v1.1.0 h1:e3YP4dN/HYPpGh29X1ZkcxcEICsOls9huyVCRBaxjq8=
Expand Down