mirror of
https://github.com/Snawoot/hola-proxy.git
synced 2026-04-03 00:48:12 +00:00
21 lines
736 B
Modula-2
21 lines
736 B
Modula-2
module github.com/Snawoot/hola-proxy
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/AdguardTeam/dnsproxy v0.46.1
|
|
github.com/AdguardTeam/golibs v0.10.9 // indirect
|
|
github.com/campoy/unique v0.0.0-20180121183637-88950e537e7e
|
|
github.com/cheekybits/genny v1.0.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
|
github.com/google/uuid v1.3.0
|
|
github.com/marten-seemann/qpack v0.3.0 // indirect
|
|
github.com/marten-seemann/qtls-go1-16 v0.1.5 // indirect
|
|
github.com/marten-seemann/qtls-go1-17 v0.1.2 // indirect
|
|
github.com/miekg/dns v1.1.50
|
|
golang.org/x/exp v0.0.0-20221019170559-20944726eadf // indirect
|
|
golang.org/x/net v0.1.0
|
|
golang.org/x/tools v0.2.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
|
|
)
|