Files
opera-proxy/go.mod
T

20 lines
678 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 (
2022-10-22 10:48:24 +03:00
github.com/AdguardTeam/dnsproxy v0.46.1
2022-06-25 15:05:43 +03:00
github.com/AdguardTeam/golibs v0.10.9 // indirect
2021-04-02 03:34:09 +03:00
github.com/Snawoot/go-http-digest-auth-client v1.1.3
2022-10-22 10:48:24 +03:00
github.com/cheekybits/genny v1.0.0 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/marten-seemann/qpack v0.3.0 // indirect
github.com/marten-seemann/qtls-go1-16 v0.1.5 // indirect
github.com/marten-seemann/qtls-go1-17 v0.1.2 // indirect
2022-06-25 15:05:43 +03:00
github.com/miekg/dns v1.1.50
2022-10-22 10:48:24 +03:00
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
2022-06-25 15:05:43 +03:00
google.golang.org/protobuf v1.28.0 // indirect
2021-03-25 16:25:36 +02:00
)