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

Merged
merged 1 commit into from
Aug 30, 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
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.0.1-0.20210811070028-10403c0f20c8
github.com/networkservicemesh/sdk v0.5.1-0.20210827110808-c2178d55e7a9
github.com/networkservicemesh/sdk-k8s v0.0.0-20210823074552-7756958d7215
github.com/networkservicemesh/sdk-k8s v0.0.0-20210830070832-6d0b382b100a
github.com/networkservicemesh/sdk-sriov v0.0.0-20210827111445-4aa6b43ea849
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
Expand Down
5 changes: 2 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -247,11 +247,10 @@ 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 v1.0.1-0.20210811070028-10403c0f20c8 h1:kr2/dA/ktBgnChorXBwjn7fdpRKB+eJI2xCPNCGt3ws=
github.com/networkservicemesh/api v1.0.1-0.20210811070028-10403c0f20c8/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.5.1-0.20210823074050-b1370083e4e1/go.mod h1:LmMlte3Erm5n+O5rJoVgcpqgYd18aVEefgezfCOKU8A=
github.com/networkservicemesh/sdk v0.5.1-0.20210827110808-c2178d55e7a9 h1:97Y7eS6KdVrDgJhyiI7TmoIe70hpT0T+Fsh78kV6X38=
github.com/networkservicemesh/sdk v0.5.1-0.20210827110808-c2178d55e7a9/go.mod h1:t4mwbFHDeOUbmrrFhkcpcyYd5CgkrzmaD7uu8LiLpKs=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210823074552-7756958d7215 h1:Id3yDiTjEEFVznAic1khqXluGDTXXdDcEnLp/Ejl2RQ=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210823074552-7756958d7215/go.mod h1:HUJjW7os7ve9aFnwQ0J8illan+G7EpRuebjx6BUQ2A8=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210830070832-6d0b382b100a h1:fQRXRJPI7Eg+VlBwg5+Uw9BPiRWLUyctXEiWFvHSz4Q=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210830070832-6d0b382b100a/go.mod h1:qDqJQwBwYRcVWLDpZP1UqhBBgGzHOTjezo9vN67nGzQ=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210827111123-3641f2295562 h1:UWSIYeNtBX8lSFeJirJQ9d+cQWc9OU87t2PQSvB6usA=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210827111123-3641f2295562/go.mod h1:LBphTaZW3dXn9sfPlNkvcfrhueCa2LlKU6izB6z+L18=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210827111445-4aa6b43ea849 h1:k0ThQbIwsSeBW4HZ6a6CPxXjuO4t5TQib+4JgWKVxaQ=
Expand Down