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
|
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
|
2024-09-04 09:15:03 +03:00
|
|
|
golang.org/x/sys v0.24.0 // indirect
|
2024-08-26 19:34:45 +03:00
|
|
|
)
|