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

Merged
merged 1 commit into from
Nov 24, 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
6 changes: 3 additions & 3 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.6.2-0.20221123101008-30ff0ca88ee8
github.com/networkservicemesh/sdk v0.5.1-0.20221123121638-14f2490dae28
github.com/networkservicemesh/sdk-vpp v0.0.0-20221123122723-a710c30d1852
github.com/networkservicemesh/sdk v0.5.1-0.20221124104929-d83bdbd65e5a
github.com/networkservicemesh/sdk-vpp v0.0.0-20221124105952-9f3a51715714
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
github.com/spiffe/go-spiffe/v2 v2.0.0
Expand Down Expand Up @@ -41,7 +41,7 @@ require (
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/lunixbochs/struc v0.0.0-20200521075829-a4cb8d33dbbe // indirect
github.com/miekg/dns v1.1.50 // indirect
github.com/networkservicemesh/sdk-kernel v0.0.0-20221123122230-aa5742746402 // indirect
github.com/networkservicemesh/sdk-kernel v0.0.0-20221124105434-74b7d540d4a3 // indirect
github.com/open-policy-agent/opa v0.44.0 // indirect
github.com/r3labs/diff v1.1.0 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -224,12 +224,12 @@ github.com/miekg/dns v1.1.50/go.mod h1:e3IlAVfNqAllflbibAZEWOXOQ+Ynzk/dDozDxY7Xn
github.com/mikioh/ipaddr v0.0.0-20190404000644-d465c8ab6721/go.mod h1:Ickgr2WtCLZ2MDGd4Gr0geeCH5HybhRJbonOgQpvSxc=
github.com/networkservicemesh/api v1.6.2-0.20221123101008-30ff0ca88ee8 h1:243pLMg7+XD/794gnMlHRePyzxJJwECT+Gg9nAuiwTo=
github.com/networkservicemesh/api v1.6.2-0.20221123101008-30ff0ca88ee8/go.mod h1:hOF2844BSstH1311oDMDgqqXS+kdc77htZNPRKl9mf8=
github.com/networkservicemesh/sdk v0.5.1-0.20221123121638-14f2490dae28 h1:0oBufcWtpC8kQ4OSW8SEaT5VHGK1wiyszATBNWPS3zg=
github.com/networkservicemesh/sdk v0.5.1-0.20221123121638-14f2490dae28/go.mod h1:wnkxc0GGaktCa8MaL49AmRbT4QZl+CNv9xPdMHBOfjk=
github.com/networkservicemesh/sdk-kernel v0.0.0-20221123122230-aa5742746402 h1:eGjXZ3l0fSPaW1dQl+lnnQe/6UCxJu3CRtUQ3gVDlCo=
github.com/networkservicemesh/sdk-kernel v0.0.0-20221123122230-aa5742746402/go.mod h1:XOOW6mATJI5TFmf885yMsqqLPbofwDC2xCdT05fp7B0=
github.com/networkservicemesh/sdk-vpp v0.0.0-20221123122723-a710c30d1852 h1:/q4pyFsJFg0gnYyZpHGvCL/zEp2z0pfmXZnWMyPtj3Q=
github.com/networkservicemesh/sdk-vpp v0.0.0-20221123122723-a710c30d1852/go.mod h1:Tfs4BWQ+DC9RC40yHh1eMw+Q50vHWNAeeMYUrI06Snk=
github.com/networkservicemesh/sdk v0.5.1-0.20221124104929-d83bdbd65e5a h1:cVAxQKXaUyEmzoCwoXEUuQ+JGm3usGk26fUZta10xSY=
github.com/networkservicemesh/sdk v0.5.1-0.20221124104929-d83bdbd65e5a/go.mod h1:wnkxc0GGaktCa8MaL49AmRbT4QZl+CNv9xPdMHBOfjk=
github.com/networkservicemesh/sdk-kernel v0.0.0-20221124105434-74b7d540d4a3 h1:F2FoIlziNLzNUGTc84b3sgYFmGtTk6tcsY/lhoZadyU=
github.com/networkservicemesh/sdk-kernel v0.0.0-20221124105434-74b7d540d4a3/go.mod h1:kljtoGNdGaZOFR131LM62S0GYYJwo89td+5eWZV5FsU=
github.com/networkservicemesh/sdk-vpp v0.0.0-20221124105952-9f3a51715714 h1:KKYEFyWWOqcSBj3imszOg2h+rcM9SKakOTU/QJ9opg0=
github.com/networkservicemesh/sdk-vpp v0.0.0-20221124105952-9f3a51715714/go.mod h1:ntRxhKiU30AV/gDtoFeczaX/vgTr67YTK3ZiuaBWRA0=
github.com/onsi/ginkgo v1.8.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/gomega v1.1.0 h1:e3YP4dN/HYPpGh29X1ZkcxcEICsOls9huyVCRBaxjq8=
github.com/onsi/gomega v1.1.0/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA=
Expand Down