mirror of
https://github.com/Snawoot/hola-proxy.git
synced 2026-04-03 02:58:38 +00:00
12 lines
275 B
Modula-2
12 lines
275 B
Modula-2
module github.com/Snawoot/hola-proxy
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/AdguardTeam/dnsproxy v0.25.0
|
|
github.com/campoy/unique v0.0.0-20180121183637-88950e537e7e
|
|
github.com/google/uuid v1.1.1
|
|
github.com/miekg/dns v1.1.29
|
|
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
|
|
)
|