2020-12-09 18:18:42 +01:00
|
|
|
module github.com/evilsocket/opensnitch/daemon
|
2020-07-16 23:05:25 +02:00
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/evilsocket/ftrace v1.2.0
|
|
|
|
github.com/fsnotify/fsnotify v1.4.7
|
2020-07-17 02:03:03 +02:00
|
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
|
2021-03-28 16:38:21 +02:00
|
|
|
github.com/golang/protobuf v1.5.0
|
2020-07-16 23:05:25 +02:00
|
|
|
github.com/google/gopacket v1.1.14
|
2021-06-07 01:32:05 +02:00
|
|
|
github.com/google/nftables v0.0.0-20210514154851-a285acebcad3
|
2021-05-19 21:21:27 +02:00
|
|
|
github.com/iovisor/gobpf v0.2.0
|
2020-07-17 02:03:03 +02:00
|
|
|
github.com/vishvananda/netlink v1.1.0
|
2020-12-09 18:18:42 +01:00
|
|
|
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df // indirect
|
2021-03-28 16:38:21 +02:00
|
|
|
golang.org/x/net v0.0.0-20190311183353-d8887717615a
|
2020-07-17 02:03:03 +02:00
|
|
|
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20190606203320-7fc4e5ec1444 // indirect
|
|
|
|
golang.org/x/text v0.3.0 // indirect
|
2021-03-28 16:38:21 +02:00
|
|
|
google.golang.org/grpc v1.27.0
|
|
|
|
google.golang.org/protobuf v1.26.0
|
2020-07-16 23:05:25 +02:00
|
|
|
)
|