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

Merged
merged 1 commit into from
Jul 17, 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/golang/protobuf v1.4.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v0.0.0-20200626035416-b2c37e63dc22
github.com/networkservicemesh/sdk v0.0.0-20200716102501-fa79b7f73f3a
github.com/networkservicemesh/sdk v0.0.0-20200717071717-653f37e4650e
github.com/sirupsen/logrus v1.6.0
github.com/spiffe/go-spiffe/v2 v2.0.0-alpha.4.0.20200528145730-dc11d0c74e85
github.com/stretchr/testify v1.5.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,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-20200626035416-b2c37e63dc22 h1:k1iryme3ckQpHc3w2Ry5n+UBs1W3ivKxOsfxSGYaBk0=
github.com/networkservicemesh/api v0.0.0-20200626035416-b2c37e63dc22/go.mod h1:6hH0TfujZVin9W/6rWY7JnmNBNRvUrgXhr1aWyKuQKI=
github.com/networkservicemesh/sdk v0.0.0-20200716102501-fa79b7f73f3a h1:p43tfwaHfmtEVko9VjOaE+MqU6LMxQ7V7S7NtiXmb70=
github.com/networkservicemesh/sdk v0.0.0-20200716102501-fa79b7f73f3a/go.mod h1:LqYbzHoX4nYiajRafWGLPtytHRWBIHdSwESG0rVPO+E=
github.com/networkservicemesh/sdk v0.0.0-20200717071717-653f37e4650e h1:7/3Y/hIkCkfCD3GV/YUq/2IOTVX5zUb3WkAUrndTvYg=
github.com/networkservicemesh/sdk v0.0.0-20200717071717-653f37e4650e/go.mod h1:LqYbzHoX4nYiajRafWGLPtytHRWBIHdSwESG0rVPO+E=
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
github.com/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
github.com/open-policy-agent/opa v0.16.1/go.mod h1:P0xUE/GQAAgnvV537GzA0Ikw4+icPELRT327QJPkaKY=
Expand Down