mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 04:20:12 +02:00
6d2ce95305
Co-authored-by: Copilot <copilot@github.com>
42 lines
1.6 KiB
Modula-2
42 lines
1.6 KiB
Modula-2
module github.com/qdm12/gluetun-servers
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/qdm12/gluetun v0.0.0
|
|
github.com/qdm12/log v0.1.0
|
|
)
|
|
|
|
require (
|
|
github.com/ProtonMail/bcrypt v0.0.0-20211005172633-e235017c1baf // indirect
|
|
github.com/ProtonMail/go-crypto v1.3.0-proton // indirect
|
|
github.com/ProtonMail/go-srp v0.0.7 // indirect
|
|
github.com/cloudflare/circl v1.6.1 // indirect
|
|
github.com/cronokirby/saferith v0.33.0 // indirect
|
|
github.com/fatih/color v1.18.0 // indirect
|
|
github.com/golang/mock v1.6.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/miekg/dns v1.1.62 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/qdm12/dns/v2 v2.0.0-rc9.0.20260421173011-9de8e7fdbe3a // indirect
|
|
github.com/qdm12/gosettings v0.4.4 // indirect
|
|
github.com/qdm12/gotree v0.3.0 // indirect
|
|
github.com/qdm12/ss-server v0.6.0 // indirect
|
|
github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3 // indirect
|
|
golang.org/x/crypto v0.48.0 // indirect
|
|
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
|
|
golang.org/x/mod v0.33.0 // indirect
|
|
golang.org/x/net v0.51.0 // indirect
|
|
golang.org/x/sync v0.20.0 // indirect
|
|
golang.org/x/sys v0.42.0 // indirect
|
|
golang.org/x/text v0.35.0 // indirect
|
|
golang.org/x/tools v0.42.0 // indirect
|
|
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6 // indirect
|
|
kernel.org/pub/linux/libs/security/libcap/cap v1.2.70 // indirect
|
|
kernel.org/pub/linux/libs/security/libcap/psx v1.2.70 // indirect
|
|
)
|
|
|
|
replace github.com/qdm12/gluetun => ../
|