mirror of
https://github.com/Snawoot/hola-proxy.git
synced 2026-04-03 00:38:11 +00:00
19 lines
672 B
Modula-2
19 lines
672 B
Modula-2
module github.com/Snawoot/hola-proxy
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/AdguardTeam/dnsproxy v0.43.1
|
|
github.com/AdguardTeam/golibs v0.10.9 // indirect
|
|
github.com/campoy/unique v0.0.0-20180121183637-88950e537e7e
|
|
github.com/fsnotify/fsnotify v1.5.4 // indirect
|
|
github.com/google/uuid v1.3.0
|
|
github.com/lucas-clemente/quic-go v0.27.2 // indirect
|
|
github.com/miekg/dns v1.1.50
|
|
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
|
|
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e
|
|
golang.org/x/sys v0.0.0-20220624220833-87e55d714810 // indirect
|
|
golang.org/x/tools v0.1.11 // indirect
|
|
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
|
|
)
|