2024-08-24 01:16:10 +03:00
|
|
|
module kvas2-go
|
|
|
|
|
2024-08-24 21:26:49 +03:00
|
|
|
go 1.21
|
|
|
|
|
2024-08-26 19:34:45 +03:00
|
|
|
require (
|
|
|
|
github.com/IGLOU-EU/go-wildcard/v2 v2.0.2
|
|
|
|
github.com/coreos/go-iptables v0.7.0
|
2025-02-08 06:23:36 +03:00
|
|
|
github.com/google/uuid v1.6.0
|
|
|
|
github.com/miekg/dns v1.1.63
|
2024-09-04 09:15:03 +03:00
|
|
|
github.com/rs/zerolog v1.33.0
|
2024-09-04 08:14:09 +03:00
|
|
|
github.com/vishvananda/netlink v1.3.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-09-04 09:15:03 +03:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2024-09-04 08:14:09 +03:00
|
|
|
github.com/vishvananda/netns v0.0.4 // indirect
|
2025-02-08 06:23:36 +03:00
|
|
|
golang.org/x/mod v0.18.0 // indirect
|
|
|
|
golang.org/x/net v0.31.0 // indirect
|
|
|
|
golang.org/x/sync v0.7.0 // indirect
|
|
|
|
golang.org/x/sys v0.27.0 // indirect
|
|
|
|
golang.org/x/tools v0.22.0 // indirect
|
2024-08-26 19:34:45 +03:00
|
|
|
)
|