mirror of
https://github.com/SagerNet/sing-quic.git
synced 2025-04-03 20:07:39 +03:00
23 lines
741 B
Modula-2
23 lines
741 B
Modula-2
module github.com/sagernet/sing-quic
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/gofrs/uuid/v5 v5.2.0
|
|
github.com/sagernet/quic-go v0.45.1-beta.2
|
|
github.com/sagernet/sing v0.4.1
|
|
golang.org/x/crypto v0.23.0
|
|
golang.org/x/exp v0.0.0-20190121172915-509febef88a4
|
|
)
|
|
|
|
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.25.0 // indirect
|
|
golang.org/x/sys v0.21.0 // indirect
|
|
golang.org/x/text v0.16.0 // indirect
|
|
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
|
|
)
|