mirror of
https://github.com/Snawoot/hola-proxy.git
synced 2026-04-02 18:38:13 +00:00
22 lines
583 B
Modula-2
22 lines
583 B
Modula-2
module github.com/Snawoot/hola-proxy
|
|
|
|
go 1.24.4
|
|
|
|
require (
|
|
github.com/campoy/unique v0.0.0-20180121183637-88950e537e7e
|
|
github.com/cenkalti/backoff/v4 v4.3.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/ncruces/go-dns v1.2.7
|
|
github.com/refraction-networking/utls v1.8.0
|
|
golang.org/x/net v0.43.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.2.0 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/klauspost/compress v1.18.0 // indirect
|
|
golang.org/x/crypto v0.41.0 // indirect
|
|
golang.org/x/sys v0.35.0 // indirect
|
|
)
|