mirror of
https://github.com/Snawoot/hola-proxy.git
synced 2026-04-02 17:38:13 +00:00
16 lines
452 B
Modula-2
16 lines
452 B
Modula-2
module github.com/Snawoot/hola-proxy
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/AdguardTeam/dnsproxy v0.46.1
|
|
github.com/campoy/unique v0.0.0-20180121183637-88950e537e7e
|
|
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/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
|
|
)
|