Update go

This commit is contained in:
Alexey71
2026-05-09 09:59:48 +03:00
parent 7546402687
commit 424771c472
2 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -2,13 +2,13 @@ module github.com/Alexey71/opera-proxy
go 1.25.0
toolchain go1.26.2
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-20260501174432-fd0b90d21f9a
golang.org/x/net v0.53.0
golang.org/x/crypto/x509roots/fallback v0.0.0-20260508183218-b8a14a8d65f8
golang.org/x/net v0.54.0
)