Skip to content

Commit c466ec7

Browse files
author
NSMBot
committed
Update go.mod and go.sum to latest version from networkservicemesh/sdk-k8s@main
PR link: networkservicemesh/sdk-k8s#311 Commit: 70fe451 Author: Denis Tingaikin Date: 2022-01-14 11:09:23 +0300 Message: - Merge pull request #311 from NikitaSkrynnik/update-manually Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
1 parent dda1eae commit c466ec7

File tree

2 files changed

+109
-25
lines changed

2 files changed

+109
-25
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ require (
1212
github.com/edwarnicke/vpphelper v0.0.0-20210512223648-f914b171f679
1313
github.com/golang/protobuf v1.5.2
1414
github.com/kelseyhightower/envconfig v1.4.0
15-
github.com/networkservicemesh/api v1.0.1-0.20211110183123-3038992da61a
16-
github.com/networkservicemesh/sdk v0.5.1-0.20220110090942-fe9702d99abd
17-
github.com/networkservicemesh/sdk-k8s v0.0.0-20220110091528-70430c3bee99
15+
github.com/networkservicemesh/api v1.1.1
16+
github.com/networkservicemesh/sdk v1.1.1
17+
github.com/networkservicemesh/sdk-k8s v0.0.0-20220114080923-70fe45119339
1818
github.com/networkservicemesh/sdk-sriov v0.0.0-20211229084103-4468c271d4a8
1919
github.com/networkservicemesh/sdk-vpp v0.0.0-20220110094541-443ae17a12d7
2020
github.com/pkg/errors v0.9.1
21-
github.com/sirupsen/logrus v1.7.0
21+
github.com/sirupsen/logrus v1.8.1
2222
github.com/spiffe/go-spiffe/v2 v2.0.0-beta.2
2323
github.com/stretchr/testify v1.7.0
2424
github.com/thanhpk/randstr v1.0.4
2525
github.com/vishvananda/netlink v1.1.0
2626
github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae
27-
google.golang.org/grpc v1.38.0
27+
google.golang.org/grpc v1.42.0
2828
)

0 commit comments

Comments
 (0)