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-06-25 15:05:43 +03:00
|
|
|
github.com/AdguardTeam/dnsproxy v0.43.1
|
|
|
|
|
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-06-25 15:05:43 +03:00
|
|
|
github.com/fsnotify/fsnotify v1.5.4 // indirect
|
|
|
|
|
github.com/lucas-clemente/quic-go v0.27.2 // indirect
|
|
|
|
|
github.com/miekg/dns v1.1.50
|
|
|
|
|
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
|
|
|
|
|
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e
|
|
|
|
|
golang.org/x/sys v0.0.0-20220624220833-87e55d714810 // indirect
|
|
|
|
|
golang.org/x/tools v0.1.11 // indirect
|
|
|
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
2021-03-25 16:25:36 +02:00
|
|
|
)
|