forked from networkservicemesh/cmd-nse-vlan-vpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
21 lines (19 loc) · 857 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/networkservicemesh/cmd-nse-vlan-vpp
go 1.16
require (
github.com/antonfisher/nested-logrus-formatter v1.3.1
github.com/edwarnicke/govpp v0.0.0-20211201170712-7828460e6d2f
github.com/edwarnicke/grpcfd v0.1.1
github.com/edwarnicke/vpphelper v0.0.0-20210617172001-3e6797de32c3
github.com/golang/protobuf v1.4.3
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.0.1-0.20211110183123-3038992da61a
github.com/networkservicemesh/sdk v0.5.1-0.20211214175953-a9c6462536d1
github.com/networkservicemesh/sdk-sriov v0.0.0-20211215150258-0e2b02a7167e
github.com/networkservicemesh/sdk-vpp v0.0.0-20211209201026-f5129e1ae6c9
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/spiffe/go-spiffe/v2 v2.0.0-beta.10
github.com/vishvananda/netlink v1.1.0
google.golang.org/grpc v1.41.0
)