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-kernel #813

Merged
merged 1 commit into from
Mar 25, 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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ require (
github.com/hashicorp/go-multierror v1.1.1
github.com/networkservicemesh/api v1.11.1-0.20231031152153-730abd666985
github.com/networkservicemesh/govpp v0.0.0-20240312165607-3c0a753ca3bf
github.com/networkservicemesh/sdk v0.5.1-0.20240325094524-368383fb06d9
github.com/networkservicemesh/sdk-kernel v0.0.0-20240325094956-8e26ed1d9ef2
github.com/networkservicemesh/sdk v0.5.1-0.20240325095750-d803d102cac5
github.com/networkservicemesh/sdk-kernel v0.0.0-20240325112637-39595ce194c5
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.4
github.com/thanhpk/randstr v1.0.4
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ github.com/networkservicemesh/api v1.11.1-0.20231031152153-730abd666985 h1:uiWxB
github.com/networkservicemesh/api v1.11.1-0.20231031152153-730abd666985/go.mod h1:E2yBac48+mMkMh6ODnsNyah4EE6rI08SMR9n+86Emxs=
github.com/networkservicemesh/govpp v0.0.0-20240312165607-3c0a753ca3bf h1:K5lgSmjP5pjszXRP224r3Z1/Z791HY+fvZM7u4zAaSw=
github.com/networkservicemesh/govpp v0.0.0-20240312165607-3c0a753ca3bf/go.mod h1:CwikXQ3p/y3j6+HbQQWXKv0f4LPyUd2vKTiViG93qWA=
github.com/networkservicemesh/sdk v0.5.1-0.20240325094524-368383fb06d9 h1:U+b34s7bseltswjKnW/0Tgl7SR8+Qiv+AVpROITd8OA=
github.com/networkservicemesh/sdk v0.5.1-0.20240325094524-368383fb06d9/go.mod h1:sX3yHOgF+zgPv22w77yrldRkR3m7plBNPaTj9nuhP+s=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240325094956-8e26ed1d9ef2 h1:0KkvlP5EA7FUfldNLVLkTOqSi11x7v0iiqkHRcmvAIc=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240325094956-8e26ed1d9ef2/go.mod h1:I4eIgO2TnTnn7+z51YGMvpqpOCDv/QWm4xosd5D7eM4=
github.com/networkservicemesh/sdk v0.5.1-0.20240325095750-d803d102cac5 h1:+ynDZ1j0iO3TV5WnKw7IXZbHireeLHjpHVjsLLmNOGY=
github.com/networkservicemesh/sdk v0.5.1-0.20240325095750-d803d102cac5/go.mod h1:sX3yHOgF+zgPv22w77yrldRkR3m7plBNPaTj9nuhP+s=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240325112637-39595ce194c5 h1:fdwGjtIzQA0M9TEaZY67PuZY7lkqPA5y6rJG0YoJ+J8=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240325112637-39595ce194c5/go.mod h1:CM+3dmDENTnE0Bca2Vu5kKW/ROvCUCaiJskKjPyWS/k=
github.com/onsi/gomega v1.30.0 h1:hvMK7xYz4D3HapigLTeGdId/NcfQx1VHMJc60ew99+8=
github.com/open-policy-agent/opa v0.44.0 h1:sEZthsrWBqIN+ShTMJ0Hcz6a3GkYsY4FaB2S/ou2hZk=
github.com/open-policy-agent/opa v0.44.0/go.mod h1:YpJaFIk5pq89n/k72c1lVvfvR5uopdJft2tMg1CW/yU=
Expand Down
Loading