forked from intel/afxdp-plugins-for-kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (20 loc) · 747 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/intel/afxdp-plugins-for-kubernetes
go 1.13
require (
github.com/containernetworking/cni v1.0.1
github.com/containernetworking/plugins v1.0.1
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
github.com/google/go-cmp v0.5.6 // indirect
github.com/google/gofuzz v1.1.0
github.com/google/uuid v1.3.0
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/vishvananda/netlink v1.1.1-0.20210330154013-f5de75959ad5
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
google.golang.org/grpc v1.45.0
gotest.tools v2.2.0+incompatible
k8s.io/apimachinery v0.23.4
k8s.io/kubelet v0.23.4
)