mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-02 03:57:38 +03:00
45 lines
1.7 KiB
Modula-2
45 lines
1.7 KiB
Modula-2
module github.com/apernet/hysteria/extras/v2
|
|
|
|
go 1.22
|
|
|
|
toolchain go1.23.2
|
|
|
|
require (
|
|
github.com/apernet/hysteria/core/v2 v2.0.0-00010101000000-000000000000
|
|
github.com/apernet/quic-go v0.47.1-0.20241004180137-a80d14e2080d
|
|
github.com/babolivier/go-doh-client v0.0.0-20201028162107-a76cff4cb8b6
|
|
github.com/hashicorp/golang-lru/v2 v2.0.5
|
|
github.com/miekg/dns v1.1.59
|
|
github.com/refraction-networking/utls v1.6.6
|
|
github.com/stretchr/testify v1.9.0
|
|
github.com/txthinking/socks5 v0.0.0-20230325130024-4230056ae301
|
|
golang.org/x/crypto v0.26.0
|
|
golang.org/x/net v0.28.0
|
|
google.golang.org/protobuf v1.34.1
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.1.0 // indirect
|
|
github.com/cloudflare/circl v1.3.9 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
|
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
|
|
github.com/klauspost/compress v1.17.9 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/onsi/ginkgo/v2 v2.9.5 // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/quic-go/qpack v0.5.1 // indirect
|
|
github.com/stretchr/objx v0.5.2 // indirect
|
|
github.com/txthinking/runnergroup v0.0.0-20210608031112-152c7c4432bf // indirect
|
|
go.uber.org/mock v0.4.0 // indirect
|
|
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
|
|
golang.org/x/mod v0.17.0 // indirect
|
|
golang.org/x/sync v0.8.0 // indirect
|
|
golang.org/x/sys v0.23.0 // indirect
|
|
golang.org/x/text v0.17.0 // indirect
|
|
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
replace github.com/apernet/hysteria/core/v2 => ../core
|