mirror of
https://github.com/Alexey71/opera-proxy.git
synced 2026-05-15 07:01:00 +00:00
0625aa61af
(cherry picked from commit 0453199198050a0b147ae2f607bde09ad862f87a)
15 lines
355 B
Modula-2
15 lines
355 B
Modula-2
module github.com/xteamlyer/opera-proxy
|
|
|
|
go 1.25.0
|
|
|
|
toolchain go1.26.3
|
|
|
|
require (
|
|
github.com/Alexey71/go-http-digest-auth-client v1.1.3
|
|
github.com/Alexey71/go-multierror v1.1.3
|
|
github.com/ncruces/go-dns v1.3.3
|
|
github.com/things-go/go-socks5 v0.1.1
|
|
golang.org/x/crypto/x509roots/fallback v0.0.0-20260508183218-b8a14a8d65f8
|
|
golang.org/x/net v0.54.0
|
|
)
|