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

Merged
merged 1 commit into from
Sep 7, 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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
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.20220831094238-ed5cc972107d
github.com/networkservicemesh/sdk-k8s v0.0.0-20220816111430-72783c8b0303
github.com/networkservicemesh/sdk-k8s v0.0.0-20220907173557-1adc517b91ae
github.com/networkservicemesh/sdk-sriov v0.0.0-20220831095420-02db1b0435f8
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 @@ -707,8 +707,8 @@ github.com/networkservicemesh/api v1.4.1-0.20220711153918-a59689088578 h1:2MZD6S
github.com/networkservicemesh/api v1.4.1-0.20220711153918-a59689088578/go.mod h1:hOF2844BSstH1311oDMDgqqXS+kdc77htZNPRKl9mf8=
github.com/networkservicemesh/sdk v0.5.1-0.20220831094238-ed5cc972107d h1:BdHd5I8GMDyGmI0rVs2/uIa6uHuWFefLw6MQph5Fk4s=
github.com/networkservicemesh/sdk v0.5.1-0.20220831094238-ed5cc972107d/go.mod h1:ic2ei1BweJHofQ2Gz1gMBV9cJwBhvkvpwCfGge/pLY0=
github.com/networkservicemesh/sdk-k8s v0.0.0-20220816111430-72783c8b0303 h1:K0dvprbPpC5AmSzCUvxFrL7z51UtR+XzO1YPhHluZco=
github.com/networkservicemesh/sdk-k8s v0.0.0-20220816111430-72783c8b0303/go.mod h1:HN0tAAHW/pWSXK+sVB5zVb6AXuRB+p1aZOpakt7mMLw=
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-20220831094708-45248ec98ad6 h1:nc4eBYtsp6QM1QQB+KYJgnce3z2bgsFF/sadYu00gn8=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220831094708-45248ec98ad6/go.mod h1:08XHqpImcOZuFzsyNgdFJ0kGhiw3ZD/OgkAC8vbrOFM=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220831095420-02db1b0435f8 h1:S9J8rugiZtCSeXpA4t5euwBFd//TcIA37ucLb/nkLvk=
Expand Down