mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00

- Bump nftable version to depend on latest version with fixes. - Include opensnitch-dns.o eBPF object when creating the deb package. - Replaced Suggests by Recommends, to install addtional but not essential packages (like python3-pyasnc, and others). - Added python3-grpcio, python3-protobuf and python3-slugify as dependencies. For systems without these packages, we'll use the old debian/ dir.
18 lines
594 B
Modula-2
18 lines
594 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/golang/protobuf v1.5.0
|
|
github.com/google/gopacket v1.1.14
|
|
github.com/google/nftables v0.0.0-20220422151220-76ed01e300f2
|
|
github.com/google/uuid v1.3.0
|
|
github.com/iovisor/gobpf v0.2.0
|
|
github.com/vishvananda/netlink v0.0.0-20210811191823-e1a867c6b452
|
|
golang.org/x/net v0.0.0-20211209124913-491a49abca63
|
|
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d
|
|
google.golang.org/grpc v1.32.0
|
|
google.golang.org/protobuf v1.26.0 // indirect
|
|
)
|