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

Merged
merged 1 commit into from
Oct 17, 2024
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 @@ -7,8 +7,8 @@ require (
github.com/edwarnicke/grpcfd v1.1.4
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.13.4-0.20240815101554-fdbfcd84fd0e
github.com/networkservicemesh/sdk v0.5.1-0.20241016111326-380120667e60
github.com/networkservicemesh/sdk-vpp v0.0.0-20241016111917-8a4f5ce953d1
github.com/networkservicemesh/sdk v0.5.1-0.20241017131018-3d46f1edd72f
github.com/networkservicemesh/sdk-vpp v0.0.0-20241017131721-e538941b2c80
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
Expand Down Expand Up @@ -44,7 +44,7 @@ require (
github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/networkservicemesh/govpp v0.0.0-20240328101142-8a444680fbba // indirect
github.com/networkservicemesh/sdk-kernel v0.0.0-20241016111547-40426fd555dd // indirect
github.com/networkservicemesh/sdk-kernel v0.0.0-20241017131259-f700ba189bbb // indirect
github.com/open-policy-agent/opa v0.44.0 // indirect
github.com/prometheus/client_golang v1.17.0 // indirect
github.com/prometheus/client_model v0.5.0 // indirect
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,12 @@ github.com/networkservicemesh/api v1.13.4-0.20240815101554-fdbfcd84fd0e h1:Fs34Z
github.com/networkservicemesh/api v1.13.4-0.20240815101554-fdbfcd84fd0e/go.mod h1:B8FmS3XZ7NZY7ZEtdcNg2NHYppDHlr4kl4eecdZN9eI=
github.com/networkservicemesh/govpp v0.0.0-20240328101142-8a444680fbba h1:7B6X6N7rwJNpnfsUlBavxuZdYqTx8nAKwxVS/AkuX1o=
github.com/networkservicemesh/govpp v0.0.0-20240328101142-8a444680fbba/go.mod h1:CwikXQ3p/y3j6+HbQQWXKv0f4LPyUd2vKTiViG93qWA=
github.com/networkservicemesh/sdk v0.5.1-0.20241016111326-380120667e60 h1:A572bGq9vmgNBPkKGkhWAHf7vQ9pKbuZgzynUri1bxo=
github.com/networkservicemesh/sdk v0.5.1-0.20241016111326-380120667e60/go.mod h1:nz2VJ3l/UDvsEusdIZf7OMxC7zLrRCV1PuziPjxJeVE=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241016111547-40426fd555dd h1:wHq9CYeUyqbWqul1p8YEcRlvXvpUR7hiINBckCEjrxE=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241016111547-40426fd555dd/go.mod h1:JJ6huE7dU6xLDd4EPeyMQkGg9qslXC9ynE4BrbesFec=
github.com/networkservicemesh/sdk-vpp v0.0.0-20241016111917-8a4f5ce953d1 h1:+qJHWsPNgBhLY3hvY96PCgnf8smqQ31nud3zA+xKHKA=
github.com/networkservicemesh/sdk-vpp v0.0.0-20241016111917-8a4f5ce953d1/go.mod h1:A5mhECZcrX5bSahx9h8plQlXXbcG78LFup3TXGy/9Vw=
github.com/networkservicemesh/sdk v0.5.1-0.20241017131018-3d46f1edd72f h1:7lu+V9sTZZRO6O706Flr9Bbk57dxFh5zBOpg4l1JI00=
github.com/networkservicemesh/sdk v0.5.1-0.20241017131018-3d46f1edd72f/go.mod h1:nz2VJ3l/UDvsEusdIZf7OMxC7zLrRCV1PuziPjxJeVE=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241017131259-f700ba189bbb h1:UyM6retp3Oj3ClbKyECGPc9koB+VU8Mf3W7JZlk7fp8=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241017131259-f700ba189bbb/go.mod h1:OG6VzM7eZArpuQIT2TkubGVZrnh+av9n6iNuNlPqnPk=
github.com/networkservicemesh/sdk-vpp v0.0.0-20241017131721-e538941b2c80 h1:Wvy1XZQ1hhU0qb2rt8M0tPn6w22lyqN8fYcbCZLj06g=
github.com/networkservicemesh/sdk-vpp v0.0.0-20241017131721-e538941b2c80/go.mod h1:4OnWdqJpvaSYQJY3vUCRWgLpqm2YiKZU1K0O6Y49Fw4=
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6 h1:o+enN5yCikNXZN+hO+JjE+aLxBWq9+GMVF9GSQtpwMI=
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6/go.mod h1:n6+8PnoDvWj6WMryfU3J8HOCusgysFjQ0kGLfrcsDEM=
github.com/onsi/gomega v1.30.0 h1:hvMK7xYz4D3HapigLTeGdId/NcfQx1VHMJc60ew99+8=
Expand Down
Loading