mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 16:44:46 +01:00
19 lines
709 B
Modula-2
19 lines
709 B
Modula-2
module github.com/evilsocket/opensnitch/daemon
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/evilsocket/ftrace v1.2.0
|
|
github.com/fsnotify/fsnotify v1.4.7
|
|
github.com/google/gopacket v1.1.14
|
|
github.com/google/nftables v0.0.0-20210514154851-a285acebcad3
|
|
github.com/iovisor/gobpf v0.2.0
|
|
github.com/vishvananda/netlink v0.0.0-20210811191823-e1a867c6b452
|
|
github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae // indirect
|
|
golang.org/x/net v0.0.0-20191028085509-fe3aa8a45271
|
|
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 // indirect
|
|
golang.org/x/sys v0.0.0-20200728102440-3e129f6d46b1
|
|
golang.org/x/text v0.3.0 // indirect
|
|
google.golang.org/grpc v1.32.0
|
|
google.golang.org/protobuf v1.26.0 // indirect
|
|
)
|