chore: some changes

This commit is contained in:
xteamlyer
2026-04-24 13:20:19 +03:00
committed by Alexey71
parent 8952eae4e2
commit 1f29e12cf0
10 changed files with 175 additions and 68 deletions
+3 -3
View File
@@ -1,14 +1,14 @@
module github.com/Alexey71/opera-proxy
module github.com/xteamlyer/opera-proxy
go 1.25.0
toolchain go1.25.9
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-20260413170323-a8e9237a216b
golang.org/x/crypto/x509roots/fallback v0.0.0-20260423152011-b9e53593a607
golang.org/x/net v0.53.0
)