Files
opera-proxy/go.mod
T

11 lines
238 B
Modula-2
Raw Normal View History

2021-03-23 10:54:48 +02:00
module github.com/Snawoot/opera-proxy
go 1.16
2021-03-25 16:25:36 +02:00
require (
2021-03-28 22:27:31 +03:00
github.com/AdguardTeam/dnsproxy v0.36.0
2021-03-27 02:48:59 +02:00
github.com/Snawoot/go-http-digest-auth-client v1.0.0
2021-03-28 22:27:31 +03:00
github.com/miekg/dns v1.1.35
2021-03-27 02:48:59 +02:00
golang.org/x/net v0.0.0-20210324205630-d1beb07c2056
2021-03-25 16:25:36 +02:00
)