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

Merged
merged 1 commit into from
Oct 4, 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 @@ -8,8 +8,8 @@ require (
github.com/golang/protobuf v1.5.3
github.com/google/uuid v1.3.1
github.com/networkservicemesh/api v1.13.4-0.20240815101554-fdbfcd84fd0e
github.com/networkservicemesh/sdk v0.5.1-0.20241001095203-5a9d3ce12c18
github.com/networkservicemesh/sdk-kernel v0.0.0-20241001095432-9e08c2b4c610
github.com/networkservicemesh/sdk v0.5.1-0.20241004230712-95c7ff746298
github.com/networkservicemesh/sdk-kernel v0.0.0-20241004230931-f5852d24e264
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.4
go.uber.org/goleak v1.3.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfr
github.com/miekg/dns v1.1.50 h1:DQUfb9uc6smULcREF09Uc+/Gd46YWqJd5DbpPE9xkcA=
github.com/networkservicemesh/api v1.13.4-0.20240815101554-fdbfcd84fd0e h1:Fs34ZZN+bujq5OQEQUpxm0gYQ3g7uSCkcKcoUt70Be0=
github.com/networkservicemesh/api v1.13.4-0.20240815101554-fdbfcd84fd0e/go.mod h1:B8FmS3XZ7NZY7ZEtdcNg2NHYppDHlr4kl4eecdZN9eI=
github.com/networkservicemesh/sdk v0.5.1-0.20241001095203-5a9d3ce12c18 h1:fm5MNQDg9YqsMOf2CmTU4qrZpe12DGD6EPMtjLIkMnI=
github.com/networkservicemesh/sdk v0.5.1-0.20241001095203-5a9d3ce12c18/go.mod h1:nz2VJ3l/UDvsEusdIZf7OMxC7zLrRCV1PuziPjxJeVE=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241001095432-9e08c2b4c610 h1:r3wkZ5eh/6QwH98YPD6Xi+oLX1x93EEKmyBlUk5FD8M=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241001095432-9e08c2b4c610/go.mod h1:wjrffCqjd5HRocaH1n5gTlW3Q6lfoICiPXcatPaL3IE=
github.com/networkservicemesh/sdk v0.5.1-0.20241004230712-95c7ff746298 h1:HuMP8S6DLBASeV30uH6an7MWV7nfrw4YAnavRqFD9Pg=
github.com/networkservicemesh/sdk v0.5.1-0.20241004230712-95c7ff746298/go.mod h1:nz2VJ3l/UDvsEusdIZf7OMxC7zLrRCV1PuziPjxJeVE=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241004230931-f5852d24e264 h1:Mitl//78/9xwDJd9NiF5LtLvILe/xx1kEPpCBV/P09Q=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241004230931-f5852d24e264/go.mod h1:ZEVvSygDjRirDC1aS0X7T2CRcA4T6ro1Q2m6SfyfhXM=
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=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
Expand Down
Loading