mirror of
https://github.com/SagerNet/sing-quic.git
synced 2025-04-03 03:47:39 +03:00
23 lines
711 B
Modula-2
23 lines
711 B
Modula-2
module github.com/sagernet/sing-quic
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/gofrs/uuid/v5 v5.3.0
|
|
github.com/sagernet/quic-go v0.48.1-beta.1
|
|
github.com/sagernet/sing v0.5.0
|
|
golang.org/x/crypto v0.28.0
|
|
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
|
|
)
|
|
|
|
require (
|
|
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
|
github.com/google/pprof v0.0.0-20231101202521-4ca4178f5c7a // indirect
|
|
github.com/onsi/ginkgo/v2 v2.9.7 // indirect
|
|
github.com/quic-go/qpack v0.4.0 // indirect
|
|
github.com/quic-go/qtls-go1-20 v0.4.1 // indirect
|
|
golang.org/x/net v0.30.0 // indirect
|
|
golang.org/x/sys v0.26.0 // indirect
|
|
golang.org/x/text v0.19.0 // indirect
|
|
golang.org/x/tools v0.24.0 // indirect
|
|
)
|