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

Merged
merged 1 commit into from
Feb 28, 2023
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 @@ -10,8 +10,8 @@ require (
github.com/google/uuid v1.2.0
github.com/hashicorp/go-multierror v1.1.1
github.com/networkservicemesh/api v1.7.2-0.20230123083145-4a6c3ec589e1
github.com/networkservicemesh/sdk v0.5.1-0.20230227075049-9a7d5a4b2da3
github.com/networkservicemesh/sdk-kernel v0.0.0-20230227075403-39ffb351cb7f
github.com/networkservicemesh/sdk v0.5.1-0.20230228154522-f734da775425
github.com/networkservicemesh/sdk-kernel v0.0.0-20230228154801-38866f9a4f58
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.0
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 @@ -215,10 +215,10 @@ github.com/miekg/dns v1.1.50 h1:DQUfb9uc6smULcREF09Uc+/Gd46YWqJd5DbpPE9xkcA=
github.com/mikioh/ipaddr v0.0.0-20190404000644-d465c8ab6721/go.mod h1:Ickgr2WtCLZ2MDGd4Gr0geeCH5HybhRJbonOgQpvSxc=
github.com/networkservicemesh/api v1.7.2-0.20230123083145-4a6c3ec589e1 h1:RxNKksXsXsnDsEo+Cfn43pdPfML024ad//QcdKfgXK4=
github.com/networkservicemesh/api v1.7.2-0.20230123083145-4a6c3ec589e1/go.mod h1:hOF2844BSstH1311oDMDgqqXS+kdc77htZNPRKl9mf8=
github.com/networkservicemesh/sdk v0.5.1-0.20230227075049-9a7d5a4b2da3 h1:FhEw4Ua6jcjysbpKo7GoZYIjVhahvv0rh/GS8rgvdQo=
github.com/networkservicemesh/sdk v0.5.1-0.20230227075049-9a7d5a4b2da3/go.mod h1:4w0ue1+jI3lHNdSr+rzSpFIBwoGfM5vRcjVkNKZNRxk=
github.com/networkservicemesh/sdk-kernel v0.0.0-20230227075403-39ffb351cb7f h1:HO+gVxkF+rqCPIV5U3VtDsRq8lkVWRqUKqgumKWo5aE=
github.com/networkservicemesh/sdk-kernel v0.0.0-20230227075403-39ffb351cb7f/go.mod h1:acgX1uXG8vA58aLvXbDoKUFZQs6XRgdrGzXzaq++30s=
github.com/networkservicemesh/sdk v0.5.1-0.20230228154522-f734da775425 h1:fLIPnZECRosfIIGU6F3AMJzB0Uofp+ylW6DdC3Tisfc=
github.com/networkservicemesh/sdk v0.5.1-0.20230228154522-f734da775425/go.mod h1:4w0ue1+jI3lHNdSr+rzSpFIBwoGfM5vRcjVkNKZNRxk=
github.com/networkservicemesh/sdk-kernel v0.0.0-20230228154801-38866f9a4f58 h1:01CueT7nPYgSO7/u7Fk+dtAydZnGYTAFVj5bQPkyTgo=
github.com/networkservicemesh/sdk-kernel v0.0.0-20230228154801-38866f9a4f58/go.mod h1:mGaLrXPQLE6jG0Yl5+h7DqyD+0Uue05gjpryE2Rh2v8=
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