Files
opera-proxy/go.mod
T

16 lines
359 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
2025-04-11 23:20:07 +07:00
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
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-09-20 18:12:03 +03:00
golang.org/x/net v0.44.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