mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-29 00:53:57 +00:00
17 lines
516 B
Modula-2
17 lines
516 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
|
|
golang.org/x/net v0.0.0-20191028085509-fe3aa8a45271
|
|
golang.org/x/sys v0.0.0-20200728102440-3e129f6d46b1
|
|
google.golang.org/grpc v1.32.0
|
|
google.golang.org/protobuf v1.26.0
|
|
)
|