Skip to content

Commit

Permalink
Update go.mod and go.sum to latest version from networkservicemesh/ap…
Browse files Browse the repository at this point in the history
…i@master networkservicemesh/api#79

networkservicemesh/api PR link: networkservicemesh/api#79

networkservicemesh/api commit message:
commit ec956057eb3a99fdee076e260560628c0a5c34e2
Author: Denis Tingaikin <[email protected]>
Date:   Tue Feb 2 22:20:48 2021 +0700

    refactor: change mechanism kernel value (#79)

    * change mechanism kernel value

    Signed-off-by: Denis Tingaikin <[email protected]>

    * fix golangci lint job on ci

    Signed-off-by: Denis Tingaikin <[email protected]>

    * fix linter issue

    Signed-off-by: Denis Tingaikin <[email protected]>

Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Feb 2, 2021
1 parent ae1147f commit 56e080e
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 @@ -18,7 +18,7 @@ require (
github.com/hashicorp/go-multierror v1.0.0
github.com/nats-io/nats-streaming-server v0.17.0
github.com/nats-io/stan.go v0.6.0
github.com/networkservicemesh/api v0.0.0-20210129070124-aa2cf17f7641
github.com/networkservicemesh/api v0.0.0-20210202152048-ec956057eb3a
github.com/open-policy-agent/opa v0.16.1
github.com/opentracing/opentracing-go v1.1.0
github.com/pkg/errors v0.9.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,8 @@ github.com/nats-io/stan.go v0.6.0 h1:26IJPeykh88d8KVLT4jJCIxCyUBOC5/IQup8oWD/QYY
github.com/nats-io/stan.go v0.6.0/go.mod h1:eIcD5bi3pqbHT/xIIvXMwvzXYElgouBvaVRftaE+eac=
github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d h1:AREM5mwr4u1ORQBMvzfzBgpsctsbQikCVpvC+tX285E=
github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d/go.mod h1:o96djdrsSGy3AWPyBgZMAGfxZNfgntdJG+11KU4QvbU=
github.com/networkservicemesh/api v0.0.0-20210129070124-aa2cf17f7641 h1:SfJk0kLFj1oKtR9OA1RztfNCeg0qukYA3aF4VO/tsx8=
github.com/networkservicemesh/api v0.0.0-20210129070124-aa2cf17f7641/go.mod h1:qvxdY1Zt4QTtiG+uH1XmjpegeHjlt5Jj4A8iK55iJPI=
github.com/networkservicemesh/api v0.0.0-20210202152048-ec956057eb3a h1:26MmmU399gnahAC+f6OfWsP5MpnLdJ4UjvBa6fXYvNU=
github.com/networkservicemesh/api v0.0.0-20210202152048-ec956057eb3a/go.mod h1:qvxdY1Zt4QTtiG+uH1XmjpegeHjlt5Jj4A8iK55iJPI=
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/nishanths/exhaustive v0.0.0-20200811152831-6cf413ae40e0 h1:eMV1t2NQRc3r1k3guWiv/zEeqZZP6kPvpUfy6byfL1g=
Expand Down

0 comments on commit 56e080e

Please sign in to comment.