Skip to content

Commit

Permalink
Update go.mod and go.sum to latest version from networkservicemesh/sd…
Browse files Browse the repository at this point in the history
…k-sriov@main

PR link: networkservicemesh/sdk-sriov#361

Commit: 44ea01b
Author: Ed Warnicke
Date: 2022-01-26 15:13:06 -0600
Message:
  - Merge pull request #361 from denis-tingaikin/add-reg-sendfd-client
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Jan 26, 2022
1 parent e76eb00 commit be10d72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ require (
github.com/golang/protobuf v1.5.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.1.2-0.20220119092736-21eda250c390
github.com/networkservicemesh/sdk v0.5.1-0.20220124073803-419fa7053a1a
github.com/networkservicemesh/sdk v0.5.1-0.20220126193800-17ea214c7fec
github.com/networkservicemesh/sdk-k8s v0.0.0-20220120084602-e17b3e54e603
github.com/networkservicemesh/sdk-sriov v0.0.0-20220125054043-82a6836ef9b8
github.com/networkservicemesh/sdk-sriov v0.0.0-20220126211306-44ea01b078a0
github.com/networkservicemesh/sdk-vpp v0.0.0-20220125054107-45ffcacd36ec
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
Expand Down
10 changes: 6 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -384,14 +384,16 @@ github.com/nats-io/stan.go v0.10.0/go.mod h1:0jEuBXKauB1HHJswHM/lx05K48TJ1Yxj6VI
github.com/networkservicemesh/api v1.1.2-0.20220119092736-21eda250c390 h1:GREf14twiQkUInGh+M0qQH+jNQ9uvTfQC2FVieDd7tQ=
github.com/networkservicemesh/api v1.1.2-0.20220119092736-21eda250c390/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.5.1-0.20220119093841-c6568d15f10c/go.mod h1:u3HgGqMae6MFZ//JRrN8CkEJ7pwr+CWBG7cvHymhHDY=
github.com/networkservicemesh/sdk v0.5.1-0.20220124073803-419fa7053a1a h1:VSV85CiW9+IJUPHN58GliNlcYuVldW+lts4fLkna+/o=
github.com/networkservicemesh/sdk v0.5.1-0.20220124073803-419fa7053a1a/go.mod h1:u3HgGqMae6MFZ//JRrN8CkEJ7pwr+CWBG7cvHymhHDY=
github.com/networkservicemesh/sdk v0.5.1-0.20220126193800-17ea214c7fec h1:fmJz1kfI3+KTElNIjNUyIFB+Ype4+JeT/6U1OPp9O/Q=
github.com/networkservicemesh/sdk v0.5.1-0.20220126193800-17ea214c7fec/go.mod h1:u3HgGqMae6MFZ//JRrN8CkEJ7pwr+CWBG7cvHymhHDY=
github.com/networkservicemesh/sdk-k8s v0.0.0-20220120084602-e17b3e54e603 h1:Y5g41QvLMlVyCTBaBosFWGD9cauU1lja30jvi2Xb55w=
github.com/networkservicemesh/sdk-k8s v0.0.0-20220120084602-e17b3e54e603/go.mod h1:daomInenPepn8gQck45Z6zcUWsQbsdli6JmPRPe0CNI=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220125053613-63d40e5ccf8a h1:ozbMmCsDSKJtOZj6gWAOgLDOvpyNpNVkzfdP3k3gu+E=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220125053613-63d40e5ccf8a/go.mod h1:DvBiFXiN7umMQISiuU2L1XChqqIYE43lgoeDXflJTRk=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220125054043-82a6836ef9b8 h1:wFKI5b4VnAHV61SinOZr7JQ6FsmM2fuSIYOBK7Pg76A=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220125054043-82a6836ef9b8/go.mod h1:aSNvpj40fMb46eKWBBZ9nPFiuaGH5GwdNer9WbwSLdA=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220126194043-33b06882fd2e h1:SKVvAViEuEfBY8cX0pj05ELhNo+C2iZUTWmpmYpzc/4=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220126194043-33b06882fd2e/go.mod h1:CLhgoibL/XEnLKQ94ah7r6YUqSZfXm9LYAPdROKS4ro=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220126211306-44ea01b078a0 h1:l2SEKtac/0yFMM2qC6D8b3kR4ljvmQXd7AUenz5CACc=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220126211306-44ea01b078a0/go.mod h1:g5tVP0gyhKMdnYmlUI/qv80E6ya2q2NKhirblZQ9Ihg=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220125054107-45ffcacd36ec h1:pJiDQD3cu9LtwMqwkfnc8vc/Fxu9szrfl3WWz5tnjyY=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220125054107-45ffcacd36ec/go.mod h1:e6paJ7P9G6ljHQXcnQrIyXTuIPxogXNc7j0s7ef3vbY=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
Expand Down

0 comments on commit be10d72

Please sign in to comment.