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

networkservicemesh/sdk PR link: networkservicemesh/sdk#499

networkservicemesh/sdk commit message:
commit 82ecd0b24f23e8f444d0a24277996525510bafbf
Author: Ed Warnicke <hagbard@gmail.com>
Date:   Thu Oct 1 13:34:39 2020 -0500

    Add CodeQL security code scan (#499)

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

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Oct 1, 2020
1 parent f10737c commit 018d44d
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 @@ -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-20200925211324-37a4e74e139d
github.com/networkservicemesh/sdk v0.0.0-20200929140042-18220422e199
github.com/networkservicemesh/sdk v0.0.0-20201001183439-82ecd0b24f23
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 @@ -133,8 +133,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-20200929140042-18220422e199 h1:jeDRBFBs8Lx5ae8JRENK0Mbrzm0yT3eBxmfTNDhynFs=
github.com/networkservicemesh/sdk v0.0.0-20200929140042-18220422e199/go.mod h1:O2eh0koiu0R1yoxwAUVTIdtt/iLCKhCOtqjshVTEviA=
github.com/networkservicemesh/sdk v0.0.0-20201001183439-82ecd0b24f23 h1:RpKX8hXmdLhcZo7/61QQYQpGCNC6tXh+GJwQDdedKiI=
github.com/networkservicemesh/sdk v0.0.0-20201001183439-82ecd0b24f23/go.mod h1:O2eh0koiu0R1yoxwAUVTIdtt/iLCKhCOtqjshVTEviA=
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

0 comments on commit 018d44d

Please sign in to comment.