Files
opera-proxy/go.mod
T

19 lines
427 B
Modula-2
Raw Normal View History

2021-03-23 10:54:48 +02:00
module github.com/Snawoot/opera-proxy
2025-04-07 18:49:05 +03:00
go 1.24.1
toolchain go1.24.2
2021-03-25 16:25:36 +02:00
require (
2021-04-02 03:34:09 +03:00
github.com/Snawoot/go-http-digest-auth-client v1.1.3
2024-08-01 18:22:11 +03:00
github.com/hashicorp/go-multierror v1.1.1
2026-01-06 14:27:54 +02:00
github.com/ncruces/go-dns v1.3.2
2025-11-20 01:25:35 +02:00
github.com/things-go/go-socks5 v0.1.0
2026-01-06 14:27:54 +02:00
golang.org/x/net v0.48.0
2023-04-27 00:20:26 +03:00
)
2026-01-08 18:14:22 +02:00
require (
github.com/hashicorp/errwrap v1.1.0 // indirect
golang.org/x/crypto/x509roots/fallback v0.0.0-20251210140736-7dacc380ba00 // indirect
)