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-k8s@master networkservicemesh/sdk-k8s#

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

networkservicemesh/sdk-k8s commit message:
commit 1c892b58d55a7a5ea19adb6295e3a7c34cb8def0
Author: Ed Warnicke <[email protected]>
Date:   Tue Apr 13 08:06:51 2021 -0500

    Merge pull request #103 from denis-tingaikin/fix-update-deps-job

    fix: Automerge job is not working

Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Apr 13, 2021
1 parent 08721ef commit ecdd4dd
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.3.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/sdk v0.0.0-20210403170232-47fc8b2ac74c
github.com/networkservicemesh/sdk-k8s v0.0.0-20210406085727-9e82c220d58a
github.com/networkservicemesh/sdk-k8s v0.0.0-20210413130651-1c892b58d55a
github.com/sirupsen/logrus v1.7.0
github.com/spiffe/go-spiffe/v2 v2.0.0-beta.4
google.golang.org/grpc v1.35.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ github.com/networkservicemesh/api v0.0.0-20210403165646-b0b334ca6872 h1:Eg8ZgcJ0
github.com/networkservicemesh/api v0.0.0-20210403165646-b0b334ca6872/go.mod h1:8daUQzI8sUvvNiPF6G3esmEvNQM/lJuAOobjdgtq2FM=
github.com/networkservicemesh/sdk v0.0.0-20210403170232-47fc8b2ac74c h1:nDRy9W9/J766fyeXMPz4rzUnVvyznwpYDfVN98DLtpY=
github.com/networkservicemesh/sdk v0.0.0-20210403170232-47fc8b2ac74c/go.mod h1:phKpePEEcubYjKnVzfdqoTQCmzdcToXRdLDA1o8nYDM=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210406085727-9e82c220d58a h1:3XSCVqskcigOih96lV/H7E2IgO9Qb2otHSK6272IuaM=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210406085727-9e82c220d58a/go.mod h1:rHbmDzvCJW8toJ+UmEs+2BEfl0PWdRuADK2W5hqzaRw=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210413130651-1c892b58d55a h1:0HiSYsQkvVcBRFAOARu13iXVti4tQor639MugTbnKFg=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210413130651-1c892b58d55a/go.mod h1:l/EAhaIVEsmRAnUH21WuQb/xnQHqPiM+iWFkc+pAlcY=
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/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
Expand Down

0 comments on commit ecdd4dd

Please sign in to comment.