Files

15 lines
354 B
Modula-2
Raw Permalink 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-05-09 09:59:48 +03:00
toolchain go1.26.3
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-05-09 09:59:48 +03:00
golang.org/x/crypto/x509roots/fallback v0.0.0-20260508183218-b8a14a8d65f8
golang.org/x/net v0.54.0
2023-04-27 00:20:26 +03:00
)