mirror of
https://github.com/SagerNet/sing-quic.git
synced 2025-04-03 20:07:39 +03:00
25 lines
828 B
Modula-2
25 lines
828 B
Modula-2
module github.com/sagernet/sing-quic
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/gofrs/uuid/v5 v5.0.0
|
|
github.com/sagernet/quic-go v0.0.0-20231008035953-32727fef9460
|
|
github.com/sagernet/sing v0.2.17
|
|
golang.org/x/crypto v0.14.0
|
|
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
|
|
)
|
|
|
|
require (
|
|
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
|
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
|
|
github.com/onsi/ginkgo/v2 v2.9.5 // indirect
|
|
github.com/quic-go/qpack v0.4.0 // indirect
|
|
github.com/quic-go/qtls-go1-20 v0.3.4 // indirect
|
|
github.com/stretchr/testify v1.8.4 // indirect
|
|
golang.org/x/net v0.16.0 // indirect
|
|
golang.org/x/sys v0.14.0 // indirect
|
|
golang.org/x/text v0.13.0 // indirect
|
|
golang.org/x/tools v0.14.0 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
)
|