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-k8s #728

Merged
merged 1 commit into from
Oct 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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ require (
github.com/google/uuid v1.2.0
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.20221012161151-d4d43aefa832
github.com/networkservicemesh/sdk-k8s v0.0.0-20220929210656-f337c7a28a7e
github.com/networkservicemesh/sdk v0.5.1-0.20221013082556-9ae27f8b63af
github.com/networkservicemesh/sdk-k8s v0.0.0-20221013083150-af2517434329
github.com/networkservicemesh/sdk-sriov v0.0.0-20221012143612-72fdc7c70eab
github.com/networkservicemesh/sdk-vpp v0.0.0-20221012161922-89773191e7e4
github.com/pkg/errors v0.9.1
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -366,10 +366,10 @@ github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRW
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw=
github.com/networkservicemesh/api v1.4.1-0.20220711153918-a59689088578 h1:2MZD6SGFULqTgMKA8BFy7F+ldRErAyxsWht7oCwCVRM=
github.com/networkservicemesh/api v1.4.1-0.20220711153918-a59689088578/go.mod h1:hOF2844BSstH1311oDMDgqqXS+kdc77htZNPRKl9mf8=
github.com/networkservicemesh/sdk v0.5.1-0.20221012161151-d4d43aefa832 h1:o920p/m3660++ceN0IA8gt1YEQlfTjvpk5AqclW8h0g=
github.com/networkservicemesh/sdk v0.5.1-0.20221012161151-d4d43aefa832/go.mod h1:YnWv4wspKOtfFsc7kC5tfs7n95Snj3C0MRCal7yytVE=
github.com/networkservicemesh/sdk-k8s v0.0.0-20220929210656-f337c7a28a7e h1:V7xyUIL1r0lLEtSeGcKLZoiCseRkQNzq9cI3ZpN4r1I=
github.com/networkservicemesh/sdk-k8s v0.0.0-20220929210656-f337c7a28a7e/go.mod h1:GRKRuTmWpVRLGRUX5YRy2HMoD0sTvSfQmJ82lDGFE+0=
github.com/networkservicemesh/sdk v0.5.1-0.20221013082556-9ae27f8b63af h1:6X3VF4J+jWYWYsQ+Nnx/B0dSFWh79X8SmoaOeEiucuI=
github.com/networkservicemesh/sdk v0.5.1-0.20221013082556-9ae27f8b63af/go.mod h1:YnWv4wspKOtfFsc7kC5tfs7n95Snj3C0MRCal7yytVE=
github.com/networkservicemesh/sdk-k8s v0.0.0-20221013083150-af2517434329 h1:uVwQpPv2iSrJLf3saT0p2PMg7s15pyCe0wU7aplDBeE=
github.com/networkservicemesh/sdk-k8s v0.0.0-20221013083150-af2517434329/go.mod h1:YH85yGLFPMu6iydjvye6wyd7w5PqYxTUQVwMySoh15g=
github.com/networkservicemesh/sdk-kernel v0.0.0-20221012161519-3d32f066ca3d h1:NEkngTqDBhrUlsnfVmJ0FNiTJ36n1JwKUH+c66irbNM=
github.com/networkservicemesh/sdk-kernel v0.0.0-20221012161519-3d32f066ca3d/go.mod h1:8oqpP8+VTdw2fHgqAO8uo5shsK/gKDhQ4UOOqcEKTNg=
github.com/networkservicemesh/sdk-sriov v0.0.0-20221012143612-72fdc7c70eab h1:95H6Yac4/EHwYi+FFxqR5Xc5Z9327ORcKmTY21d4Sqw=
Expand Down