-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (22 loc) · 719 Bytes
/
Copy pathgo.mod
File metadata and controls
26 lines (22 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/asciimoth/killswitch
go 1.25.5
tool github.com/cilium/ebpf/cmd/bpf2go
require (
github.com/asciimoth/gonnect v0.19.0
github.com/asciimoth/socksgo v0.2.24
github.com/cilium/ebpf v0.21.0
github.com/energye/systray v1.0.3
github.com/esiqveland/notify v0.13.3
github.com/godbus/dbus/v5 v5.2.2
github.com/vishvananda/netlink v1.3.1
golang.org/x/sys v0.46.0
)
require (
github.com/asciimoth/bufpool v0.3.0 // indirect
github.com/asciimoth/ident v0.2.0 // indirect
github.com/asciimoth/putback v0.3.0 // indirect
github.com/coder/websocket v1.8.14 // indirect
github.com/vishvananda/netns v0.0.5 // indirect
github.com/xtaci/smux v1.5.44 // indirect
golang.org/x/net v0.54.0 // indirect
)