mirror of
https://github.com/Alexey71/opera-proxy.git
synced 2026-05-13 14:11:00 +00:00
11 lines
238 B
Modula-2
11 lines
238 B
Modula-2
module github.com/Snawoot/opera-proxy
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/AdguardTeam/dnsproxy v0.36.0
|
|
github.com/Snawoot/go-http-digest-auth-client v1.1.3
|
|
github.com/miekg/dns v1.1.35
|
|
golang.org/x/net v0.0.0-20210324205630-d1beb07c2056
|
|
)
|