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-sriov #186

Merged
merged 1 commit into from
May 5, 2021
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 @@ -7,8 +7,8 @@ require (
github.com/edwarnicke/grpcfd v0.0.0-20210219150442-10fb469a6976
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v0.0.0-20210502014900-961930476ee1
github.com/networkservicemesh/sdk v0.0.0-20210502020015-89486603aedb
github.com/networkservicemesh/sdk-sriov v0.0.0-20210504155616-daedd3064dd8
github.com/networkservicemesh/sdk v0.0.0-20210505045214-bfe10c5a059b
github.com/networkservicemesh/sdk-sriov v0.0.0-20210505045954-864f9a02f285
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/spiffe/go-spiffe/v2 v2.0.0-alpha.5
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@ github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OS
github.com/nats-io/stan.go v0.6.0/go.mod h1:eIcD5bi3pqbHT/xIIvXMwvzXYElgouBvaVRftaE+eac=
github.com/networkservicemesh/api v0.0.0-20210502014900-961930476ee1 h1:HNm4SS79Bx14cAXoLkIs/GB2KSJI+zT19ttDIu6Ofuc=
github.com/networkservicemesh/api v0.0.0-20210502014900-961930476ee1/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.0.0-20210502020015-89486603aedb h1:JH9vbQvQtaEZnmuZpxYKbcQ8uC9llznPn0DnmFEaENc=
github.com/networkservicemesh/sdk v0.0.0-20210502020015-89486603aedb/go.mod h1:uKeG+m5riQr0jllVp/vyeYJP2ruu1kyM8ejLWAKJwUo=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210504155126-c8e4fecf7646 h1:lD1ZDCTwgOn6QP8ZmZVUhoHIvXqu6hkV5S1GhwWVLac=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210504155126-c8e4fecf7646/go.mod h1:Y5Um36GlyWQ4dcYV2wy29KjlfR7Wkfo/g/B16NEoi2o=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210504155616-daedd3064dd8 h1:UZzKZbX3SdjcmYVL7/OR7iqydUNhTyPZlaGg3kfDIxE=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210504155616-daedd3064dd8/go.mod h1:sj1/xDIl5nKSPhWnWnTxyCPv8mBVBn0bFwcpgr/OCrc=
github.com/networkservicemesh/sdk v0.0.0-20210505045214-bfe10c5a059b h1:N1FWXLtMwJnolTHmvKenz5H9IGJM46Yc1UiTbeLcQMc=
github.com/networkservicemesh/sdk v0.0.0-20210505045214-bfe10c5a059b/go.mod h1:uKeG+m5riQr0jllVp/vyeYJP2ruu1kyM8ejLWAKJwUo=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210505045412-ebe3e3727558 h1:whSuTIbuaZ4T5uqBdYPWpOF2Kldvjs2kMTrdFIv8sEM=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210505045412-ebe3e3727558/go.mod h1:dMZxesWGokKtVu+Buu8n0dnkAzqiFd/9TQHfHMxuxkw=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210505045954-864f9a02f285 h1:+MF6KTxzyKjow1SPYUQr4GIWov+sxzPh+VS1iDB5I24=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210505045954-864f9a02f285/go.mod h1:xgCnvfKeu0h/bEx5SZx7Nx9WSoLj3n1GC00O6N6c9QE=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
Expand Down