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-sriov@main networkservicemesh/sdk-sriov#

networkservicemesh/sdk-sriov PR link: https://github.com/networkservicemesh/sdk-sriov/pull/

networkservicemesh/sdk-sriov commit message:
commit 55d455bd92bce32425837a04bbfa9adc4534e687
Author: Denis Tingaikin <49399980+denis-tingaikin@users.noreply.github.com>
Date:   Thu Jun 24 13:18:55 2021 +0700

    Merge pull request #198 from glazychev-art/bug/issue-195

    Fix data races

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Jun 24, 2021
1 parent 2fd867c commit 6ec8544
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/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.0.0
github.com/networkservicemesh/sdk v1.0.0
github.com/networkservicemesh/sdk-sriov v0.0.0-20210622182821-d59bfacd1cf2
github.com/networkservicemesh/sdk-sriov v0.0.0-20210624061855-55d455bd92bc
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.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 @@ -124,8 +124,8 @@ github.com/networkservicemesh/sdk v1.0.0 h1:zzThb0MokYWghCmfhndswSWryKpN5ZY9k2bJ
github.com/networkservicemesh/sdk v1.0.0/go.mod h1:fkkI+GO5nMQL0G5bnmMLiWxIZUHZOFPOrlv5oWlSxys=
github.com/networkservicemesh/sdk-kernel v1.0.1 h1:Jty3FkjMxSI47C9kGEGSFQZjao6tqa4wBlIRzByk0w0=
github.com/networkservicemesh/sdk-kernel v1.0.1/go.mod h1:EiVrGipqU2Y6n7FcBZuBcROOzrZs+euVruVKJQRgxBk=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210622182821-d59bfacd1cf2 h1:zUFhiVyMqWz51nnXyUlaBB8VoHe/axE4IJDC629r8dA=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210622182821-d59bfacd1cf2/go.mod h1:udmRPb0Bepel/ftsjQ1RMeWgTUh7KecmrrDHIjezM+Y=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210624061855-55d455bd92bc h1:112zY4XPOw1ENgYmINZA6W0zJkmOJcSY1zrsS66Mq6I=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210624061855-55d455bd92bc/go.mod h1:udmRPb0Bepel/ftsjQ1RMeWgTUh7KecmrrDHIjezM+Y=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
Expand Down

0 comments on commit 6ec8544

Please sign in to comment.