mirror of
https://github.com/Alexey71/opera-proxy.git
synced 2026-05-13 22:20:59 +00:00
15 lines
415 B
Modula-2
15 lines
415 B
Modula-2
module github.com/Snawoot/opera-proxy
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/AdguardTeam/dnsproxy v0.46.1
|
|
github.com/Snawoot/go-http-digest-auth-client v1.1.3
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
|
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
|
|
)
|