Files
opera-proxy/go.mod
T

16 lines
584 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:21:23 +03:00
github.com/AdguardTeam/dnsproxy v0.36.0 // indirect
github.com/AdguardTeam/urlfilter v0.6.1 // indirect
2021-03-27 02:48:59 +02:00
github.com/Snawoot/go-http-digest-auth-client v1.0.0
2021-03-28 22:21:23 +03:00
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
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
)