MagiTrickle/go.mod

24 lines
594 B
Modula-2
Raw Normal View History

2025-02-13 21:08:11 +03:00
module kvas2
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
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
2025-02-12 00:34:14 +03:00
gopkg.in/yaml.v3 v3.0.1
2024-09-04 08:14:09 +03:00
)
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
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
)