forked from networkservicemesh/cmd-forwarder-sriov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
20 lines (18 loc) · 785 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/networkservicemesh/cmd-forwarder-sriov
go 1.16
require (
github.com/antonfisher/nested-logrus-formatter v1.1.0
github.com/edwarnicke/exechelper v1.0.2
github.com/edwarnicke/grpcfd v0.1.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.0.1-0.20210715134717-6e4a0f8eae3e
github.com/networkservicemesh/sdk v0.5.1-0.20210725184904-92b282404ca1
github.com/networkservicemesh/sdk-k8s v0.0.0-20210725203803-87eb99eda817
github.com/networkservicemesh/sdk-sriov v0.0.0-20210725185840-c3c452660ce3
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/spiffe/go-spiffe/v2 v2.0.0-alpha.4.0.20200528145730-dc11d0c74e85
github.com/stretchr/testify v1.7.0
google.golang.org/grpc v1.35.0
k8s.io/kubelet v0.20.1
)