mirror of
https://github.com/Snawoot/opera-proxy.git
synced 2025-09-01 18:20:23 +00:00
15 lines
359 B
Modula-2
15 lines
359 B
Modula-2
module github.com/Snawoot/opera-proxy
|
|
|
|
go 1.24.1
|
|
|
|
toolchain go1.24.2
|
|
|
|
require (
|
|
github.com/Snawoot/go-http-digest-auth-client v1.1.3
|
|
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/ncruces/go-dns v1.2.7
|
|
golang.org/x/net v0.43.0
|
|
)
|
|
|
|
require github.com/hashicorp/errwrap v1.1.0 // indirect
|