-
Notifications
You must be signed in to change notification settings - Fork 6
/
go.mod
28 lines (25 loc) · 884 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
24
25
26
27
28
module github.com/kubeslice/router-sidecar
go 1.22
require (
github.com/golang/protobuf v1.5.3
github.com/lorenzosaino/go-sysctl v0.1.1
github.com/vishvananda/netlink v1.1.0
go.ligato.io/vpp-agent/v3 v3.2.0
go.uber.org/zap v1.16.0
golang.org/x/sys v0.18.0
google.golang.org/grpc v1.56.3
google.golang.org/protobuf v1.30.0
)
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae // indirect
go.uber.org/atomic v1.6.0 // indirect
go.uber.org/multierr v1.5.0 // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.6.0 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
honnef.co/go/tools v0.2.2 // indirect
)