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/sdk-gomod #15

Merged
merged 1 commit into from
Aug 11, 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 @@ -8,7 +8,7 @@ require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v0.0.0-20200804023023-3a49928a16bf
github.com/networkservicemesh/sdk v0.0.0-20200811161528-91530849b841
github.com/networkservicemesh/sdk v0.0.0-20200811173140-566ef2310a53
github.com/open-policy-agent/opa v0.22.0 // indirect
github.com/opentracing/opentracing-go v1.2.0
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,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-20200804023023-3a49928a16bf h1:vZw4r+019YlQlBkuBlEyd1G2ay43zUSKLYpkq55TezY=
github.com/networkservicemesh/api v0.0.0-20200804023023-3a49928a16bf/go.mod h1:6hH0TfujZVin9W/6rWY7JnmNBNRvUrgXhr1aWyKuQKI=
github.com/networkservicemesh/sdk v0.0.0-20200811161528-91530849b841 h1:noCfglAsy/ILT6OS5tBd0XEjt1FJFCGWMy0pjLsueA4=
github.com/networkservicemesh/sdk v0.0.0-20200811161528-91530849b841/go.mod h1:RpzrCrfX3odZf1ljVyvp62x0s0xdb2cXhd2E3XYxZ3Q=
github.com/networkservicemesh/sdk v0.0.0-20200811173140-566ef2310a53 h1:yHXoZWoeIo5TPJRKnGXheiRjDWS71GXIrbque82Co4I=
github.com/networkservicemesh/sdk v0.0.0-20200811173140-566ef2310a53/go.mod h1:RpzrCrfX3odZf1ljVyvp62x0s0xdb2cXhd2E3XYxZ3Q=
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