mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 20:47:38 +03:00
37 lines
1.5 KiB
Modula-2
37 lines
1.5 KiB
Modula-2
module github.com/apernet/hysteria/core
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/coreos/go-iptables v0.6.0
|
|
github.com/google/gopacket v1.1.19
|
|
github.com/hashicorp/golang-lru/v2 v2.0.1
|
|
github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40
|
|
github.com/oschwald/geoip2-golang v1.8.0
|
|
github.com/quic-go/quic-go v0.32.0
|
|
github.com/txthinking/socks5 v0.0.0-20220212043548-414499347d4a
|
|
golang.org/x/sys v0.5.0
|
|
)
|
|
|
|
require (
|
|
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
|
|
github.com/golang/mock v1.6.0 // indirect
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
|
|
github.com/onsi/ginkgo/v2 v2.2.0 // indirect
|
|
github.com/oschwald/maxminddb-golang v1.10.0 // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
|
github.com/quic-go/qtls-go1-18 v0.2.0 // indirect
|
|
github.com/quic-go/qtls-go1-19 v0.2.0 // indirect
|
|
github.com/quic-go/qtls-go1-20 v0.1.0 // indirect
|
|
github.com/stretchr/testify v1.8.1 // indirect
|
|
github.com/txthinking/runnergroup v0.0.0-20210608031112-152c7c4432bf // indirect
|
|
github.com/txthinking/x v0.0.0-20210326105829-476fab902fbe // indirect
|
|
golang.org/x/crypto v0.4.0 // indirect
|
|
golang.org/x/exp v0.0.0-20221205204356-47842c84f3db // indirect
|
|
golang.org/x/mod v0.6.0 // indirect
|
|
golang.org/x/net v0.7.0 // indirect
|
|
golang.org/x/tools v0.2.0 // indirect
|
|
)
|
|
|
|
replace github.com/quic-go/quic-go => github.com/apernet/quic-go v0.31.2-0.20230202062024-7418480ea9b5
|