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

Merged
merged 1 commit into from
Sep 23, 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
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ require (
github.com/edwarnicke/grpcfd v1.1.2
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.20220923103800-143843a5e2a6
github.com/networkservicemesh/sdk v0.5.1-0.20220923160652-5ce22c12fabe
github.com/networkservicemesh/sdk-k8s v0.0.0-20220907173557-1adc517b91ae
github.com/networkservicemesh/sdk-sriov v0.0.0-20220923104540-cfdb6a6b3fc2
github.com/networkservicemesh/sdk-sriov v0.0.0-20220923161409-b5115093d81b
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
github.com/spiffe/go-spiffe/v2 v2.0.0
Expand All @@ -37,7 +37,7 @@ require (
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 // indirect
github.com/networkservicemesh/sdk-kernel v0.0.0-20220923104134-461ee0bcc688 // indirect
github.com/networkservicemesh/sdk-kernel v0.0.0-20220923161019-7ba274536214 // indirect
github.com/open-policy-agent/opa v0.44.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -337,14 +337,14 @@ 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.20220923103800-143843a5e2a6 h1:U5sqIXk7JxdOhirbOylcOJ/+KCLO7jPW5hl1cr1hdLE=
github.com/networkservicemesh/sdk v0.5.1-0.20220923103800-143843a5e2a6/go.mod h1:YnWv4wspKOtfFsc7kC5tfs7n95Snj3C0MRCal7yytVE=
github.com/networkservicemesh/sdk v0.5.1-0.20220923160652-5ce22c12fabe h1:BSZCe79TNkF9zRQGicnN1KodEFGNe/U+gOEUa4imkWY=
github.com/networkservicemesh/sdk v0.5.1-0.20220923160652-5ce22c12fabe/go.mod h1:YnWv4wspKOtfFsc7kC5tfs7n95Snj3C0MRCal7yytVE=
github.com/networkservicemesh/sdk-k8s v0.0.0-20220907173557-1adc517b91ae h1:XYt0tpel2tS4ppkcjDm6G86cIMU/45xjrCw05dRBQWM=
github.com/networkservicemesh/sdk-k8s v0.0.0-20220907173557-1adc517b91ae/go.mod h1:HN0tAAHW/pWSXK+sVB5zVb6AXuRB+p1aZOpakt7mMLw=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220923104134-461ee0bcc688 h1:7aqYMr0dzkWDLdoSjQm6B1DZDtiXG8yr0BQcocLwf4M=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220923104134-461ee0bcc688/go.mod h1:Nr47niyph3UWK3BroDS4WbxX+lYt69jajBvVhtsCc+8=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220923104540-cfdb6a6b3fc2 h1:3q/6oHpNsjSX8m66HDe0E+LV5xEpDe7bB4FKJwW6iBE=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220923104540-cfdb6a6b3fc2/go.mod h1:6c/jWsvqMysQLcz40udEMyzM/wdN68FCu/NWlCR7BcA=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220923161019-7ba274536214 h1:ux3dh8RtuvhQGP4a5fPslt3ORneYpFSffZ7Aj0Ac3kc=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220923161019-7ba274536214/go.mod h1:umPw6Cgd6967YzfTPHSIYAZeTwcrCHkKmChcVbWhoC0=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220923161409-b5115093d81b h1:VG+wV0/Lz3d8URz4B8evRZCokzfsZ4hErKo48SrHRyw=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220923161409-b5115093d81b/go.mod h1:OvhsxAGYEiEIdscAr1icsnOSlukfpXVnr6J0x1k1UuE=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
Expand Down