27 lines
780 B
Modula-2
27 lines
780 B
Modula-2
module github.com/apernet/hysteria/core/v2
|
|
|
|
go 1.24
|
|
|
|
toolchain go1.25.1
|
|
|
|
require (
|
|
github.com/apernet/quic-go v0.59.1-0.20260217092621-db4786c77a22
|
|
github.com/stretchr/testify v1.11.1
|
|
go.uber.org/goleak v1.2.1
|
|
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
|
|
golang.org/x/time v0.12.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/quic-go/qpack v0.6.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.12.0 // indirect
|
|
github.com/stretchr/objx v0.5.2 // indirect
|
|
golang.org/x/crypto v0.41.0 // indirect
|
|
golang.org/x/net v0.43.0 // indirect
|
|
golang.org/x/sys v0.35.0 // indirect
|
|
golang.org/x/text v0.28.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|