Files
opera-proxy/go.mod
T

15 lines
354 B
Modula-2
Raw Normal View History

2026-03-25 15:26:39 +03:00
module github.com/Alexey71/opera-proxy
2021-03-23 10:54:48 +02:00
2026-04-13 21:23:26 +03:00
go 1.25.0
2025-04-07 18:49:05 +03:00
2026-04-26 14:58:32 +03:00
toolchain go1.26.2
2021-03-25 16:25:36 +02:00
require (
2026-03-25 15:26:39 +03:00
github.com/Alexey71/go-http-digest-auth-client v1.1.3
2026-04-13 21:23:26 +03:00
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
2026-04-26 14:58:32 +03:00
golang.org/x/crypto/x509roots/fallback v0.0.0-20260423152011-b9e53593a607
2026-04-13 21:23:26 +03:00
golang.org/x/net v0.53.0
2023-04-27 00:20:26 +03:00
)