mirror of
https://github.com/Alexey71/opera-proxy.git
synced 2026-05-13 22:20:59 +00:00
15 lines
354 B
Modula-2
15 lines
354 B
Modula-2
module github.com/Alexey71/opera-proxy
|
|
|
|
go 1.25.0
|
|
|
|
toolchain go1.26.2
|
|
|
|
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-20260423152011-b9e53593a607
|
|
golang.org/x/net v0.53.0
|
|
)
|