2020-12-09 18:18:42 +01:00
|
|
|
module github.com/evilsocket/opensnitch/daemon
|
2020-07-16 23:05:25 +02:00
|
|
|
|
2025-02-14 23:06:50 +01:00
|
|
|
go 1.21
|
|
|
|
|
|
|
|
//toolchain go1.23.6
|
2020-07-16 23:05:25 +02:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/fsnotify/fsnotify v1.4.7
|
2022-05-03 22:05:12 +02:00
|
|
|
github.com/golang/protobuf v1.5.0
|
2023-09-22 01:05:20 +02:00
|
|
|
github.com/google/gopacket v1.1.19
|
2025-02-14 23:06:50 +01:00
|
|
|
github.com/google/nftables v0.2.0
|
2022-05-03 22:05:12 +02:00
|
|
|
github.com/google/uuid v1.3.0
|
2021-05-19 21:21:27 +02:00
|
|
|
github.com/iovisor/gobpf v0.2.0
|
2023-03-10 15:04:42 +01:00
|
|
|
github.com/varlink/go v0.4.0
|
2025-02-05 00:00:47 +01:00
|
|
|
github.com/vishvananda/netlink v1.3.0
|
|
|
|
github.com/vishvananda/netns v0.0.4
|
2025-02-14 23:06:50 +01:00
|
|
|
golang.org/x/net v0.22.0
|
|
|
|
golang.org/x/sys v0.18.0
|
2021-10-06 11:10:57 +02:00
|
|
|
google.golang.org/grpc v1.32.0
|
2025-02-05 00:00:47 +01:00
|
|
|
google.golang.org/protobuf v1.26.0
|
2024-05-22 01:39:19 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2025-02-14 23:06:50 +01:00
|
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
|
|
github.com/josharian/native v1.1.0 // indirect
|
|
|
|
github.com/mdlayher/netlink v1.7.2 // indirect
|
|
|
|
github.com/mdlayher/socket v0.5.0 // indirect
|
|
|
|
golang.org/x/sync v0.6.0 // indirect
|
|
|
|
golang.org/x/text v0.14.0 // indirect
|
2024-05-22 01:39:19 +02:00
|
|
|
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 // indirect
|
2020-07-16 23:05:25 +02:00
|
|
|
)
|