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-k8s #597

Merged
merged 3 commits 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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.7.2-0.20230123083145-4a6c3ec589e1
github.com/networkservicemesh/sdk v0.5.1-0.20230228154522-f734da775425
github.com/networkservicemesh/sdk-k8s v0.0.0-20230227075730-0e550769c9f4
github.com/networkservicemesh/sdk-k8s v0.0.0-20230228155325-de8f56707cac
github.com/networkservicemesh/sdk-sriov v0.0.0-20230228155259-da5f2ef417b6
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ github.com/networkservicemesh/api v1.7.2-0.20230123083145-4a6c3ec589e1 h1:RxNKks
github.com/networkservicemesh/api v1.7.2-0.20230123083145-4a6c3ec589e1/go.mod h1:hOF2844BSstH1311oDMDgqqXS+kdc77htZNPRKl9mf8=
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-k8s v0.0.0-20230227075730-0e550769c9f4 h1:WQ1GM2ZRrpoehYu6ds/aRSnnmO8Q4vMlocdk6ZcCniw=
github.com/networkservicemesh/sdk-k8s v0.0.0-20230227075730-0e550769c9f4/go.mod h1:6lqCtQUeOs5S3DTWHIbvnbjVuvSN94GPxkEVGr1mVl4=
github.com/networkservicemesh/sdk-k8s v0.0.0-20230228155325-de8f56707cac h1:NprhVYcon+eh4B7RtBC0CYUGc9oGXtdYz5ChOLwG0AY=
github.com/networkservicemesh/sdk-k8s v0.0.0-20230228155325-de8f56707cac/go.mod h1:0aGR/PgSG5rb5Avh0F+Nq1U7FNU4FW6Hm+SaHQnFP1Y=
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/networkservicemesh/sdk-sriov v0.0.0-20230228155259-da5f2ef417b6 h1:O2kU/A/FdAHzIrIXwsy4fE1u1sGMvrZQpmvfUBWxduY=
Expand Down