mirror of
https://github.com/Alexey71/opera-proxy.git
synced 2026-05-13 22:20:59 +00:00
bootstrap DNS resolver feature
This commit is contained in:
@@ -3,6 +3,13 @@ module github.com/Snawoot/opera-proxy
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/AdguardTeam/dnsproxy v0.36.0 // indirect
|
||||
github.com/AdguardTeam/urlfilter v0.6.1 // indirect
|
||||
github.com/Snawoot/go-http-digest-auth-client v1.0.0
|
||||
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
||||
github.com/ameshkov/dnscrypt v1.0.7 // indirect
|
||||
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
|
||||
github.com/miekg/dns v1.1.35 // indirect
|
||||
github.com/shirou/gopsutil v2.19.9+incompatible // indirect
|
||||
golang.org/x/net v0.0.0-20210324205630-d1beb07c2056
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user