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

networkservicemesh/sdk-kernel PR link: networkservicemesh/sdk-kernel#54

networkservicemesh/sdk-kernel commit message:
commit 980f95bf6cf911f9a9c9165535d4172703313156
Author: Denis Tingaikin <49399980+denis-tingajkin@users.noreply.github.com>
Date:   Thu Oct 29 13:01:38 2020 +0700

    Merge pull request #54 from Bolodya1997/fix-update-dependencies

    Fix update-dependent-repositories job

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Oct 29, 2020
1 parent fab1433 commit 8276644
Show file tree
Hide file tree
Showing 2 changed files with 221 additions and 43 deletions.
18 changes: 10 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ go 1.15

require (
github.com/ghodss/yaml v1.0.0
github.com/golang/protobuf v1.4.2
github.com/google/uuid v1.1.1
github.com/networkservicemesh/api v0.0.0-20200915182332-e5aee3ba99ef
github.com/networkservicemesh/sdk v0.0.0-20200722164908-4976b3ea1273
github.com/networkservicemesh/sdk-kernel v0.0.0-20200919062851-bc1bb7569c24
github.com/golang/protobuf v1.4.3
github.com/google/uuid v1.1.2
github.com/networkservicemesh/api v0.0.0-20201026112722-9b20186587a5
github.com/networkservicemesh/sdk v0.0.0-20201028160615-a9950861756c
github.com/networkservicemesh/sdk-kernel v0.0.0-20201029060138-980f95bf6cf9
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.5.1
golang.org/x/sys v0.0.0-20200610111108-226ff32320da
google.golang.org/grpc v1.29.1
github.com/stretchr/testify v1.6.1
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/sys v0.0.0-20201018230417-eeed37f84f13
google.golang.org/genproto v0.0.0-20200615140333-fd031eab31e7 // indirect
google.golang.org/grpc v1.32.0
)
Loading

0 comments on commit 8276644

Please sign in to comment.