mirror of
https://github.com/Snawoot/hola-proxy.git
synced 2026-04-12 02:08:17 +00:00
10 lines
161 B
Modula-2
10 lines
161 B
Modula-2
module github.com/Snawoot/hola-proxy
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/AdguardTeam/dnsproxy v0.25.0
|
|
github.com/google/uuid v1.1.1
|
|
github.com/miekg/dns v1.1.29
|
|
)
|