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

Merged
merged 1 commit into from
Sep 23, 2020
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 @@ -6,7 +6,7 @@ require (
github.com/antonfisher/nested-logrus-formatter v1.1.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v0.0.0-20200923231758-e91e69f22959
github.com/networkservicemesh/sdk v0.0.0-20200923232803-1c7db1ec33e3
github.com/networkservicemesh/sdk v0.0.0-20200923234642-595d4e79047c
github.com/opentracing/opentracing-go v1.2.0
github.com/sirupsen/logrus v1.6.0
github.com/spiffe/go-spiffe/v2 v2.0.0-alpha.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ 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 v0.0.0-20200923231758-e91e69f22959 h1:p+bW9S1qNjwkAtifamxsNWglHDYiwCexGssW3GYuBm4=
github.com/networkservicemesh/api v0.0.0-20200923231758-e91e69f22959/go.mod h1:6hH0TfujZVin9W/6rWY7JnmNBNRvUrgXhr1aWyKuQKI=
github.com/networkservicemesh/sdk v0.0.0-20200923232803-1c7db1ec33e3 h1:cN1l2y7jc+/6fdZ8MElcaygrAl0DIq/ZtrtRFPEzsH4=
github.com/networkservicemesh/sdk v0.0.0-20200923232803-1c7db1ec33e3/go.mod h1:nuo2nTX9GWUHfhu6jvVxB1oDv19lOkebcPgGewvEl6E=
github.com/networkservicemesh/sdk v0.0.0-20200923234642-595d4e79047c h1:z0XeskNYIkZ0bCB9k+/u0CmJjozr9/pccKvUo8gDTbs=
github.com/networkservicemesh/sdk v0.0.0-20200923234642-595d4e79047c/go.mod h1:nuo2nTX9GWUHfhu6jvVxB1oDv19lOkebcPgGewvEl6E=
github.com/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
github.com/open-policy-agent/opa v0.16.1 h1:BDADmi1Xl08aPcubaYgSEU0lJ/zrWDwmFMRXVPX856c=
github.com/open-policy-agent/opa v0.16.1/go.mod h1:P0xUE/GQAAgnvV537GzA0Ikw4+icPELRT327QJPkaKY=
Expand Down