Files
opera-proxy/go.mod
T

16 lines
335 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
2025-08-12 19:38:17 +03:00
github.com/ncruces/go-dns v1.2.7
2025-11-20 01:25:35 +02:00
github.com/things-go/go-socks5 v0.1.0
2025-11-20 01:06:25 +02:00
golang.org/x/net v0.47.0
2023-04-27 00:20:26 +03:00
)
2025-08-12 19:38:17 +03:00
require github.com/hashicorp/errwrap v1.1.0 // indirect