Skip to content

Commit

Permalink
Update go.mod and go.sum to latest version from networkservicemesh/sd…
Browse files Browse the repository at this point in the history
…k@master networkservicemesh/sdk#492

networkservicemesh/sdk PR link: networkservicemesh/sdk#492

networkservicemesh/sdk commit message:
commit e3a022b7a9693cc4114fe0d81db18fa0da74de03
Author: Ed Warnicke <hagbard@gmail.com>
Date:   Mon Sep 28 23:05:28 2020 -0500

    Some CI simplification (#492)

    Signed-off-by: Ed Warnicke <hagbard@gmail.com>

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Sep 29, 2020
1 parent 1d46d34 commit 983fa58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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-20200925211324-37a4e74e139d
github.com/networkservicemesh/sdk v0.0.0-20200929013147-b87d31d441a0
github.com/networkservicemesh/sdk v0.0.0-20200929040528-e3a022b7a969
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 @@ -119,8 +119,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-20200925211324-37a4e74e139d h1:CfTDOn1jyl/4UHqWy6Evskr4UyN5s0y3Gdr9PvGNzeg=
github.com/networkservicemesh/api v0.0.0-20200925211324-37a4e74e139d/go.mod h1:6hH0TfujZVin9W/6rWY7JnmNBNRvUrgXhr1aWyKuQKI=
github.com/networkservicemesh/sdk v0.0.0-20200929013147-b87d31d441a0 h1:D7DVuIzOQL5BsRtn7fYW/YDOrMM6DVDscANjx2KOcgs=
github.com/networkservicemesh/sdk v0.0.0-20200929013147-b87d31d441a0/go.mod h1:Qkqag1YE9Rha+y5ghhz/6oaK6pdMHYbLlHDFrJD9x40=
github.com/networkservicemesh/sdk v0.0.0-20200929040528-e3a022b7a969 h1:5jyO86J6mRZkvAKLMl7f7L8j/8A8gICF53V68fcNOJI=
github.com/networkservicemesh/sdk v0.0.0-20200929040528-e3a022b7a969/go.mod h1:Qkqag1YE9Rha+y5ghhz/6oaK6pdMHYbLlHDFrJD9x40=
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=
github.com/opentracing/opentracing-go v1.1.0 h1:pWlfV3Bxv7k65HYwkikxat0+s3pV4bsqf19k25Ur8rU=
Expand Down

0 comments on commit 983fa58

Please sign in to comment.